TextDraw - Not showing
#1

Hello everyone,
I'm having a problem with my text draw, I don't really use them but I'm pretty sure this is right, I am trying to make a full black screen but nothing shows up.

Код:
loading[playerid] = CreatePlayerTextDraw(playerid, 640, 480, " ");
PlayerTextDrawUseBox(playerid, loading[playerid], 1);
PlayerTextDrawBoxColor(playerid, loading[playerid], BLACK);
PlayerTextDrawColor(playerid, loading[playerid], BLACK);
PlayerTextDrawLetterSize(playerid, loading[playerid], 3.2, 480.0);
PlayerTextDrawShow(playerid, loading[playerid]);
Reply
#2

I am not sure but try to put at 0.0, 0.0 and maximize all values
pawn Код:
loading[playerid] = CreatePlayerTextDraw(playerid, 0.0, 0.0, "_");
PlayerTextDrawUseBox(playerid, loading[playerid], 1);
PlayerTextDrawBoxColor(playerid, loading[playerid], BLACK);
PlayerTextDrawLetterSize(playerid, loading[playerid], 640.0, 480.0);
PlayerTextDrawTextSize(playerid, loading[playerid], 640.0, 480.0);
PlayerTextDrawShow(playerid, loading[playerid]);
Just use a textdraw editor next time
Reply
#3

Nope, there was no difference.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)