Jump to content

addVehicleSirens


pejczi

Recommended Posts

  • 5 months later...

It's giving me the sound but it's not showing any lights:

Server side:

addEventHandler("onVehicleEnter",root,function(player,seat) 
    if(getElementModel(source) == 411)then  
        if(player)and(seat==0)then 
        addVehicleSirens(source,5,5) 
        end 
    end 
end) 

Anyone know how to fix it?

Edit:

It seems like the lights are placed inside the vehicle barely even visible. Is there a way to move them to the top of the vehicle?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...