Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 1.51 KB | None | 0 0
  1.  
  2. new PlayerText:TDEditor_PTD[MAX_PLAYERS][2];
  3.  
  4. TDEditor_PTD[playerid][0] = CreatePlayerTextDraw(playerid, 286.033416, 369.222534, "INTERIOR:_~y~1");
  5. PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][0], 0.146999, 1.085630);
  6. PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][0], 1453.000000, 0.000000);
  7. PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][0], 1);
  8. PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][0], -1);
  9. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0);
  10. PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][0], 1);
  11. PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][0], 370546431);
  12. PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][0], 2);
  13. PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][0], 1);
  14.  
  15. TDEditor_PTD[playerid][1] = CreatePlayerTextDraw(playerid, 286.033416, 378.323089, "price:_~g~_1000000$");
  16. PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][1], 0.146999, 1.085630);
  17. PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][1], 1453.000000, 0.000000);
  18. PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][1], 1);
  19. PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][1], -1);
  20. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][1], 0);
  21. PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][1], 1);
  22. PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][1], 370546431);
  23. PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][1], 2);
  24. PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][1], 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement