12.11.2013, 13:39
you can do it with this:
You can add custom stock to lock some vehicles under OnGameModeInit
Код:
new engine, lights, alarm, doors, bonnet, boot, objective; GetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective); SetVehicleParamsEx(vehicleid, 0,0,0,1,0,0,0);