*** Terrible Title Removed
#1

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?
Reply
#2

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.
Reply
#3

still same error
Reply
#4

Try updating your sa-mp include.
Reply
#5

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.
Reply
#6

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

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); 
Reply
#8

"\n" in Textdraw? You should use "~n~"
Reply
#9

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");"
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)