Skip to content

[Bug] #14

@xxZukoXx

Description

@xxZukoXx

when menu opened upon healing someone it won't restore stats same with revive
when creating or deleting locations it wont remove or add unless you restart recourse
config file should be more like this:

Config.AdminGroup = {

-- ['GROUP_NAME'] = {
--     rank = 0,
--     label = "GROUP_LABEL",
--     id = "GROUP_ID",
-- }

['helper'] = {
    rank = 1,
    label = "Helper",
    id = "helper",
},
['mod'] = {
    rank = 2,
    label = "Moderatore",
    id = "mod",
},
['admin'] = {
    rank = 3,
    label = "Admin",
    id = "admin",
},
['superadmin'] = {
    rank = 4,
    label = "Super Admin",
    id = "superadmin",
},
['owner'] = {
    rank = 5,
    label = "Owner",
    id = "owner",
}

}

Config.Trigger = {
skin = 'esx_skin:openSaveableMenu',
revive = "esx_ambulancejob:revive",
heal = "esx_basicneeds:healPlayer",
}

Config.BanTime = {
{
label = "12 Ore",
value = 43200
},
{
label = "1 Giorno",
value = 86400
},
{
label = "2 Giorni",
value = 172800
},
{
label = "3 Giorni",
value = 259200
},
{
label = "1 Settimana",
value = 604800
},
{
label = "2 Settimane",
value = 1209600
},
{
label = "Permanente",
value = 999999999
}
}

to simplify anyone from editing client and server files and to read group.admin permissions because it shows as none even if im an owner with admin permissions

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions