Problem with warning 213: tag mismatch
#1

So when I compile GameMod its say 10 erros and same is warning 213: tag mismatch this is problem
Код:
Banka[ i ] = TextDrawCreate(588.285949, 116.613403, "0$");
	TextDrawLetterSize(Banka[i], 0.177900, 0.627197);
	TextDrawAlignment(Banka[i], 1);
	TextDrawColor(Banka[i], 8388863);
	TextDrawSetShadow(Banka[i], 0);
	TextDrawSetOutline(Banka[i], 0);
	TextDrawBackgroundColor(Banka[i], 255);
	TextDrawFont(Banka[i], 1);
	TextDrawSetProportional(Banka[i], 1);
	TextDrawSetShadow(Banka[i], 0);
if somebody know resolve please help me.
Reply
#2

PHP код:
new Text:Banka[i]; 
Banka[i] = TextDrawCreate(588.285949116.613403"0$");
    
TextDrawLetterSize(Banka[i], 0.1779000.627197);
    
TextDrawAlignment(Banka[i], 1);
    
TextDrawColor(Banka[i], 8388863);
    
TextDrawSetShadow(Banka[i], 0);
    
TextDrawSetOutline(Banka[i], 0);
    
TextDrawBackgroundColor(Banka[i], 255);
    
TextDrawFont(Banka[i], 1);
    
TextDrawSetProportional(Banka[i], 1);
    
TextDrawSetShadow(Banka[i], 0); 
Reply
#3

Quote:
Originally Posted by B3x7K
Посмотреть сообщение
PHP код:
new Text:Banka[i]; 
Banka[i] = TextDrawCreate(588.285949116.613403"0$");
    
TextDrawLetterSize(Banka[i], 0.1779000.627197);
    
TextDrawAlignment(Banka[i], 1);
    
TextDrawColor(Banka[i], 8388863);
    
TextDrawSetShadow(Banka[i], 0);
    
TextDrawSetOutline(Banka[i], 0);
    
TextDrawBackgroundColor(Banka[i], 255);
    
TextDrawFont(Banka[i], 1);
    
TextDrawSetProportional(Banka[i], 1);
    
TextDrawSetShadow(Banka[i], 0); 
Hi its need to be something like this
Quote:

Zlato[ i ] = CreatePlayerTextDraw(i, 600.000000, 110.680015, "130");
PlayerTextDrawLetterSize(i, Zlato[i], 0.217996, 0.993600);
PlayerTextDrawAlignment(i, Zlato[i], 3);
PlayerTextDrawColor(i, Zlato[i], -1);
PlayerTextDrawSetShadow(i, Zlato[i], 0);
PlayerTextDrawSetOutline(i, Zlato[i], 1);
PlayerTextDrawBackgroundColor(i, Zlato[i], 255);
PlayerTextDrawFont(i, Zlato[i], 2);
PlayerTextDrawSetProportional(i, Zlato[i], 1);
PlayerTextDrawSetShadow(i, Zlato[i], 0);

So its need to be PlayerTextDraw but when I try it its say some errors
Reply
#4

Quote:
Originally Posted by ******
Посмотреть сообщение
You've still not said what errors.
No error just warring
Reply
#5

Its ok guys I slove problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)