Advertisement
Guest User

Untitled

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