Advertisement
Guest User

Logopit copy Arizona RP

a guest
Dec 13th, 2017
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.06 KB | None | 0 0
  1. new URL[3];
  2.  
  3. URL[0] = TextDrawCreate(552.855163, 2.333326, "A");
  4. TextDrawLetterSize(URL[0], 0.494040, 2.609167);
  5. TextDrawAlignment(URL[0], 1);
  6. TextDrawColor(URL[0], -1207959297);
  7. TextDrawSetShadow(URL[0], 0);
  8. TextDrawSetOutline(URL[0], -1);
  9. TextDrawBackgroundColor(URL[0], 51);
  10. TextDrawFont(URL[0], 0);
  11. TextDrawSetProportional(URL[0], 1);
  12.  
  13. URL[1] = TextDrawCreate(566.505432, 6.833324, "rizona");
  14. TextDrawLetterSize(URL[1], 0.302883, 1.069166);
  15. TextDrawAlignment(URL[1], 1);
  16. TextDrawColor(URL[1], -1207959297);
  17. TextDrawSetShadow(URL[1], 0);
  18. TextDrawSetOutline(URL[1], -1);
  19. TextDrawBackgroundColor(URL[1], 51);
  20. TextDrawFont(URL[1], 3);
  21. TextDrawSetProportional(URL[1], 1);
  22.  
  23. URL[2] = TextDrawCreate(564.694152, 14.249990, "chandler");
  24. TextDrawLetterSize(URL[2], 0.161390, 1.314167);
  25. TextDrawAlignment(URL[2], 1);
  26. TextDrawColor(URL[2], -1);
  27. TextDrawUseBox(URL[2], true);
  28. TextDrawBoxColor(URL[2], 0);
  29. TextDrawSetShadow(URL[2], 0);
  30. TextDrawSetOutline(URL[2], -1);
  31. TextDrawBackgroundColor(URL[2], 51);
  32. TextDrawFont(URL[2], 2);
  33. TextDrawSetProportional(URL[2], 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement