Advertisement
StefkeZ

Untitled

Jun 13th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. //==============================================================================
  2. stock OstecenjeVozila(playerid)
  3. {
  4. if(UlogovanProvera[playerid] == 1)
  5. {
  6. if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
  7. {
  8. new Float:HP, string[40];
  9. new veh = GetPlayerVehicleID(playerid);
  10. GetVehicleHealth(veh, HP);
  11. format(string, sizeof(string), "%d", floatround (HP));
  12. PlayerTextDrawSetString(playerid, BRZINOMER[14][playerid], string);
  13. }
  14. }
  15. return 1;
  16. }
  17. //==============================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement