stock Problem - 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: stock Problem (
/showthread.php?tid=271591)
stock Problem -
grand.Theft.Otto - 25.07.2011
Some stocks I use in my script are returning "error 017: undefined symbol: stock_name_here" when I compile. The stock names are correct in each command/callback and the callback for each stock are working, but I keep getting the errors.
Is there any #define or #include to use that are needed to run stocks? Am I missing something? :S
Re: stock Problem -
[HiC]TheKiller - 25.07.2011
Make sure your code isn't inside any if defined codes for one. Also, can you chuck me that part of the code over MSN or tell WillSuck to, I'll take a look at it for you.
Re: stock Problem -
grand.Theft.Otto - 25.07.2011
OK, I'll PM the stocks to you, we had a little problem with the whole script today and had to go back to a backup file, and now we have to re-do some stuff sadly
Also, willsuck isn't on, else I'd ask him
EDIT: Also, the stocks were working before, but I don't know why they're not anymore.