A simple script that lets you buy items when standing near certain props. Compatible with ESX
Find a file
2026-06-21 15:39:22 +02:00
client.lua Initial Version 2026-06-21 15:17:57 +02:00
config.lua Initial Version 2026-06-21 15:17:57 +02:00
fxmanifest.lua Initial Version 2026-06-21 15:17:57 +02:00
readme.md readme.md 2026-06-21 15:39:22 +02:00
server.lua Initial Version 2026-06-21 15:17:57 +02:00

FiveM_simple_foodstands

A simple script that lets you buy items when standing near certain props. Works with ESX

Overview

Props as well as prices, items and notifications are fully configurable, however, you can only buy one kind of item from one prop.

    [`prop_hotdogstand_01`] = {
        item = 'hotdog',
        amount = 1,
        price = 1,
        text = 'Press ~INPUT_PICKUP~, to buy a hotdog for ~g~$1~s~'
    },

It uses the ESX Framework, to handle transactions, so the correct amount actually gets deducted from your bankaccount.

Dependencies