Client
Client Exports
GetGroupID
GetGroupIDGets the current player's group ID (client-side only).
Location: client/groups.lua
Parameters:
None
Returns:
number- The group ID, or0if not in a group
Example:
local groupID = exports['mad-crimetablet']:GetGroupID()IsGroupLeader
IsGroupLeaderChecks if the current player is the group leader (client-side only).
Location: client/groups.lua
Parameters:
None
Returns:
boolean-trueif player is the leader,falseotherwise
Example:
Last updated