[Help] TextDraw Don't Show
#1

Hello , i have a textdraw in my script but it is on the Player Stars (Wanted Stars) position . So i want to be a little down from the stars . But when i try to put it a little down then it don't display in the Game . Following is the code.

PHP код:
    Textdraw0 CreatePlayerTextDraw(playerid,501.000000100.000000"Testing Textdraw");
    
PlayerTextDrawBackgroundColor(playerid,Textdraw0, -1);
    
PlayerTextDrawFont(playerid,Textdraw01);
    
PlayerTextDrawLetterSize(playerid,Textdraw00.3200000.799999);
    
PlayerTextDrawColor(playerid,Textdraw065535);
    
PlayerTextDrawSetOutline(playerid,Textdraw01);
    
PlayerTextDrawSetProportional(playerid,Textdraw01);
    
PlayerTextDrawUseBox(playerid,Textdraw01);
    
PlayerTextDrawBoxColor(playerid,Textdraw00x00000044);
    
PlayerTextDrawTextSize(playerid,Textdraw0606.0000000.000000);
    
PlayerTextDrawSetSelectable(playerid,Textdraw00); 
Reply
#2

You have TextDrawShowForPlayer correctly set up?
Reply
#3

Yes it is . Now this code is working but when i change the Coordinates then it stop displaying.It is on the Wanted stars position . i want it to be a little down from them.
Reply
#4

Post the new code that is not working.
Reply
#5

Textdraws are complicated and hard to edit manually with coords, I suggest using a Textdraw (I suggest this)editor and just extract/import the codes at the position you like.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)