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: SetPVarInt (
/showthread.php?tid=172272)
SetPVarInt -
Thebest96 - 29.08.2010
Hello, i having errors with:
1826) : error 017: undefined symbol "SetPVarInt"
(1827) : error 017: undefined symbol "SetPVarInt"
(182
: error 017: undefined symbol "SetPVarInt"
(1829) : error 017: undefined symbol "SetPVarInt"
(1830) : error 017: undefined symbol "SetPVarInt" (1831) :
and with GETPVARINT AND WITH DELETEPVARINT.
I downloaded again samp 0.3a R8, and then SAMP 0.3B R2 and the error still
Please helpme
Re: SetPVarInt -
iggy1 - 29.08.2010
Might sound like a silly question but have you clicked on the new PAWNO that comes with 0.3b? You must click the new one or your old one will open .pwn files.
Re: SetPVarInt -
Thebest96 - 29.08.2010
like pawnoX?
Re: SetPVarInt -
iggy1 - 29.08.2010
PAWNO is the name of the compiler that comes with the server package in the folder called pawno. The progam itself is called pawno.exe double click that then re-compile the script with PVars.
Re: SetPVarInt -
Thebest96 - 29.08.2010
sorry can you say this in MSN:
nunozastas@hotmail.com
Re: SetPVarInt -
iggy1 - 29.08.2010
No point in using msn you just have to double click the new pawno thats it.
Re: SetPVarInt -
Thebest96 - 29.08.2010
Worked, but, only problem not its :
file or function not found
in samp-server.exe
Re: SetPVarInt -
iggy1 - 29.08.2010
Do you use plugins? if so make sure they are in the new plugins folder.
Just to clarify the error doesn't show in the compiler but the server right?
Re: SetPVarInt -
Thebest96 - 29.08.2010
where i can downloiad puglins?
Re: SetPVarInt -
iggy1 - 29.08.2010
Do you use plugins? show all youre includes from your scripts.
Eg,
pawn Код:
#include <a_samp>
#include <djson>
#include <streamer>
Maybe you use a plugin and the plugin isn't in the correct folder which is why sampserver cant find the file/function.
That might not be your problem but it is a common cause for that particular error.