Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <a_samp>
- for( new i = 0; i < MAX_PLAYERS; i++ )
- {
- LOGIN = TextDrawCreate(647.000000, -1.000000, "_");
- TextDrawBackgroundColor(LOGIN, 255);
- TextDrawAlignment(LOGIN, 2);
- TextDrawFont(LOGIN, 2);
- TextDrawLetterSize(LOGIN, 3.519997, 50.199806);
- TextDrawUseBox(LOGIN, 1);
- TextDrawColor(LOGIN, -1);
- TextDrawSetOutline(LOGIN, 1);
- TextDrawSetProportional(LOGIN, 1);
- TextDrawBoxColor(LOGIN, 0x000000FF);
- TextDrawTextSize(LOGIN, -4.000000, -162.000000);
- }
Advertisement
Add Comment
Please, Sign In to add comment