SA-MP Forums Archive
Problem with textdraw. - 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: Problem with textdraw. (/showthread.php?tid=650645)



Problem with textdraw. - Nru - 03.03.2018

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); 



Re: Problem with textdraw. - Nru - 03.03.2018

anyone ?


Re: Problem with textdraw. - Hunud - 03.03.2018

Update the link of the screen, It doesen't work.


Re: Problem with textdraw. - Nru - 03.03.2018

Wow I just uploaded it !

here's a new link https://imgur.com/a/D1xBM