Car lights
#1

How do i make it so i can turn car lights on in daytime?
Reply
#2

Did u even put any effort into finding it out??
Just ****** and u will know it.
This is not the we script for you section....
Reply
#3

Place this OnGamemodeInit to enable manual control of the engine and lights.
Код:
ManualVehicleEngineAndLights();
Then place this in a command.
Код:
{
new engine, lights, alarm, doors, bonnet, boot, objective;
GetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, bonnet, boot, objective);
SetVehicleParamsEx(GetPlayerVehicleID(playerid), VEHICLE_PARAMS_ON, lights, alarm, doors, bonnet, boot, objective); 
}
https://sampwiki.blast.hk/wiki/ManualVe...ngineAndLights
https://sampwiki.blast.hk/wiki/GetVehicleParamsEx
https://sampwiki.blast.hk/wiki/SetVehicleParamsEx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)