SA-MP Forums Archive
*** Terrible Title Removed - 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)
+--- Thread: *** Terrible Title Removed (/showthread.php?tid=387335)



*** Terrible Title Removed - Gamer_007 - 24.10.2012

Code:
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(320) : error 017: undefined symbol "SetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(321) : error 017: undefined symbol "SetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(340) : error 017: undefined symbol "GetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(344) : error 017: undefined symbol "SetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(345) : error 017: undefined symbol "SetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(350) : error 017: undefined symbol "GetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(357) : error 017: undefined symbol "SetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(358) : error 017: undefined symbol "SetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(372) : error 017: undefined symbol "GetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(378) : error 017: undefined symbol "GetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(424) : error 017: undefined symbol "GetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(427) : error 017: undefined symbol "SetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(437) : error 017: undefined symbol "GetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(439) : error 017: undefined symbol "SetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(446) : error 017: undefined symbol "GetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(449) : error 017: undefined symbol "SetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(450) : error 017: undefined symbol "SetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(459) : error 017: undefined symbol "GetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(462) : error 017: undefined symbol "SetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(550) : error 017: undefined symbol "GetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(566) : error 017: undefined symbol "GetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(567) : error 017: undefined symbol "GetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(584) : error 017: undefined symbol "GetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(585) : error 017: undefined symbol "GetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(602) : error 017: undefined symbol "GetPVarInt"
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(603) : error 017: undefined symbol "GetPVarInt"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
All was working fine and suddenly my gm gave me this message.wtf is this?


Re: wtf is this? - Riddick94 - 24.10.2012

Somewhere on your PC you have different SA-MP includes folder. You just opened old Pawno.exe with old includes. Try to open pawno.exe which have the newest a_samp.inc and then compile, because it says it don't know what PVar does.


Re: wtf is this? - Gamer_007 - 24.10.2012

still same error


Re: wtf is this? - JaKe Elite - 24.10.2012

Try updating your sa-mp include.


Re: wtf is this? - Faisal_khan - 24.10.2012

Do you remember what you did before getting these errors?
If yes, then reverse back the process.
If no, then update your includes.
If the problem still persists, then maybe you have left a brace open.


Re: wtf is this? - Riddick94 - 24.10.2012

Curly brackets are alright? Did you counted them? If not go for a program which counting curly brackets, its on the forum.


Re: wtf is this? - Gamer_007 - 24.10.2012

Hmm that error fixed bcz i got some includes of 0.3a.My friend put it to that but now 2 more errors on textdraw
Code:
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(292) : error 027: invalid character constant
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(292) : error 027: invalid character constant
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
PHP Code:
new Text:Textone;
//Ongamemode
{
Mytextdrawstuff
return 1;
}
//Onplayerconnect
{
TextDrawShowForPlayer(playerid,Textone);
return 
1;

Wht is wrong here??[/QUOTE]

This is my textdraw
PHP Code:
Textone TextDrawCreate(0,425,"                          Welcome to TSW.If u need any help type /help.\n\Put ur text here blabla");
    
TextDrawFont(Textone 2);
    
TextDrawLetterSize(Textone 0.30.9);
    
TextDrawColor(Textone0xFFFFFFFF);
    
TextDrawUseBox(Textone,1);
    
TextDrawBoxColor(Textone,0x99FFFF22);
    
TextDrawSetOutline(Textone 1);
    
TextDrawSetProportional(Textone 1);
    
TextDrawSetShadow(Textone3);
    
TextDrawBoxColor(Textone,0x00D7FF33); 



Re: wtf is this? - Riddick94 - 24.10.2012

"\n" in Textdraw? You should use "~n~"


Re: wtf is this? - newbienoob - 24.10.2012

Quote:
Originally Posted by Riddick94
View Post
"\n" in Textdraw? You should use "~n~"
That won't fix his problem. To fix this

Code:
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(292) : error 027: invalid character constant
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(292) : error 027: invalid character constant
you need to remove "\" here

"Welcome to TSW.If u need any help type /help.\n\Put ur text here blabla");"


Re: wtf is this? - Gamer_007 - 24.10.2012

OK ty guys any thing that can make my textdraw in center??