SA-MP Forums Archive
GetPVarInt & SetPVarInt - 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: GetPVarInt & SetPVarInt (/showthread.php?tid=193983)



GetPVarInt & SetPVarInt - sekol - 28.11.2010

So i had problem with unclosed brackets (http://forum.sa-mp.com/showthread.ph...d=1#post929668)
I fixed it by checking every command one by one. I thought it could fix my problem but im still getting those errors
pawn Код:
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(974) : error 017: undefined symbol "GetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(978) : error 017: undefined symbol "GetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(979) : error 017: undefined symbol "GetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(980) : error 017: undefined symbol "GetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1332) : error 017: undefined symbol "GetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1333) : error 017: undefined symbol "GetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1334) : error 017: undefined symbol "GetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1485) : error 017: undefined symbol "GetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1487) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1493) : error 017: undefined symbol "GetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1501) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1505) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1506) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1507) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1525) : error 017: undefined symbol "GetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1530) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1538) : error 017: undefined symbol "GetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1540) : error 017: undefined symbol "GetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1552) : error 017: undefined symbol "GetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1557) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1565) : error 017: undefined symbol "GetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1570) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1580) : error 017: undefined symbol "GetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1581) : error 017: undefined symbol "GetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1582) : error 017: undefined symbol "GetPVarInt"
C:\Documents and Settings\Machlik\Moje dokumenty\Pobieranie\samp03bsvr_R2_win32\gamemodes\orp.pwn(1621) : error 017: undefined symbol "SetPVarInt"

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.
What's wrong? I have freshly installed server package and includes!


Re: GetPVarInt & SetPVarInt - FreshDoubleX - 28.11.2010

You updated, and did you open pawno from this /samp03bsvr_R2_win32/ folder ?


Re: GetPVarInt & SetPVarInt - Jochemd - 28.11.2010

Seems like you haven't updated to at least 0.3a R5, indeed.


Re: GetPVarInt & SetPVarInt - Retardedwolf - 28.11.2010

Did you forgot to include a_samp or update your includes.


Re: GetPVarInt & SetPVarInt - Jochemd - 28.11.2010

I do not think he forgot that, cause he haven't got any other errors


Re: GetPVarInt & SetPVarInt - sekol - 28.11.2010

I don't know what's wrong... it looks like i didn't saw and left one or two unclosed brackets Anyway thanks for help