SA-MP Forums Archive
Help me i'm noob - 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: Help me i'm noob (/showthread.php?tid=624431)



Help me i'm noob - Exlivebs - 16.12.2016

C:\Users\Admin\Desktop\Mini-Mission\filterscripts\EVENTSYSTEM.pwn(270) : error 017: undefined symbol "isnull"
How to define it please ?


Re: Help me i'm noob - UberEverywhere - 16.12.2016

Can you send that line


Re: Help me i'm noob - AbyssMorgan - 16.12.2016

Add on top script.
PHP код:
#if !defined isnull
    #define isnull(%1)                                     ((!(%1[0])) || (((%1[0]) == '\1') && (!(%1[1]))))
#endif