12.11.2011, 13:43
Quote:
While the player is in jail i dont want him to be able to use any cmd just /help & /ask
|
pawn Код:
if (GetPlayerVirtualWorld[playerid] == 1 && strcmp(cmdtext, "/help") && strcmp(cmdtext, "/ask")) return SendClientMessage(playerid, 0xFF0000AA, "You cannot use any command just /help & /ask");