Custom Framework/Inventory

If your server uses a non-standard system:

  • Edit server/aa_editable.lua and client/aa_editable.lua.

  • Look for functions like AddMoney, RemoveMoney, AddItem, etc.

  • Replace with your framework's exports (e.g., for money: exports.myframework:AddMoney(source, amount)).

  • Also add the export to the IsDead function in client/aa_editable.lua in case you have an ambulance script with custom death behaviour.

  • For dispatch: Edit client/aa_editable.lua > Dispatch function.

  • You can do the same for both Notify functions.

  • Test thoroughly – join my discord if stuck.

Last updated