SA-MP Forums Archive
Help D: - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help D: (/showthread.php?tid=407763)



Help D: - Gortex - 15.01.2013

C:\Documents and Settings\Uporabnik\Desktop\World Of Tanks\gamemodes\test.pwn(449) : warning 235: public function lacks forward declaration (symbol "StartMap")
C:\Documents and Settings\Uporabnik\Desktop\World Of Tanks\gamemodes\test.pwn(522) : warning 235: public function lacks forward declaration (symbol "EndMap")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Warnings.


Help


449 Code: public StartMap()

552 Code: public EndMap()


Thanks

Regards
Gortex


Re: Help D: - Shabi RoxX - 15.01.2013

add following at top of your script:

Код:
forward StartMap();
forward EndMap();