Would this work?
#1

pawn Код:
CMD:engine(playerid,params[])
{
    new vid;
    vid = GetPlayerVehicleID(playerid);
    new engine,lights,alarm,doors,bonnet,boot,objective;
    GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
    SetVehicleParamsEx(vid,1,lights,alarm,doors,bonnet,boot,objective);
    SCM(playerid,COLOR_LIGHTRED,"Your vehicle has started!");
    return 1;
}
I currently cant test it right now but would it work.

Also, Can someone explain to me what the bonnet,boot,objective is?
Reply


Messages In This Thread
Would this work? - by Shockey HD - 11.08.2011, 22:40
Re: Would this work? - by antonio112 - 11.08.2011, 22:43
Re: Would this work? - by Shockey HD - 11.08.2011, 23:24
Re: Would this work? - by Onyewu - 11.08.2011, 23:28
Re: Would this work? - by Shockey HD - 11.08.2011, 23:40
Re: Would this work? - by PrawkC - 11.08.2011, 23:43
Re: Would this work? - by antonio112 - 11.08.2011, 23:48

Forum Jump:


Users browsing this thread: 4 Guest(s)