24.06.2012, 10:35
Quote:
Actually, I have this bug.
When, i enter the car, I can drive it without typing /engine |
Quoting the wiki:
Код:
public OnGameModeInit() { ManualVehicleEngineAndLights(); }
Код:
new engine, lights, alarm, doors, bonnet, boot, objective,vid; vid = GetPlayerVehicleID(playerid); GetVehicleParamsEx(vid, engine, lights, alarm, doors, bonnet, boot, objective); SetVehicleParamsEx(vid, 1, lights, alarm, doors, bonnet, boot, objective);