SA-MP Forums Archive
Undefined Symbol - 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: Undefined Symbol (/showthread.php?tid=550198)



Undefined Symbol - robibacsii - 11.12.2014

Undefine Symbol "TEXT_DRAW_FONT_MODEL_PREVIEW"


Code:


I don't see the problem....

PHP код:
native WP_Hash(buffer[],len,const str[]);
new 
strg[256];
new 
cage[MAX_PLAYERS], cage2[MAX_PLAYERS], cage3[MAX_PLAYERS], cage4[MAX_PLAYERS], caged[MAX_PLAYERS];
new 
players_connected;
new 
seconds[MAX_PLAYERS];
new 
gTotalRegisters;
new 
vID;
new 
lastactive[50];
new
        
Float:pos_x[MAX_PLAYERS],
        
Float:pos_y[MAX_PLAYERS],
        
Float:pos_z[MAX_PLAYERS]
    ;
new 
gDMTD;
new 
Float:SpecX[MAX_PLAYERS], Float:SpecY[MAX_PLAYERS], Float:SpecZ[MAX_PLAYERS], vWorld[MAX_PLAYERS], Inter[MAX_PLAYERS];
new 
IsSpecing[MAX_PLAYERS], IsBeingSpeced[MAX_PLAYERS],spectatorid[MAX_PLAYERS];
new
    
Text3DVIPLabel[MAX_PLAYERS];
forward FixAllCar();
new 
FixTimer;
new 
ScoreTimer;
new 
AntifallEnabled[MAX_PLAYERS];
new 
inVehicle[MAX_PLAYERS];
new 
carID[MAX_PLAYERS];
new 
AutoFix[MAX_PLAYERS];
new 
Nitro[MAX_PLAYERS];
new 
Bounce[MAX_PLAYERS];
new 
killstreak[MAX_PLAYERS];
new 
randomMessages[][] = 



Re: Undefined Symbol - robibacsii - 11.12.2014

maybe


Re: Undefined Symbol - Glossy42O - 11.12.2014

Bumping is only allowed after 24 hours..


Re: Undefined Symbol - robibacsii - 11.12.2014

Thankns for help


Re: Undefined Symbol - Dziugsas - 11.12.2014

Where exactly do you get error?


Re: Undefined Symbol - robibacsii - 11.12.2014

there's my code you can see


Re: Undefined Symbol - robibacsii - 12.12.2014

Do you see it?