Help with /me - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Help with /me (
/showthread.php?tid=457969)
Help with /me -
Arshavin_Lopez - 14.08.2013
So,im admin on a RP server and i was thinking when i finish helping someone to do /me that is 20% professional and 70% funny something like /me claps his hands and magically disappear ,any ideas for this kind of /me's?thanks
Re: Help with /me -
FlawPaw - 14.08.2013
Umm, how about /me claps his hands and magically disappear?
Re: Help with /me -
Dragonsaurus - 14.08.2013
Quote:
Originally Posted by Twisted_Insane
Hey, I just made one for you!  Change the colour if you want:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp(cmdtext, "/me", true, 3)) // 3 is the length of /me { if(!cmdtext[3])return SendClientMessage(playerid, 0xFF0000FF, "USAGE: /me [action]"); new str[128]; GetPlayerName(playerid, str, sizeof(str)); format(str, sizeof(str), "* %s %s", str, cmdtext[4]); SendClientMessageToAll(0xFFFF00AA, str); return 1; } return 0; }
Hope I could help! 
|
Try searching first... It is easier and you don't have to make new threads.
Edit: Please explain it better if you are not searching for this.
Re: Help with /me -
Arshavin_Lopez - 14.08.2013
Quote:
Originally Posted by FlawPaw
Umm, how about /me claps his hands and magically disappear?
|
Well,i want something different then this,it was just an example
Re: Help with /me -
[cS]Owain - 14.08.2013
what about /me claps his hands and magically appears?
Re: Help with /me -
FlawPaw - 14.08.2013
This is rather a pointless thread, you want something professional? You don't do ridiculous /me's that involves metagaming and 'trolling', yes, an admin might be OOC but it's immature. I'd rather say something such as ''Thank you for using the /report feature, please do contact us if you need any further assistance." and set it as a keybind.