[Ajuda] Nunca mais usando um Comando
#2

pawn Код:
//topo
new bool:usoucriarcarro[MAX_PLAYERS];

if(strcmp(cmd, "/criarcarro", true) == 0)
{
    if(usoucriarcarro[playerid]) return SendClientMessage(playerid, -1, "Jб usou!");
    else usoucriarcarro[playerid] = true;
//...

//OnPlayerDisconnect
usoucriarcarro[playerid] = false;
Reply


Messages In This Thread
Nunca mais usando um Comando - by Darknino - 09.08.2012, 23:35
Re: Nunca mais usando um Comando - by Victor' - 09.08.2012, 23:41
Re: Nunca mais usando um Comando - by Darknino - 09.08.2012, 23:44
Re: Nunca mais usando um Comando - by ipsBruno - 09.08.2012, 23:45
Re: Nunca mais usando um Comando - by Darknino - 09.08.2012, 23:49
Re: Nunca mais usando um Comando - by Victor' - 09.08.2012, 23:53
Re: Nunca mais usando um Comando - by Darknino - 09.08.2012, 23:55
Re: Nunca mais usando um Comando - by Victor' - 09.08.2012, 23:56
Re: Nunca mais usando um Comando - by Darknino - 09.08.2012, 23:59
Re: Nunca mais usando um Comando - by MatheusAlcapone - 10.08.2012, 00:34

Forum Jump:


Users browsing this thread: 2 Guest(s)