Jump to content

Question

Posted

Am si eu o problema la un sv ! 

[pawn]C:\Documents and Settings\USER\Desktop\RXS\gamemodes\RST.pwn(1587) : error 017: undefined symbol "isnull"
C:\Documents and Settings\USER\Desktop\RXS\gamemodes\RST.pwn(4177) : error 017: undefined symbol "isnull"
C:\Documents and Settings\USER\Desktop\RXS\gamemodes\RST.pwn(4282) : error 017: undefined symbol "isnull"
C:\Documents and Settings\USER\Desktop\RXS\gamemodes\RST.pwn(5575) : error 017: undefined symbol "isnull"
C:\Documents and Settings\USER\Desktop\RXS\gamemodes\RST.pwn(5602) : error 017: undefined symbol "isnull"
C:\Documents and Settings\USER\Desktop\RXS\gamemodes\RST.pwn(9683) : error 017: undefined symbol "isnull"
C:\Documents and Settings\USER\Desktop\RXS\gamemodes\RST.pwn(10021) : error 017: undefined symbol "isnull"
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


7 Errors.

Ma ajuta cineva si pe mine ?

1 answer to this question

Recommended Posts

Posted

Adauga asta in partea de sus a GM/FS-ului :

#if !defined isnull
    #define isnull(%1) \
                ((!(%1[0])) || (((%1[0]) == '\1') && (!(%1[1]))))
#endif

"Maxim respect pentru orice proiect

Nimeni nu poate sa va scape cand va execut direct"

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.