Quote:
Originally Posted by iCasTiel
Caso esteja usando ZCMD.
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success) {
if (Afk[playerid] && strcmp(cmdtext, "/afk") != 0 && strcmp(cmdtext, "/on") != 0) return SendClientMessage(playerid, -1, "Vocк estб AFK, por isso nгo pode usar este comando!");
return true; }
|
Aqui este code funcionou .