Posts: 115
Threads: 20
Joined: Jul 2011
Reputation:
0
how can i eneble car lights during day?
Posts: 6,129
Threads: 36
Joined: Jan 2009
Try adding this in to OnGameModeInit:
pawn Код:
ManualVehicleEngineAndLights();
Posts: 115
Threads: 20
Joined: Jul 2011
Reputation:
0
if i will add that i need to typ /engine to open the engine?
Posts: 115
Threads: 20
Joined: Jul 2011
Reputation:
0
i can add that without a /engine command?
the engine to autostart?
Posts: 3,715
Threads: 358
Joined: Apr 2012
Reputation:
0
Check if player enter the vehicle (You will need to use OnPlayerStateChange) then use SetVehicleParamsEx to turn on the engine I can't code it I'm current in mobile
Posts: 2,524
Threads: 109
Joined: Sep 2009
Reputation:
0
I think if you set the world weather to 2, all the sirens and lights will work on daytime too.