Configuration

You can customize the whole script according to your needs. If you can not adjust something or there are errors, feel free to contact us on our Discord server.

Config file

Config = {}

Config.InAdminSerice = true -- is the admin in admin mode on join (true: gets support request | false: gets no admin request)
Config.CommandName = 'support' -- Set the command name
Config.OutOfService = 'changeadmin' -- Command to left the admin service

Config.InstantTeleport = false -- if true: Admin will be teleported directly to the player | if false: A waypoint to the player is created for the admin
Config.AddBlip = true -- if true: Adds a Blip at the players Position (only for allowed ranks) | if false: No Blips

Config.AllowedRanks = {
    'mod',
    'admin',
    'superadmin'
}

Config.Blip = {
    Name = 'Support',
    Sprite = 280, -- Wich blip, you can find a list here: https://docs.fivem.net/docs/game-references/blips/
    Scale = 1.2,
    Colour = 2,
}

Official Locales

Last updated