Installation
Add dependencies:
Add the script:
Download ak47_inventory from your keymaster.
Add the script into your resources folder.
Add the script in server.cfg after es_extended and make sure all other script is starting after the inventory script.
Set discord webhook in webhooks.lua
Set
Config.OxInventory = false
in es_extended/config.luaSet
Config.EnableDefaultInventory = false
in es_extended/config.luaRestart your server.
You will see a message of installation complete. Then restart the server again.
Manual Installation: (optional)
By default, it will install the script automatically. If you see any error in server console you can try this manual installation.
Install database.sql into your server database.
Add necessary code below inside es_extended/server/classes/player.lua
Add this code inside CreateExtendedPlayer function.
Add this code after CreateExtendedPlayer function.
After adding code, it will look like this
Notes:
Don't upload the script with FileZilla, Use Winscp if you are using FTP for file uploading.
Renaming of the script is not allowed.
We do not support custom frameworks, highly modified versions of ESX, or deprecated/outdated versions of anything.
Last updated