06.09.2009, 05:33
pawn Код:
if(strcmp(cmdtext, "/handsup", true) == 0)
{
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_HANDSUP);
return 1;
}
Edit:
Actually, I use tested the whole thing:
http://pastebin.com/f122c63e2
And it works fine. Even the /kill1 command.