07.11.2015, 07:07
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
#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