#3

Quote:
Originally Posted by RyanPetersons
Посмотреть сообщение
Actually, I have this bug.

When, i enter the car, I can drive it without typing /engine
Very funny. Now back to the topic.

Quoting the wiki:

Код:
public OnGameModeInit()
{
    ManualVehicleEngineAndLights();
}
And for the command /engine:

Код:
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);
Reply


Messages In This Thread
Bug - by RyanPetersons - 24.06.2012, 10:21
Re: Bug - by JaKe Elite - 24.06.2012, 10:28
Re: Bug - by Grand_Micha - 24.06.2012, 10:35

Forum Jump:


Users browsing this thread: 1 Guest(s)