ðExamples
A list of examples of how to use our exports & events.
Manage Gang Money From Player
A common way to interact with players and gangs would be to manage a gang's money, which you would find from a player. Below you can see a very basic example of grabbing a player's gang and managing it's money. Example:
Trigger Events
You can easily trigger events for all members and pass in any arguments. Example:
Get Turf
You can also grab any gang data directly without functions, such as their turf PolyZone vectors. Example:
Get All Members
Another example of grabbing the data directly, you can grab all members as is, with all their gang-related data, and then format them for a nice list. Example:
Get Members Online
If you want to fetch all the members that are currently online, you can do so. Example:
Last updated