SA-MP Forums Archive
Forward help - 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: Forward help (/showthread.php?tid=100224)



Forward help - MB@ - 03.10.2009

I puted

Код:
forward LoadPreoprty(); <= on the top
Код:
public LoadProperty()
{
return 1;
} <== down
And i get a warning

Код:
C:\Documents and Settings\Administrator\Desktop\TestServer\gamemodes\NexGeneration.pwn(761) : warning 235: public function lacks forward declaration (symbol "LoadProperty")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Please help


Re: Forward help - dice7 - 03.10.2009

Check your spelling


Re: Forward help - MB@ - 03.10.2009

Quote:
Originally Posted by dice7
Check your spelling
Omg didnt see it

Thanks