SA-MP Forums Archive
[HELP] SFTDM - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] SFTDM (/showthread.php?tid=116175)



[HELP] SFTDM - SilverWolf21 - 27.12.2009

Hello. I'm using the SFTDM of an Older version of SA-MP. Could this make any problems?

Код:
H:\Documents and Settings\Mikel Alejo\Escritorio\Mikel Alejo\server\gamemodes\sftdm.pwn(264) : warning 235: public function lacks forward declaration (symbol "SetupPlayerForClassSelection")
H:\Documents and Settings\Mikel Alejo\Escritorio\Mikel Alejo\server\gamemodes\sftdm.pwn(319) : warning 235: public function lacks forward declaration (symbol "GameModeExitFunc")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
I don't have modify anything of the gm, so, How can I fix the two warns please?

Thank you very much


Re: [HELP] SFTDM - LarzI - 27.12.2009

pawn Код:
forward SetupPlayerForClassSelection(playerid, classid);
forward GameModeExitFunc();



Re: [HELP] SFTDM - SilverWolf21 - 27.12.2009

Thank you too much