SetVehPrams
#6

pawn Код:
SetVehicleLights(vehicleid, on)
{  
    new engine,lights,alarm,doors,bonnet,boot,objective;
    GetVehicleParamsEx(vehicleid,engine,lights,alarm,doors,bonnet,boot,objective);
    SetVehicleParamsEx(vehicleid,engine,on,alarm,doors,bonnet,boot,objective);
}
Reply


Messages In This Thread
SetVehPrams - by jaskiller - 12.01.2012, 15:13
Re : SetVehPrams - by jaskiller - 12.01.2012, 16:27
Re: SetVehPrams - by thimo - 12.01.2012, 16:28
Re : SetVehPrams - by jaskiller - 12.01.2012, 16:37
Re: SetVehPrams - by Min - 12.01.2012, 17:22
Re: SetVehPrams - by sabretur - 12.01.2012, 17:42

Forum Jump:


Users browsing this thread: 1 Guest(s)