Why am i getting these errors?
#1

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"
Reply
#2

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
Reply
#3

You need to enlist Brains again...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)