[AJUDA] Comando Simples
#3

pawn Код:
if ((newkeys==KEY_JUMP))
    {
        OnPlayerCommandText(playerid,"/apc");
        SetTimerEx("Fechar",5000,false,"d",playerid);
    }
...
forward Fechar(playerid);
public Fechar(playerid)
{
     OnPlayerCommandText(playerid,"/fpc");
     return 1;
}
Reply


Messages In This Thread
[AJUDA] Comando Simples - by GustavoBonomo - 16.11.2011, 16:27
Re: [AJUDA] Comando Simples - by Lуs - 16.11.2011, 16:30
Re: [AJUDA] Comando Simples - by Dolby - 16.11.2011, 16:30
Re: [AJUDA] Comando Simples - by Lуs - 16.11.2011, 16:36
Re: [AJUDA] Comando Simples - by GustavoBonomo - 16.11.2011, 16:41
Re: [AJUDA] Comando Simples - by Lуs - 16.11.2011, 16:44
Re: [AJUDA] Comando Simples - by GustavoBonomo - 16.11.2011, 16:53
Re: [AJUDA] Comando Simples - by Lуs - 16.11.2011, 17:02
Re: [AJUDA] Comando Simples - by GustavoBonomo - 16.11.2011, 17:06
Re: [AJUDA] Comando Simples - by GustavoBonomo - 16.11.2011, 17:43

Forum Jump:


Users browsing this thread: 4 Guest(s)