Guest User

Untitled

a guest
Nov 30th, 2014
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. #include <a_samp>
  2.  
  3. for( new i = 0; i < MAX_PLAYERS; i++ )
  4. {
  5. LOGIN = TextDrawCreate(647.000000, -1.000000, "_");
  6. TextDrawBackgroundColor(LOGIN, 255);
  7. TextDrawAlignment(LOGIN, 2);
  8. TextDrawFont(LOGIN, 2);
  9. TextDrawLetterSize(LOGIN, 3.519997, 50.199806);
  10. TextDrawUseBox(LOGIN, 1);
  11. TextDrawColor(LOGIN, -1);
  12. TextDrawSetOutline(LOGIN, 1);
  13. TextDrawSetProportional(LOGIN, 1);
  14. TextDrawBoxColor(LOGIN, 0x000000FF);
  15. TextDrawTextSize(LOGIN, -4.000000, -162.000000);
  16. }
Advertisement
Add Comment
Please, Sign In to add comment