๐ญqb-hotdogjob
Hot dogs! Get your hot dogs here!
Introduction
Allows players to rent a hot dog cart, play a mini game to make hot dogs and sell them to NPC's
This resource relies on https://github.com/qbcore-framework/qb-docs/blob/main/qbcore-resources/broken-reference/README.md otherwise it won't work
Configuration
General
Config = {}
Config.StandDeposit = 250 -- how much it costs to rent a cart
Config.MyLevel = 1
Config.MaxReputation = 200Locations
Config.Locations = {
["take"] = { -- where players rent the cart
coords = vector4(39.31, -1005.54, 29.48, 240.57),
},
["spawn"] = { -- where the cart spawns after rental
coords = vector4(38.15, -1001.65, 29.44, 342.5),
},
}Hot dog types & prices
Last updated
Was this helpful?
