[Ajuda] Como Arrumar isso
#3

Quote:
Originally Posted by MultiKill
Посмотреть сообщение
Tente:
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if ((newkeys==KEY_SECONDARY_ATTACK)) // Key ( F / Enter )
    {
       cmd_agls(playerid);  
       cmd_agsf(playerid);
       cmd_aglv(playerid);
       cmd_sag(playerid);
    }
return 1;
}
deu isso agora
Код:
C:\Users\Fernando\Desktop\Construindo\filterscripts\profis.pwn(1861) : warning 209: function "cmd_agls" should return a value
C:\Users\Fernando\Desktop\Construindo\filterscripts\profis.pwn(1872) : warning 209: function "cmd_agsf" should return a value
C:\Users\Fernando\Desktop\Construindo\filterscripts\profis.pwn(1883) : warning 209: function "cmd_aglv" should return a value
C:\Users\Fernando\Desktop\Construindo\filterscripts\profis.pwn(1924) : warning 202: number of arguments does not match definition
C:\Users\Fernando\Desktop\Construindo\filterscripts\profis.pwn(1925) : warning 202: number of arguments does not match definition
C:\Users\Fernando\Desktop\Construindo\filterscripts\profis.pwn(1926) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


6 Warnings.
Reply


Messages In This Thread
Como Arrumar isso - by FernandoSS - 15.07.2014, 18:55
Re: Como Arrumar isso - by MultiKill - 15.07.2014, 19:11
Re: Como Arrumar isso - by FernandoSS - 15.07.2014, 19:22
Re: Como Arrumar isso - by brunox - 15.07.2014, 19:33
Re: Como Arrumar isso - by FernandoSS - 15.07.2014, 19:35
Re: Como Arrumar isso - by brunox - 15.07.2014, 19:41
Re: Como Arrumar isso - by MultiKill - 15.07.2014, 19:42
Re: Como Arrumar isso - by FernandoSS - 15.07.2014, 19:55
Re: Como Arrumar isso - by Schocc - 15.07.2014, 20:08

Forum Jump:


Users browsing this thread: 2 Guest(s)