Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2014
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. NWRP0 = TextDrawCreate(552.000000, 2.000000, "ld_pool:ball");
  2. TextDrawBackgroundColor(NWRP0, 255);
  3. TextDrawFont(NWRP0, 4);
  4. TextDrawLetterSize(NWRP0, 0.500000, 1.000000);
  5. TextDrawColor(NWRP0, -65281);
  6. TextDrawSetOutline(NWRP0, 0);
  7. TextDrawSetProportional(NWRP0, 1);
  8. TextDrawSetShadow(NWRP0, 1);
  9. TextDrawUseBox(NWRP0, 1);
  10. TextDrawBoxColor(NWRP0, 255);
  11. TextDrawTextSize(NWRP0, 45.000000, 40.000000);
  12.  
  13. NWRP1 = TextDrawCreate(556.000000, 5.000000, "ld_pool:ball");
  14. TextDrawBackgroundColor(NWRP1, 255);
  15. TextDrawFont(NWRP1, 4);
  16. TextDrawLetterSize(NWRP1, 0.500000, 1.000000);
  17. TextDrawColor(NWRP1, -1);
  18. TextDrawSetOutline(NWRP1, 0);
  19. TextDrawSetProportional(NWRP1, 1);
  20. TextDrawSetShadow(NWRP1, 1);
  21. TextDrawUseBox(NWRP1, 1);
  22. TextDrawBoxColor(NWRP1, 255);
  23. TextDrawTextSize(NWRP1, 37.000000, 34.000000);
  24.  
  25. NWRP2 = TextDrawCreate(561.000000, 12.000000, "NW");
  26. TextDrawBackgroundColor(NWRP2, 85);
  27. TextDrawFont(NWRP2, 2);
  28. TextDrawLetterSize(NWRP2, 0.450000, 2.000000);
  29. TextDrawColor(NWRP2, -65281);
  30. TextDrawSetOutline(NWRP2, 1);
  31. TextDrawSetProportional(NWRP2, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement