Skip to content

JaviGnlzzz/jav_dispatch-2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jav_dispatch-2.0

Dispatch for Fivem Server

Preview

App Screenshot

App Screenshot

App Screenshot

Job examples

Shared.Dispatch = {
    Jobs = {
        ['police'] = {

            panic = true,
            
            commands = {
                'entorno',
                'forzar',
                'tem'
            },

            channel = {
                id = 'police_radio',
                title = 'LSPD - Radio',
                allowedJobs = {
                    'police',
                }
            }
        },

        ['ambulance'] = {

            panic = false,

            commands = {
                'auxilio',
            },

            channel = {
                id = 'ambulance_radio',
                title = 'EMS - Radio',
                allowedJobs = {
                    'ambulance',
                    'police'
                }
            }
        }
    }
}

Dependencies

ESX - QB

About

Dispatch for Fivem Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published