Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. forward fixcar(playerid)
  2.  
  3. public fixcar(playerid);
  4. {
  5. if(PlayerInfo[playerid][pAdminDuty] == 1 && GetVehicleHeatlh(GetPlayerVehicleID(playerid), health) <= 99 && PlayerInfo[playerid][pAdmin] >= 1337);
  6. {
  7. RepairVehicle(GetPlayerVehicleID(playerid))
  8. }
  9. return 1;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement