For the complete documentation index, see llms.txt. This page is also available as Markdown.

Server Exports

getAccessCode

-- it returns string
local pincode = exports['gang-activities']:getAccessCode();

openMenu

---@params
---identifier string
exports['gang-activities']:openMenu(identifier);

giveUserXp

---@params
---identifier string
---xp integer
exports['gang-activities']:giveUserXp(identifier, xp);

Last updated