SA-MP Forums Archive
[AJUDA] RAPIDO 3 Warnings - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] RAPIDO 3 Warnings (/showthread.php?tid=255489)



[AJUDA] RAPIDO 3 Warnings - diegomth - 15.05.2011

C:\Users\USUARIO\Desktop\Sevidor SAMP\[PLR] Perfect Life Rpg\gamemodes\SAMPFOREVERN.PWN(75247) : warning 235: public function lacks forward declaration (symbol "PCClosed")
C:\Users\USUARIO\Desktop\Sevidor SAMP\[PLR] Perfect Life Rpg\gamemodes\SAMPFOREVERN.PWN(75252) : warning 235: public function lacks forward declaration (symbol "PCClosed2")
C:\Users\USUARIO\Desktop\Sevidor SAMP\[PLR] Perfect Life Rpg\gamemodes\SAMPFOREVERN.PWN(75257) : warning 235: public function lacks forward declaration (symbol "PortaoPOF2")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
================================================== ================================
ALINHA 75257 : public PortaoPOF2()

EDIT DO SAMPFOREVER =) ?? COMO RESOLVEZ


Re: [AJUDA] RAPIDO 3 Warnings - The Knight - 15.05.2011

PHP код:
forward PortaoPOF2playerid );
forward PCClosed2playerid );
forward PCClosedplayerid ); 
Nгo sei se leva (playerid), por isso, tenta com e sem (playerid).


Re: [AJUDA] RAPIDO 3 Warnings - diretor7 - 15.05.2011

No topo:
forward PortaoPOF2;
forward PCClosed2;
forward PCClosed;


Re: [AJUDA] RAPIDO 3 Warnings - diegomth - 15.05.2011

VLWS S2


Re: [AJUDA] RAPIDO 3 Warnings - diretor7 - 15.05.2011

Lembre-se: toda public que for criar tem que ter um forward se nгo sempre vai dar esses warning exemplo:

pubic eu(playerid)

forward eu(playerid);
entendeu?


Re: [AJUDA] RAPIDO 3 Warnings - diegomth - 15.05.2011

SIIM DIRETOR PASSA MSN ?