Problem with textdraw.
#1

I have a problem with textdraws well I'm making an inventory system and was trying to make a model for weapons just for test and I get it like this !

https://imgur.com/a/B5XxOd

and here's the code.
using TDEDITOR but added it myself.

PHP код:
TDEditor_PTD[playerid][8] = CreatePlayerTextDraw(playerid270.500000141.583343"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~");
    
PlayerTextDrawLetterSize(playeridTDEditor_PTD[playerid][8], 0.4000001.600000);
    
PlayerTextDrawTextSize(playeridTDEditor_PTD[playerid][8], 46.00000045.639999);
    
PlayerTextDrawAlignment(playeridTDEditor_PTD[playerid][8], 1);
    
PlayerTextDrawColor(playeridTDEditor_PTD[playerid][8], -1);
    
PlayerTextDrawSetShadow(playeridTDEditor_PTD[playerid][8], 0);
    
PlayerTextDrawSetOutline(playeridTDEditor_PTD[playerid][8], 0);
    
PlayerTextDrawBackgroundColor(playeridTDEditor_PTD[playerid][8], 96);
    
PlayerTextDrawFont(playeridTDEditor_PTD[playerid][8], 5);
    
PlayerTextDrawSetProportional(playeridTDEditor_PTD[playerid][8], 1);
    
PlayerTextDrawSetShadow(playeridTDEditor_PTD[playerid][8], 0);
    
PlayerTextDrawSetPreviewModel(playeridTDEditor_PTD[playerid][8], 0);
        
PlayerTextDrawSetPreviewRot(playeridTDEditor_PTD[playerid][8], 0.0000000.0000000.0000001.000000); 
Reply


Messages In This Thread
Problem with textdraw. - by Nru - 03.03.2018, 19:24
Re: Problem with textdraw. - by Nru - 03.03.2018, 20:32
Re: Problem with textdraw. - by Hunud - 03.03.2018, 20:37
Re: Problem with textdraw. - by Nru - 03.03.2018, 20:41

Forum Jump:


Users browsing this thread: 2 Guest(s)