EBT / Food Stamp

$9.99

EBT / Food Stamp is a FiveM economy script where players apply for an EBT card at a government ped, with configurable balance limits and approval cooldowns.

$ USD
  • $ USD
  • € EUR
  • £ GBP
Add to Cart
EBT / Food Stamp FiveM resource preview
EBT / Food Stamp
$9.99

Lifetime update access. Files FiveMX publishes to this listing remain available to the original eligible purchase without a subscription. Read the exact scope

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 --

 

Additional information

Framework

ESX, QBCore, QBOX