Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. Textdraw0[playerid] = CreatePlayerTextDraw(playerid, 500.444396, 124.444435, "Banka:~w~0");
  2. PlayerTextDrawLetterSize(playerid, Textdraw0[playerid], 0.280221, 1.525333);
  3. PlayerTextDrawAlignment(playerid, Textdraw0[playerid], 1);
  4. PlayerTextDrawColor(playerid, Textdraw0[playerid], 16777215);
  5. PlayerTextDrawSetShadow(playerid, Textdraw0[playerid], 0);
  6. PlayerTextDrawSetOutline(playerid, Textdraw0[playerid], 0);
  7. PlayerTextDrawBackgroundColor(playerid, Textdraw0[playerid], 51);
  8. PlayerTextDrawFont(playerid, Textdraw0[playerid], 2);
  9. PlayerTextDrawSetProportional(playerid, Textdraw0[playerid], 1);
  10.  
  11. Textdraw1[playerid] = CreatePlayerTextDraw(playerid, 500.888763, 142.862243, "Zlato:~w~0");
  12. PlayerTextDrawLetterSize(playerid, Textdraw1[playerid], 0.286444, 1.510400);
  13. PlayerTextDrawAlignment(playerid, Textdraw1[playerid], 1);
  14. PlayerTextDrawColor(playerid, Textdraw1[playerid], 16777215);
  15. PlayerTextDrawSetShadow(playerid, Textdraw1[playerid], 0);
  16. PlayerTextDrawSetOutline(playerid, Textdraw1[playerid], 0);
  17. PlayerTextDrawBackgroundColor(playerid, Textdraw1[playerid], 51);
  18. PlayerTextDrawFont(playerid, Textdraw1[playerid], 2);
  19. PlayerTextDrawSetProportional(playerid, Textdraw1[playerid], 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement