Advertisement
Guest User

Untitled

a guest
Apr 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. ReportsTd = CreatePlayerTextDraw(playerid, 345.000000, 435.000000, "~r~1~w~ reports / ~b~1~w~ cheaters");
  2. PlayerTextDrawLetterSize(playerid, ReportsTd, 0.212000, 1.181867);
  3. PlayerTextDrawAlignment(playerid, ReportsTd, 2);
  4. PlayerTextDrawColor(playerid, ReportsTd, -1);
  5. PlayerTextDrawSetShadow(playerid, ReportsTd, 0);
  6. PlayerTextDrawSetOutline(playerid, ReportsTd, 1);
  7. PlayerTextDrawBackgroundColor(playerid, ReportsTd, 255);
  8. PlayerTextDrawFont(playerid, ReportsTd, 2);
  9. PlayerTextDrawSetProportional(playerid, ReportsTd, 1);
  10. PlayerTextDrawSetShadow(playerid, ReportsTd, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement