Problem with warning 213: tag mismatch
#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


Messages In This Thread
Problem with warning 213: tag mismatch - by AssassinSaBalkana - 18.01.2019, 05:00
Re: Problem with warning 213: tag mismatch - by B3x7K - 18.01.2019, 09:50
Re: Problem with warning 213: tag mismatch - by AssassinSaBalkana - 18.01.2019, 13:59
Re: Problem with warning 213: tag mismatch - by AssassinSaBalkana - 18.01.2019, 14:01
Re: Problem with warning 213: tag mismatch - by AssassinSaBalkana - 18.01.2019, 14:10

Forum Jump:


Users browsing this thread: 1 Guest(s)