Advertisement
Guest User

Untitled

a guest
Nov 1st, 2018
800
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. //Global TextDraws:
  2.  
  3.  
  4. new Text:TDEditor_TD[1];
  5.  
  6. TDEditor_TD[0] = TextDrawCreate(523.323730, 432.083221, "jade.nephrite.ro");
  7. TextDrawLetterSize(TDEditor_TD[0], 0.387349, 1.547500);
  8. TextDrawAlignment(TDEditor_TD[0], 1);
  9. TextDrawColor(TDEditor_TD[0], -1);
  10. TextDrawSetShadow(TDEditor_TD[0], 0);
  11. TextDrawSetOutline(TDEditor_TD[0], 1);
  12. TextDrawBackgroundColor(TDEditor_TD[0], 255);
  13. TextDrawFont(TDEditor_TD[0], 3);
  14. TextDrawSetProportional(TDEditor_TD[0], 1);
  15. TextDrawSetShadow(TDEditor_TD[0], 0);
  16.  
  17.  
  18.  
  19. //Player TextDraws:
  20.  
  21.  
  22. new PlayerText:TDEditor_PTD[MAX_PLAYERS][1];
  23.  
  24. TDEditor_PTD[playerid][0] = CreatePlayerTextDraw(playerid, 107.603614, 432.950347, "ksenon");
  25. PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][0], 0.227115, 1.454166);
  26. PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][0], 3);
  27. PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][0], -1);
  28. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0);
  29. PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][0], 1);
  30. PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][0], 255);
  31. PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][0], 2);
  32. PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][0], 1);
  33. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0);
  34.  
  35.  
  36.  
  37.  
  38. //Total textdraws exported: 2 (1 global textdraws / 1 player textdraws) ~ 1/11/2018 ~ 16:6:12
  39. TDEditor V1.17 BY ADRI1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement