Advertisement
Guest User

Untitled

a guest
Jun 7th, 2022
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. /////////////////////////////////////////////////////////////////////////////////////////////////
  2. Player_TD[playerid][0] = CreatePlayerTextDraw(MAX_PLAYERS, 566.799194, 203.528915, "ALEX_STATHAM");
  3. PlayerTextDrawLetterSize(playerid, Player_TD[playerid][0], 0.154333, 0.724740);
  4. PlayerTextDrawAlignment(playerid, Player_TD[playerid][0], 1);
  5. PlayerTextDrawColor(playerid, Player_TD[playerid][0], -1);
  6. PlayerTextDrawSetShadow(playerid, Player_TD[playerid][0], 0);
  7. PlayerTextDrawBackgroundColor(playerid, Player_TD[playerid][0], 255);
  8. PlayerTextDrawFont(playerid, Player_TD[playerid][0], 2);
  9. PlayerTextDrawSetProportional(playerid, Player_TD[playerid][0], 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement