11.03.2012, 10:58
Hi, i have this code:
How can I make it so 'vehicleid' searches for every car in the server and turns off the engine?
Thanks
pawn Код:
new engine, lights, alarm, doors, bonnet, boot, objective;
GetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
SetVehicleParamsEx(vehicleid, toggle, lights, alarm, doors, bonnet, boot, objective);
Thanks