12.10.2013, 19:23
Код:
public OnPlayerCommandReceived(playerid, cmdtext[]) { if(pInfo[playerid][Jailed] == 1 && pInfo[playerid][pLevel] == 0) { SendClientMessage(playerid,red,"You can not use commands in Jail"); return 0; }
Let say I want to use /pm /a /o and some other commands.
But this one doesn't let me do any commands. Only talk from chat.