[AJUDA] Comando Simples
#10

Quote:
Originally Posted by Gustavo_Araujo
Посмотреть сообщение
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;
}
Fiz exatamente de sua forma mas quando chego na frente do portгo e aperto a tecla JUMP, o portгo nem se meche, ele ta abrindo apenas com comando :/ e deu 1 Waring tambйm:

pawn Код:
C:\Users\Cliente\Desktop\Games\Server\gamemodes\lvdm.pwn(303) : warning 209: function "OnPlayerCommandText" should return a value
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Warning.
Linha 303 = }

OBS: QUERO O COMANDO "H" AO INVЙS DE "JUMP" serб que dar?
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: 5 Guest(s)