Hello,
So im trying to get Multiple admin levels on a command so lets say Admin can only be used/shown by admin level 4
{'admin', sysTable.Prefix, Funcs.Admin, 4, {'admin', '<User(s)>', 'Admins the specified user(s).'}},
{'mod', sysTable.Prefix, Funcs.Admin, 4, {'mod', '<User(s)>', 'Mods the specified user(s).'}},
{'unadmin', sysTable.Prefix, Funcs.Admin, 4, {'unadmin', '<User(s)>', 'Removes any level of admin that specified user(s) have.'}},
{'admins', sysTable.Prefix, Funcs.Display, 0, {'admins', '', 'Displays all admins of this server.'}},
{'ingameadmins', sysTable.Prefix, Funcs.Display, 1, 2, {'ingameadmins', '', 'Displays all admins in this server.'}},
Permissions = {
OWNER = {4,{}},
LS = {3,{}},
HR = {2,{}},
MR = {1,{}},
Banned = {},
},
But lets say ingameadmins by adminlevel 1, and 2 but somehow it works with cmd execution only it wont show correctly in the cmd list?