Skip to content

28toby10/qb-els

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emergency lights script (standalone)

Commands:

/toggleELS - Showing/hiding the ELS panel in the right bottom of your screen

Controls:

Controlls can be changed in the nui.lua

NUMPAD 7 - Blue lights
NUMPAD 8 - Siren
NUMPAD 9 - Orange lights

NUMPAD 4 - Follow sign in the back
NUMPAD 5 - Stop sign in the front
NUMPAD 6 - Stop sign in the back

NUMPAD - - (white) work lights
NUMPAD + - Green lights

PAGE UP - Enable/ disable pit

Config.voertuigen

Config.voertuigen = {
    {
        model = 'vehicle_name',     -- spawn name
        blauw = {},                 -- blue lights
        groen = {},                 -- green lights
        oranje = {},                -- orange lights
        werk = {},                  -- white lights/ search lights
        volgachter = {},            -- follow sign in the back (police vehicle)
        stopvoor = {},              -- stop sign in the front (police vehicle)
        stopachter = {},            -- stop sign in the back (police vehicle)
        pitje = {},                 -- for enabeling/ disabeling the pit in the roof (police vehicle)
        sirene = '',                -- politie/ambulance
        controller = '',            -- politie/ambulance
    },
}

About

Standalone emergency lights script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published