SA-MP Forums Archive
Pvars problem :\ - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Pvars problem :\ (/showthread.php?tid=167222)



[SOLVED] Pvars problem :\ - pmk1 - 11.08.2010

hey guys :P i've tried making a anti-spam with the tutorial how to make an anti-cheat. But when i compile, i get these errors :
C:\Program Files (x86)\Rockstar games\Gta San Andreas\dedicated server\gamemodes\pmkfunserver.pwn(1357) : error 017: undefined symbol "SetPVarInt"
C:\Program Files (x86)\Rockstar games\Gta San Andreas\dedicated server\gamemodes\pmkfunserver.pwn(1359) : error 017: undefined symbol "GetPVarInt"
C:\Program Files (x86)\Rockstar games\Gta San Andreas\dedicated server\gamemodes\pmkfunserver.pwn(136 : error 017: undefined symbol "GetPVarInt"
C:\Program Files (x86)\Rockstar games\Gta San Andreas\dedicated server\gamemodes\pmkfunserver.pwn(1380) : error 017: undefined symbol "SetPVarInt"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.

can someone help me out please? thanks
(i've already asked help yesterday night on the tutorials forum, but no body answered :\ sorry if it's a bit fast)


Re: Pvars problem :\ - JaTochNietDan - 11.08.2010

You're probably using outdated include files. Go to www.sa-mp.com/download.php and download the latest windows server, and then transfer all of the includes to your current pawno/includes directory, make sure to overwrite any old include files.


Re: Pvars problem :\ - pmk1 - 11.08.2010

ok thanks il tell you if it works


Re: Pvars problem :\ - pmk1 - 11.08.2010

yea that was it , thanks :P