[Ajuda] Bloquear um CMD
#6

pawn Код:
new bool: Logado[MAX_PLAYERS];
OnPlayerConnect
pawn Код:
Logado[playerid] = false;
Ai no dialog de login, depois de carregar as informaзхes coloque

pawn Код:
Logado[playerid] = true;
Se usa ZCMD, na CallBack OnPlayerCommandPerformed coloque:

pawn Код:
if(Logado[playerid] == false) return SendClientMessage(playerid, -1, "Voce nao esta logado");
Se usa STRCMP na CallBack OnPlayerCommandText, no comeзo coloque:

pawn Код:
if(Logado[playerid] == false) return SendClientMessage(playerid, -1, "Voce nao esta logado");
Reply


Messages In This Thread
[Ajuda] Bloquear um CMD - by rodrigooo - 12.12.2012, 17:15
Re: [Ajuda] Bloquear um CMD - by Baiano - 12.12.2012, 17:30
Re: [Ajuda] Bloquear um CMD - by rodrigooo - 12.12.2012, 18:19
Re: [Ajuda] Bloquear um CMD - by Ouro - 12.12.2012, 18:45
Re: [Ajuda] Bloquear um CMD - by SouLMito - 12.12.2012, 19:32
Re: [Ajuda] Bloquear um CMD - by HardWar - 12.12.2012, 21:15

Forum Jump:


Users browsing this thread: 1 Guest(s)