Do we have the ability to add items the you can place down to this script?.
Hello, yes you do through script config. Here is a tutorial how to add new items to place on ground - here.
UPDATE - v0.0.7
- Fixed problem where sometimes objects jumped in preview while placing them.
- Added functions which are called after entering or exiting shower, tent and sleepingbag.
- Added the possibility to pick amount to purchase in npc store.
- Added the possibility to add a codelock to your tent or cooler - Showcase.
🗎 Edited Files:
replace everything and add the following into your db:
ALTER TABLE camping_objects
ADD COLUMN codelock INT(11) NOT NULL DEFAULT 0
AFTER item;
1 Like
UPDATE - v0.1.0
- Updated object placing system for better user experience.
- Updated custom objects.
- Updated script security.
- Added alcohol into usable items.
🗎 Edited Files:
client/*
modules/*
server/*
shared/*
stream/*
usableItems.lua
fxmanifest.lua
UPDATE - v0.1.1
- Added the option to change item names in config.lua.
- Major optimization for all help text menus.
🗎 Edited Files:
client/*
server/*
shared/*
config.lua
fxmanifest.lua
UPDATE - v0.1.2
- Added support for ak47_inventory.
- Added support for jaksam_inventory.
- Optimized overall performance.
🗎 Edited Files:
server/*
shared/*
config.lua
fxmanifest.lua