1 - Open the admin panel
2- In the left bottom corner click the Create Gang button
3 - Set the gang name
4 - Optional: set the boss server id
You can use the following export from your own resource to register a new gang:
Don't add weird symbols to gang name to prevent any incompatibility issues with the script code.
Last updated 10 months ago
local gangName = "Los Santos Vagos" local boss = 1 -- boss server id or false local result = exports['av_gangs']:registerGang(gangName, boss) print(result) -- true / false