setGang
The setGang
export allows you to assign or remove a gang from a player by their ID. This is useful for dynamically managing gang membership within your server's systems.
How to Use
To assign a gang to a player:
To remove a gang from a player:
This export returns success
and errorMessage
to confirm whether the operation was successful or if there were issues, making it easy to debug or log actions when managing gang memberships.
Last updated