Allowed Jobs
-- Jobs or groups that players must a part of to open the menu. String or table. Set as 'nil' to allow access to everyone.
Config.RequiredGroup = nil-- Jobs or groups that players must a part of to open the menu. String or table. Set as 'nil' to allow access to everyone.
Config.RequiredGroup = 'police'-- Jobs or groups that players must a part of to open the menu. String or table. Set as 'nil' to allow access to everyone.
Config.RequiredGroup = {'police' = true, 'mechanic' = true}Last updated