| Blockland Forums > Suggestions & Requests |
| Taking up requests |
| << < (14/22) > >> |
| Pacnet2012³:
--- Quote from: #trinick on June 21, 2013, 11:37:33 PM ---What Furling is asking for can only be done as a client mod. Parse NewChatHud_AddLine(%message) for kill messages and add an RTB popup by calling whatever the function is. --- End quote --- Or just use --- Code: ---function clientCmdServerMessage(%tag,%msg,%a1,%a2,%a3,%a4,%a5,%a6,%a7,%a8,%a9,%a10) { %detagged = detag(%tag); %det = detag(%msg); if(%detagged $= "MsgYourDeath" || %detagged $= "MsgClientKilled") --- End code --- and go on from there the rtb popup function is this, which you can find the correct arguments for throughout System_ReturnToBlockland/modules/client/connectClient.cs --- Code: ---RTBCC_NotificationManager.push(); --- End code --- And you can also check to see if the client has RTB and if not, execute a support .cs file in the add-on archive which creates a temporary notification manager Here are a few instances of the ::push method --- Code: ---RTBCC_NotificationManager.push(%user.name,"has invited you to play.","house",%from@"_invite",-1); --- End code --- --- Code: ---RTBCC_NotificationManager.push("Disconnected","You have been kicked.","delete"); --- End code --- --- Code: ---RTBCC_NotificationManager.push(%user.name,"has just started a server.","world",%user.id); --- End code --- --- Code: ---RTBCC_NotificationManager.push(%user.name,"has just signed in.","user",%user.id); --- End code --- --- Code: ---RTBCC_NotificationManager.push(%person, %talk,"comment_add",%this.user.id@"_msg",-1); --- End code --- |
| nuketf:
--- Quote from: MARBLE MAN on June 23, 2013, 11:21:28 PM --- --- End quote --- no not makeing models editding the duel gun weapon thats ingame |
| suddz attakz:
Can you make me a falco pawnch server addon. /falcopunch It sends the player flying away dead. Admin only pls. |
| The Titanium:
--- Quote from: MARBLE MAN on June 23, 2013, 04:09:29 PM ---not well :/ --- End quote --- they're all i need. |
| MARBLE MAN:
--- Quote from: suddz attakz on June 24, 2013, 04:23:50 PM ---Can you make me a falco pawnch server addon. /falcopunch It sends the player flying away dead. Admin only pls. --- End quote --- ogm yas, another amazing suggestion by suddz attakz Like this? done! http://forum.blockland.us/index.php?topic=235485.new#new |
| Navigation |
| Message Index |
| Next page |
| Previous page |