Advertisement
Zmajk0

Untitled

Jun 13th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. GamesTD[playerid][0] = CreatePlayerTextDraw(playerid,498.000000, 99.750000, "~b~banka: ~w~0$");
  2. PlayerTextDrawLetterSize(playerid, GamesTD[playerid][0], 0.284000, 1.210625);
  3. PlayerTextDrawAlignment(playerid, GamesTD[playerid][0], 1);
  4. PlayerTextDrawColor(playerid, GamesTD[playerid][0], -1);
  5. PlayerTextDrawSetShadow(playerid, GamesTD[playerid][0], 0);
  6. PlayerTextDrawSetOutline(playerid, GamesTD[playerid][0], 1);
  7. PlayerTextDrawBackgroundColor(playerid, GamesTD[playerid][0], 255);
  8. PlayerTextDrawFont(playerid, GamesTD[playerid][0], 2);
  9. PlayerTextDrawSetProportional(playerid, GamesTD[playerid][0], 1);
  10.  
  11. GamesTD[playerid][1] = CreatePlayerTextDraw(playerid,498.000000, 112.000000, "~y~zlato: ~w~ 0g");
  12. PlayerTextDrawLetterSize(playerid, GamesTD[playerid][1], 0.284500, 1.131877);
  13. PlayerTextDrawAlignment(playerid, GamesTD[playerid][1], 1);
  14. PlayerTextDrawColor(playerid, GamesTD[playerid][1], -1);
  15. PlayerTextDrawSetShadow(playerid, GamesTD[playerid][1], 0);
  16. PlayerTextDrawSetOutline(playerid, GamesTD[playerid][1], 1);
  17. PlayerTextDrawBackgroundColor(playerid, GamesTD[playerid][1], 255);
  18. PlayerTextDrawFont(playerid, GamesTD[playerid][1], 2);
  19. PlayerTextDrawSetProportional(playerid, GamesTD[playerid][1], 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement