engine hack - 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: engine hack (
/showthread.php?tid=622775)
engine hack -
MerryDeer - 26.11.2016
Hi,
Can make stock, when SetVehicleParamsEx, and then instantly GetVehicleParamsEx?
Код:
stock AC_SetVehicleParamsEx(...)
{
SetVehicleParamsEx( ... );
GetVehicleParamsEx(...);
check if get vehicle params is not same as vehicle params?
}
Re: engine hack -
Stinged - 26.11.2016
I do not comprehend why it's always you that asks these types of questions...
You already know the vehicle's params, because you've just set them using SetVehicleParamsEx.
You normally need GetPlayerParamsEx to know the params of a vehicle, but since you already know them, why the hell would you need GetPlayerParamsEx?
Re: engine hack -
MerryDeer - 26.11.2016
Because cheaters there is that setting NOP SetVehicleParamsEx, for ex engine, of other thing can not by effected, so how to make anti from this?