[PAID][ESX/QB] Burger Shot Job

It’s great

1 Like

Look good

1 Like

Great script!

1 Like

nice burger job :fire::fire:

1 Like

very looks good

1 Like

Very nice!! It is great and clean

1 Like

good job!

1 Like

Looks like a fun script

1 Like

Very Nice :heart:

1 Like

Well done :), glad to see you got the release out!

1 Like

Nice Script

1 Like

Looks very interesting nice script

1 Like

Nice script

1 Like

UPDATE - v0.0.2

  • Fixed usable items not adding hunger and thirst.
  • Fixed problem with qb-menu when ordering food from npc employee.

πŸ—Ž Edited Files:

/modules/npcEmployee/client.lua
/modules/usableFoodItems/client.lua

UPDATE - v0.0.3

  • 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

UPDATE - v0.0.4

  • Added functions which are called right after spawning and despawning vehicles allowing you to add and remove keys from vehicles.
  • Added the option to open a table with H when sitting on a chair.
  • Added support for new map - Kingmaps Burger Shot MLO.
  • Added Config.RemoveTrayUponUse which is used to remove tray object upon opening it.
  • Added the option to turn on custom cash register UI.
  • Added the option to turn on custom food menu UI.
  • Updated help notifications to work better.
  • Updated automatic resource detection.
  • fixed problem with loading job on qbcore.

πŸ—Ž Edited Files:

Replace everything.

UPDATE - v0.0.5

  • Added stocking up items for npc employee to sell - Showcase.
  • Added custom sounds while cooking and paying - Showcase.
  • Added the option to require an item in order to finish deliveries.
  • Fixed problem where sometimes people crashed while starting a mission.

πŸ—Ž Edited Files:

Replace everything and add the following into your db:

CREATE TABLE IF NOT EXISTS burgershot_stock (
    item VARCHAR(255) NOT NULL,
    amount int(11) NOT NULL DEFAULT 0
)