SA-MP Forums Archive
Why am i getting these errors? - 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: Why am i getting these errors? (/showthread.php?tid=593571)



Why am i getting these errors? - Mikkel_RE - 07.11.2015

Hello, when i am compiling this boombox system, it will come out with alot of errors, what is wrong?

errors:
pawn Код:
C:\Users\Mikkel\Desktop\gf_sept06_2015(boombox).pwn(6153) : error 017: undefined symbol "isnull"
C:\Users\Mikkel\Desktop\gf_sept06_2015(boombox).pwn(19061) : error 017: undefined symbol "isnull"



Re: Why am i getting these errors? - IzadorO - 07.11.2015

isnull isn't defined.

#if !defined isnull
#define isnull(%1) ((!(%1[0])) || (((%1[0]) == '\1') && (!(%1[1]))))
#endif

Put that at the top of your script, it defines 'isnull'.

https://sampwiki.blast.hk/wiki/Isnull


Re: Why am i getting these errors? - Sew_Sumi - 07.11.2015

You need to enlist Brains again...