Custom Framework/Inventory
If your server uses a non-standard system:
Edit
server/aa_editable.luaandclient/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
IsDeadfunction inclient/aa_editable.luain case you have an ambulance script with custom death behaviour.For dispatch: Edit
client/aa_editable.lua>Dispatchfunction.You can do the same for both
Notifyfunctions.Test thoroughly – join my discord if stuck.
Last updated