11.04.2012, 04:37
I followed the tutorial, but got 2 errors.
Here they are:
How to fix?
In the tutorial, its sscanf. I downloaded a latest stable version of sscanf, and the name is sscanf2.inc. So it should be sscanf2. I also did #define <zcmd> and #define <sscanf2> under #if defined FILTERSCRIPT.
About the setvip, I made it makevip. I tried both "setvip/makevip", same error. Please help.
Here they are:
Код:
C:\Program Files\GtaSan\Rockstar Games\GTA San Andreas\Server 0.3d\filterscripts\VIP.pwn(96) : error 017: undefined symbol "makevip" C:\Program Files\GtaSan\Rockstar Games\GTA San Andreas\Server 0.3d\filterscripts\VIP.pwn(99) : error 017: undefined symbol "sscanf2" C:\Program Files\GtaSan\Rockstar Games\GTA San Andreas\Server 0.3d\filterscripts\VIP.pwn(96) : warning 203: symbol is never used: "CMD" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
In the tutorial, its sscanf. I downloaded a latest stable version of sscanf, and the name is sscanf2.inc. So it should be sscanf2. I also did #define <zcmd> and #define <sscanf2> under #if defined FILTERSCRIPT.
About the setvip, I made it makevip. I tried both "setvip/makevip", same error. Please help.