SA-MP Forums Archive
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: Errors (/showthread.php?tid=534859)



Errors - nightday - 31.08.2014

Removed,


Re: Errors - SlimDkhili - 31.08.2014

update your streamer


Re: Errors - sansk - 31.08.2014

I just started scripting, but you obviously need to define a lot of things.
maybe you forgot to #include something

Try to add this on top of your Script, i think it might remove an error or two:

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



Re: Errors - nightday - 31.08.2014

Errors
Any one help me please