26.11.2016, 15:07
Hi,
Can make stock, when SetVehicleParamsEx, and then instantly GetVehicleParamsEx?
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?
}

