Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. ZBPTD[ playerid ][ 0 ] = CreatePlayerTextDraw(playerid, 498.000000, 97.000000, "~b~BANKA: 1232451 $");
  2. PlayerTextDrawBackgroundColor(playerid, ZBPTD[ playerid ][ 0 ], 255);
  3. PlayerTextDrawFont(playerid, ZBPTD[ playerid ][ 0 ], 2);
  4. PlayerTextDrawLetterSize(playerid, ZBPTD[ playerid ][ 0 ], 0.240000, 1.000000);
  5. PlayerTextDrawColor(playerid, ZBPTD[ playerid ][ 0 ], -1);
  6. PlayerTextDrawSetOutline(playerid, ZBPTD[ playerid ][ 0 ], 1);
  7. PlayerTextDrawSetProportional(playerid, ZBPTD[ playerid ][ 0 ], 1);
  8. PlayerTextDrawSetSelectable(playerid, ZBPTD[ playerid ][ 0 ], 0);
  9.  
  10. ZBPTD[ playerid ][ 1 ] = CreatePlayerTextDraw(playerid, 498.000000, 105.000000, "~y~ZLATO: 1325352 G");
  11. PlayerTextDrawBackgroundColor(playerid, ZBPTD[ playerid ][ 1 ], 255);
  12. PlayerTextDrawFont(playerid, ZBPTD[ playerid ][ 1 ], 2);
  13. PlayerTextDrawLetterSize(playerid, ZBPTD[ playerid ][ 1 ], 0.230000, 1.000000);
  14. PlayerTextDrawColor(playerid, ZBPTD[ playerid ][ 1 ], -1);
  15. PlayerTextDrawSetOutline(playerid, ZBPTD[ playerid ][ 1 ], 1);
  16. PlayerTextDrawSetProportional(playerid, ZBPTD[ playerid ][ 1 ], 1);
  17. PlayerTextDrawSetSelectable(playerid, ZBPTD[ playerid ][ 1 ], 0);
  18.  
  19. ZBPTD[ playerid ][ 2 ] = CreatePlayerTextDraw(playerid, 498.000000, 113.000000, "~r~PLATA: 12341241 $");
  20. PlayerTextDrawBackgroundColor(playerid, ZBPTD[ playerid ][ 2 ], 255);
  21. PlayerTextDrawFont(playerid, ZBPTD[ playerid ][ 2 ], 2);
  22. PlayerTextDrawLetterSize(playerid, ZBPTD[ playerid ][ 2 ], 0.230000, 1.000000);
  23. PlayerTextDrawColor(playerid, ZBPTD[ playerid ][ 2 ], -1);
  24. PlayerTextDrawSetOutline(playerid, ZBPTD[ playerid ][ 2 ], 1);
  25. PlayerTextDrawSetProportional(playerid, ZBPTD[ playerid ][ 2 ], 1);
  26. PlayerTextDrawSetSelectable(playerid, ZBPTD[ playerid ][ 2 ], 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement