SA-MP Forums Archive
Does the location of an stock matter when compiling? - 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: Does the location of an stock matter when compiling? (/showthread.php?tid=458404)



Does the location of an stock matter when compiling? - Magic_Time - 16.08.2013

Hi, I'm having a recent problem that I've never had before.
In my gamemode I place the stocks at the end of the file.
I can call them whenever I want, the problem is that I added other stock at the end of the file, I call it on "OnPlayerConnect" which is placed in the middle part of the script.
And I'm having the following error:

PHP код:
error 017undefined symbol "SendFMessage" 
Sorry for my wretched english.


Re: Does the location of an stock matter when compiling? - McBan - 16.08.2013

Put it on the top, But place it above the last stock.