28.07.2012, 00:21
Well I create a simple engine command with no lines just engine on/off test
I have tried those:
in place of 0 I've also put true/false, 1/0. What is the problem and the engine doesnt go off?
The whole command is just this before it just has the command string
I have tried those:
pawn Код:
new engine, lights, alarm, doors, bonnet, boot, objective;
GetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
SetVehicleParamsEx(vehicleid, 0, lights, alarm, doors, bonnet, boot, objective);
in place of 0 I've also put true/false, 1/0. What is the problem and the engine doesnt go off?
The whole command is just this before it just has the command string