Someone knows a anti cheat for this cheat?
#4

Try this, It does not detect the person who used the cheat but should restore the health of the vehicle after using this cheat.
PHP код:
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;

EVF.inc:
https://sampforum.blast.hk/showthread.php?tid=611142
Reply


Messages In This Thread
Someone knows a anti cheat for this cheat? - by Colgate - 19.05.2017, 04:16
Re: Someone knows a anti cheat for this cheat? - by Kane - 19.05.2017, 04:42
Re: Someone knows a anti cheat for this cheat? - by Colgate - 19.05.2017, 05:06
Re: Someone knows a anti cheat for this cheat? - by AbyssMorgan - 19.05.2017, 05:53

Forum Jump:


Users browsing this thread: 1 Guest(s)