SA-MP Forums Archive
Someone knows a anti cheat for this cheat? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Someone knows a anti cheat for this cheat? (/showthread.php?tid=634430)



Someone knows a anti cheat for this cheat? - Colgate - 19.05.2017

cheat being used > https://www.youtube.com/watch?v=_ovsQqks_CQ

or at least know the cheat name...


thanks


Re: Someone knows a anti cheat for this cheat? - Kane - 19.05.2017

It's nothing special. The cheat teleports the player into their vehicles and sets it on fire.

Maybe an Anti-Teleport?


Re: Someone knows a anti cheat for this cheat? - Colgate - 19.05.2017

but, have do you saw he teleporting and freezing another players?


Re: Someone knows a anti cheat for this cheat? - AbyssMorgan - 19.05.2017

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