[Ajuda] Ajuda simples :)
#8

pawn Код:
//topo do gm
forward UsarComando(playerid);
new bool:UsouComando[MAX_PLAYERS];
new TimerCmd;

//OnPlayerConnect
UsouComando[playerid] = false;

//No comando
    if(UsouComando[playerid] == true) return SendClientMessage(playerid, cor, "Vocк ainda nгo pode usar");
    UsouComando[playerid] = true;
    TimerCmd = SetTimerEx("UsarComando", 30000, false, "u", playerid); // tempo para desbloquear (30 segundos)

//Final do GM
public UsarComando(playerid)
{
    UsouComando[playerid] = false;
    return 1;
}
Usa esse. Editei e agora vк se vai.
Reply


Messages In This Thread
Ajuda simples :) - by iCamila - 16.08.2012, 13:18
Re: Ajuda simples :) - by [XPG]MarlonCS - 16.08.2012, 13:30
Re: Ajuda simples :) - by iCamila - 16.08.2012, 13:35
Re: Ajuda simples :) - by leonardo1434 - 16.08.2012, 13:39
Re: Ajuda simples :) - by iCamila - 16.08.2012, 13:41
Re: Ajuda simples :) - by leonardo1434 - 16.08.2012, 13:45
Re: Ajuda simples :) - by iCamila - 16.08.2012, 13:49
Re: Ajuda simples :) - by [XPG]MarlonCS - 16.08.2012, 13:50
Re: Ajuda simples :) - by leonardo1434 - 16.08.2012, 13:54
Re: Ajuda simples :) - by iCamila - 16.08.2012, 13:59

Forum Jump:


Users browsing this thread: 1 Guest(s)