This document outlines all available exports and events within the luxu_admin
resource.
getPlayerStaffGroup(source)
false
if no staff group is found.source
(number): The player's server ID.string | false
: The name of the staff group, or false
.local group = exports.luxu_admin:getPlayerStaffGroup(source)
getPlayerStaffDutyState(source)
source
(number): The player's server ID.boolean
: true
if the staff member is on duty, false
otherwise.local state = exports.luxu_admin:getPlayerStaffDutyState(source)
getStaffGroups()
StaffGroup[] | false
: An array of StaffGroup
objects, or false
if no groups are found.StaffGroup
Class