09.05.2014, 10:09
Hey, can you tell me how to do bodywork on vehicles immediately to mending, best not to have to command. thank you.
public OnPlayerUpdate(playerid)
{
if(IsPlayerInAnyVehicle(playerid))
{
RepairVehicle(GetPlayerVehicleID(playerid));
}
return 1;
}