08.04.2012, 09:19
I got an engine command off the internet, it compiles fine, but it gives me warnings, I've done several other commands like that, yet no warnings?
SetVehicleParamsEx(vehicleid, engine, lights, alarm, bonnet, 1, objective);
and
SetVehicleParamsEx(vehicleid, engine, lights, alarm, bonnet, 0, objective);
Warning is: number of arguments does not match definition
SetVehicleParamsEx(vehicleid, engine, lights, alarm, bonnet, 1, objective);
and
SetVehicleParamsEx(vehicleid, engine, lights, alarm, bonnet, 0, objective);
Warning is: number of arguments does not match definition