SA-MP Forums Archive
SetVehPrams - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SetVehPrams (/showthread.php?tid=310482)



SetVehPrams - jaskiller - 12.01.2012

hi why the light does not turn On

PHP код:

SetVehicleParamsEx
(vehid1100000); 



Re : SetVehPrams - jaskiller - 12.01.2012

upp.....


Re: SetVehPrams - thimo - 12.01.2012

Only works when night... iguess


Re : SetVehPrams - jaskiller - 12.01.2012

no can work without night I test it in other server


Re: SetVehPrams - Min - 12.01.2012

I don't think it's possible. :/


Re: SetVehPrams - sabretur - 12.01.2012

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);
}