New Gang
Admin Panel
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

External Resource
You can use the following export from your own resource to register a new gang:
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
Last updated