๐ŸŒญ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

Configuration

General

Config = {}
Config.StandDeposit = 250 -- how much it costs to rent a cart
Config.MyLevel = 1
Config.MaxReputation = 200

Locations

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?