rRace - 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: rRace (
/showthread.php?tid=362747)
rRace -
xSkullx - 25.07.2012
Hi everybody. I have Ryder's Race System 0.2a, it gives me 1 error, two of them i solved.
Код:
C:\Users\ady-kryss\Desktop\RwS Actual\filterscripts\rRace.pwn(399) : error 017: undefined symbol "isnull"
Re: rRace -
doreto - 25.07.2012
Add it on top of your script
pawn Код:
#if !defined isnull
#define isnull(%1) \
((!(%1[0])) || (((%1[0]) == '\1') && (!(%1[1]))))
#endif
Re: rRace -
xSkullx - 25.07.2012
Thanks