Click Me! - 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: Click Me! (
/showthread.php?tid=237211)
Click Me! -
Roomeo - 09.03.2011
Giving this Error
I:\Games\RockStar Game Gta San Andreas\Gta Sanandreas\My Script\gamemodes\MyScript.pwn(587) : error 017: undefined symbol "SetPVarInt"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
in my script there is (587) line :S
Re: Click Me! -
Markx - 09.03.2011
Show us the line.
Re: Click Me! -
Roomeo - 09.03.2011
which line? there isn't 587 line in my script
Edit: My Bad there is
pawn Код:
587) SetPVarInt(playerid, "Logged", 1);
}
}
return 1;
}
Re: Click Me! -
Roomeo - 09.03.2011
Sorry For Double Post
Re: Click Me! -
iggy1 - 09.03.2011
It looks like your using old includes make sure you have the latest server package, your using a version that doesn't have PVars. HTTP (or other includes) should be at the top of the function list in PAWNO compiler.
BTW you should give your threads names that relate to the problem, you wont get many replies with "click me" as a title.
Re: Click Me! -
Roomeo - 09.03.2011
i have lattest version and problem is fixed now
the problem was i don't Know