#1

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

Add it on top of your script

pawn Код:
#if !defined isnull
    #define isnull(%1) \
                ((!(%1[0])) || (((%1[0]) == '\1') && (!(%1[1]))))
#endif
Reply
#3

Thanks
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)