14.03.2011, 16:31
Oh here yo ugo the /me command:
And thank you with helping to hide the player marks
Код:
if(!strcmp(cmdtext, "/me", true, 3)) { if(!cmdtext[3])return SendClientMessage(playerid, 0x33CCFFAA, "USAGE: /me [action]"); new str[128]; GetPlayerName(playerid, str, sizeof(str)); format(str, sizeof(str), "* %s %s", str, cmdtext[4]); SendClientMessageToAll(0x33CCFFAA, str); return 1; }
![Smiley](images/smilies/smile.png)