14.06.2011, 05:48
I edited:
becouse you are command the command put in public OnPlayerCommandText(playerid, cmdtext[])
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp(cmd, "/handsup", true) == 0) { SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP); return 1; } }