Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. //Player TextDraws:
  2.  
  3.  
  4. new PlayerText:TDEditor_PTD[MAX_PLAYERS][1];
  5.  
  6. TDEditor_PTD[playerid][0] = CreatePlayerTextDraw(playerid, 607.000000, 98.533271, "~g~+ $999999999");
  7. PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][0], 0.450999, 2.097777);
  8. PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][0], 3);
  9. PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][0], -1);
  10. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0);
  11. PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][0], 1);
  12. PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][0], 255);
  13. PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][0], 3);
  14. PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][0], 1);
  15. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0);
  16.  
  17.  
  18.  
  19.  
  20. //Total textdraws exported: 1 (0 global textdraws / 1 player textdraws) ~ 20/10/2019 ~ 21:14:24
  21. TDEditor V1.17 BY ADRI1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement