[ESX][Paid] Burger Shot Job

Hello! Today I bring you a new, neat little job… to make… burgers! N stuff.

That’s right, everyone should aspire to be a fast food employee! The most prestigious of jobs!

Video Preview

So, what comes in this resource?

  • The Job, Obviously. You’ll need the job of ‘burgershot’ to access any of the things inside.

  • Authentic burger shot burgers, straight from the menu. (moneyshot, bleeder, heartstopper) Each requiring a different amount of meat to craft (Depending on how many patties each burger has)

  • Boss menu via esx_society to keep track of your employees, hiring/firing, withdrawing funds, etc.

  • an NPC Manager to interact with to access said Boss Menu, who will despawn when no one is around and respawn only when someone is within distance, to help keep your ped count low.

  • Interactable frier/cooker/table to prepare your burgers/fries as well as a drink machine.

  • A Cash Register to make your charges on, including a NUI Menu for you to input the price you’re charging for the meal.

  • If you do not have the job of ‘burgershot’, interacting with the cash register will instead accept any charges that were put on, and do nothing if NO CHARGES have been listed.

  • An SQL for you to just copy/paste into your Database to set up the job (which has 3 ranks).
    Note: You will have to Manually add a few items, as well as a way to aquire them. (meat/buns). As well as make them in your database, and the following items as well (moneyshot,bleeder, heartstopper, cookedmeat, potatoe, fries)

  • A readme that’s easy to follow, which INCLUDES the setup you need to add to esx_basicneeds to make the burgers usable.

The script relies on the following dependencies:
ESX
A Burgershot MLO - I included two Links in the readme to different ones.
PolyZone - Required
bt-target - Required
Mythic_Notifications - Can easily be changed to your notification system of choice

You can get the script here: Tebex
Thanks for checking it out, have a great day.

Some of my other scripts you may be interested in!
Mechanic Job
Humane Labs Heist
Jewelry Store Robbery
More Interactive Stores

7 Likes

another great release!

1 Like

Thanks, appreciate the kind words! :slight_smile:

Quick update, if you use an inventory which allows you to have publicly openable (is that a word?) Stash’s, like everyone can see a stash if its in the open, I’ll gladly help you set up a Tray you can use to pass over the items once the person has made a purchase. I’ve already got it set up on mine, but it’s a whole different inventory then what you will use.

Quick update! It seems bt-target doesn’t get the jobs correctly so please do the following below

Replace bt-target client.lua LINE 12 to LINE 28 WITH THE FOLLOWING BELOW

local PlayerJob = nil
local PlayerData = {}
Citizen.CreateThread(function()
while true do
Wait(5000)
if ESX ~= nil then
PlayerData = ESX.GetPlayerData()
if PlayerData.job ~= nil then
PlayerJob = PlayerData.job.name
end
else
TriggerEvent(‘esx:getSharedObject’, function(obj) ESX = obj end)
end
RegisterNetEvent(‘esx:setJob’)
AddEventHandler(‘esx:setJob’, function(job)
PlayerJob = job
end)
end
end)

THEN REPLACE Line 47 and Line 83 WITH THIS LINE

if v == “all” or v == PlayerJob then

on both 47 and 83 replace that line

NEXT IN GL-BURGERSHOT Client.lua

Oh also, in gl-burgershot client.lua goto line 77 for the cash register event and change job to “all”

This is awesome, well done!

1 Like

I’m getting this error

Really great, i love it!

1 Like

Glad you enjoy it! If you run into any issues, shoot me a PM on the forums here and I’ll help ya fix anything !

is this encrypted?

Nope, no encryption, ip lock, anything. You get all the code fully editable, and I’ll even help you use it in new locations as long as you are semi decent

1 Like

Reports of tebex link not being a direct download, please change it so people receive the download upon purchase (not a discord link) and send current buyers their resource.