Advertisement
Marlborox

PaydayTD

Jun 20th, 2018
752
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. PaydayTDS = CreatePlayerTextDraw(playerid, 76.354278, 129.916687, "PAYDAY");
  2. PlayerTextDrawLetterSize(playerid, PaydayTDS, 0.392972, 1.331667);
  3. PlayerTextDrawTextSize(playerid, PaydayTDS, 0.000000, 134.000000);
  4. PlayerTextDrawAlignment(playerid, PaydayTDS, 2);
  5. PlayerTextDrawColor(playerid, PaydayTDS, -65281);
  6. PlayerTextDrawUseBox(playerid, PaydayTDS, 1);
  7. PlayerTextDrawBoxColor(playerid, PaydayTDS, 255);
  8. PlayerTextDrawSetShadow(playerid, PaydayTDS, 0);
  9. PlayerTextDrawSetOutline(playerid, PaydayTDS, 1);
  10. PlayerTextDrawBackgroundColor(playerid, PaydayTDS, 255);
  11. PlayerTextDrawFont(playerid, PaydayTDS, 2);
  12. PlayerTextDrawSetProportional(playerid, PaydayTDS, 1);
  13. PlayerTextDrawSetShadow(playerid, PaydayTDS, 0);
  14.  
  15. PaydayTD = CreatePlayerTextDraw(plPayerid, 76.285766, 146.633346, "Ore Jucate: 10~n~PayCheck: $10~n~Bank: $10~n~Tax: $10~n~Rent: $10~n~Total Money: $10");
  16. PlayerTextDrawLetterSize(playerid, PaydayTD, 0.227115, 1.060833);
  17. PlayerTextDrawTextSize(playerid, PaydayTD, 2.419998, 134.000000);
  18. PlayerTextDrawAlignment(playerid, PaydayTD, 2);
  19. PlayerTextDrawColor(playerid, PaydayTD, -1);
  20. PlayerTextDrawUseBox(playerid, PaydayTD, 1);
  21. PlayerTextDrawBoxColor(playerid, PaydayTD, 53);
  22. PlayerTextDrawSetShadow(playerid, PaydayTD, 0);
  23. PlayerTextDrawSetOutline(playerid, PaydayTD, 1);
  24. PlayerTextDrawBackgroundColor(playerid, PaydayTD, 255);
  25. PlayerTextDrawFont(playerid, PaydayTD, 2);
  26. PlayerTextDrawSetProportional(playerid, PaydayTD, 1);
  27. PlayerTextDrawSetShadow(playerid, PaydayTD, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement