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