[PAID][ESX/QB/QBOX] Camping Script

UPDATE - v0.0.5

  • Fixed problem where some objects were more visible in dark.
  • Possiility to place objects onto each other.
  • Removed the possiility for players to take out weapons in tents.
  • Fixed objects duplicating upon using /forcelog, /logout with some multicharacters.
  • Fixed turning off npc shop.

Very nice!

UPDATE - v0.0.6

  • Added auto-detection feature for setting up supported resources such as inventories, menus, frameworks etc, making the installation process even easier!

🗎 Edited Files:

/shared/*.lua

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.0.8

  • Added usable items into the script.
  • Added check for inventory weight when receiving items.
  • Added visible codelock password into admin menu - showcase.
  • Added discord logs - admin menu, npc shop, codelock.
  • Added the possibility to change props for default objects.
  • Added support for origen_inventory.
  • Added support for tgiann-inventory.
  • Updated script config.
  • A lot of smaller changes.
  • Fixed problem with locks.

🗎 Edited Files:

Replace everything.

1 Like

UPDATE - v0.0.9

  • Updated the way of getting player gender.
  • Updated terrain check.
  • Updated usable items.
  • Updated translations.
  • Removed warning message in F8 when interacting with an object.
  • Fixed problem which caused some npc objects not being usable.

🗎 Edited Files:

Replace everything.

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