Vehicle lights displayed during day hours
#1

Hey there!
I recently got back into pawn.. Again.
Just noticed with my light system.. The lights aren't displaying during the day... I am sure it's possible as I am pretty sure I have seen another server with working lights all hours of the day.

This is what I have at the moment.

pawn Код:
if(Vehicle[vid][vLights] == 1)
{
    SetVehicleParam(rcar,VEHICLE_LIGHTS,0);
Any ideas/suggestions or info regarding the to the lighting systems would be greatly appreciated.

Thank you!
Reply
#2

Add in OnGameModeInit:
Код:
    ManualVehicleEngineAndLights();
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)