Tutorials
Last updated
Was this helpful?
Last updated
Was this helpful?
I am missing sql file how to add camping_objects table to my database ?
How to create a custom object in Config.CustomObjects ?
How to create usable item (beer cups, cooked smores and cooked meat) ?
How to add camping_objects table in your database:
How to create a custom object ?
Create new object in Config.CustomObjects:
Add the item from your new object into your inventory: - Look into Installtion Guide if you need help with creating items for your inventory.
Create custom event which will be triggered from the menu: - You can create it in any script on client side.
Enjoy your new custom object!
How to create usable items (smores and beer cups):
Change the following in:
ox_inventory\data\items.lua
to this:
Change the following in:
ox_inventory\data\items.lua
to this:
Change the following in:
ox_inventory\data\items.lua
to this: