Advertisement
Guest User

Erstellung der Wanteds

a guest
Dec 29th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. new Text:Wanted[12];
  2.  
  3. Wanted[0] = TextDrawCreate(506.000000, 111.000000, "]");
  4. TextDrawBackgroundColor(Wanted[0], 255);
  5. TextDrawFont(Wanted[0], 0);
  6. TextDrawLetterSize(Wanted[0], 0.560000, 1.699999);
  7. TextDrawColor(Wanted[0], -1);
  8. TextDrawSetOutline(Wanted[0], 0);
  9. TextDrawSetProportional(Wanted[0], 1);
  10. TextDrawSetShadow(Wanted[0], 1);
  11. TextDrawSetSelectable(Wanted[0], 0);
  12.  
  13. Wanted[1] = TextDrawCreate(524.000000, 111.000000, "]");
  14. TextDrawBackgroundColor(Wanted[1], 255);
  15. TextDrawFont(Wanted[1], 0);
  16. TextDrawLetterSize(Wanted[1], 0.560000, 1.700000);
  17. TextDrawColor(Wanted[1], -1);
  18. TextDrawSetOutline(Wanted[1], 0);
  19. TextDrawSetProportional(Wanted[1], 1);
  20. TextDrawSetShadow(Wanted[1], 1);
  21. TextDrawSetSelectable(Wanted[1], 0);
  22.  
  23. wanted[2] = .....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement