Config file
Config = {}
Config.Inventory = "qb-inventory" -- "ox_inventory" / "qb-inventory" / "ps-inventory"
Config.Target = "qb-target" -- "ox_target" / "qb-target"
-- Default 1 week
Config.CooldownTillNextEBT = 10080 -- (Minutes) This is Stored in the SQL so if the players logs off this timer will keep going. This is how long until the player can get approved for another EBT card.
-- Max & Min EBT Balance that a player can apply for.
Config.MaxApply = 4000
Config.MinApply = 50
Config.Webhook = false
Config.Webhook = "PLACE_YOUR_WEBHOOK_HERE" -- For Discord Logs
Config.GovernmentPed = "csb_tomcasino" -- Ped Name
Config.GovernmentPedCoords = vector4(-544.8433, -204.5809, 37.2151, 211.2208) -- Ped Coords
Config.Blip = true -- Display Blip on Ped
Strings = {
SelectPayCash = "Cash",
SelectPayEBT = "EBT Card",
PaymentType = "Payment Type",
PaymentTypeDesc = "Please select either Cash or EBT",
GovServicesTitle = "Government Services",
GoveServicesPedTargetLabel = "Government Services",
ContextTitle = "Apply For A EBT Card",
ContextDesc = "Put an Application",
-- Rest of the strings --