19.05.2017, 04:16
cheat being used > https://www.youtube.com/watch?v=_ovsQqks_CQ
or at least know the cheat name...
thanks
or at least know the cheat name...
thanks
public OnVehicleHealthChange(vehicleid,Float:newhealth,Float:oldhealth){
if(newhealth <= 0.0 && oldhealth >= 300.0 && VectorSize(newhealth-oldhealth,0.0,0.0) >= 300.0) return 0;
return 1;
}