Advertisement
AlexOss

Untitled

Jan 20th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. public OnPlayerConnect(playerid)
  2. {
  3. CrateTD = CreatePlayerTextDraw(playerid, 323.333129, 192.488830, "~r~Crate System~w~~h~n~~n~~Crate Step: 30/30~n~Won: ~g~$500,000");
  4. PlayerTextDrawLetterSize(playerid, CrateTD , 0.400000, 1.600000);//0.291666, 1.479703
  5. PlayerTextDrawTextSize(playerid, CrateTD , 0.000000, 120.000000);//0.000000, 141.000000
  6. PlayerTextDrawAlignment(playerid, CrateTD , 2);
  7. PlayerTextDrawColor(playerid, CrateTD , -1);
  8. PlayerTextDrawUseBox(playerid, CrateTD , 1);
  9. PlayerTextDrawBoxColor(playerid, CrateTD , 3553631);
  10. PlayerTextDrawSetShadow(playerid, CrateTD , 0);
  11. PlayerTextDrawSetOutline(playerid, CrateTD , 1);
  12. PlayerTextDrawBackgroundColor(playerid, CrateTD , 105);
  13. PlayerTextDrawFont(playerid, CrateTD , 2);
  14. PlayerTextDrawSetProportional(playerid, CrateTD , 1);
  15. PlayerTextDrawSetShadow(playerid, CrateTD , 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement