Config File
Config = {}
Config.Framework = "newesx" -- oldesx = OLD Version | newesx = NEW Version
Config.UseOXNotify = true -- if you want use ox_lib notify, set this option on true
Config.ESXNotification = false -- if you want use default notify esx, set this option on true
Config.Webhook = 'YOUR WEBHOOK' -- place your webhook discord here
Config.Positions = {
{
Ped = "cs_bankman",
Coords = vector4(-1039.293, -2731.068, 20.21441, 215.7646), -- coords ped
CoordsTarget = vector3(-1039.293, -2731.068, 20.21441), -- coords for ox_target
SpawnVehicle = vector3(-1033.317, -2730.123, 19.48482), -- cords for the spawn vehicle
Heading = 238.9576, -- heading for the spawn vehicle
TextTarget = "Open Location Menu", -- first text ox_target
TextTarget2 = "Talk to the NPC", -- second text ox_target
UseBlip = true, -- set to false if you don't want to use blips
Blip = {
Sprite = 523,
Color = 2,
Scale = 1.0,
Name = "Rental",
}
},
-- Add other positions here if you want :)
}
Config.ListVehicles = {
{vehicles = 'Sultan', name = 'sultan', price = 100, icon = 'car', iconcolor = nil, image = 'https://staticg.sportskeeda.com/editor/2022/11/96d38-16685342987520.png?w=640'}, -- name on menu, name spawn vehicle, price for rental, icon on the menu, icon color, image at right
{vehicles = 'Blista', name = 'blista', price = 200, icon = 'car', iconcolor = nil, image = 'https://i.pinimg.com/originals/f8/81/b6/f881b660d754dc14ce89b344291a9639.jpg'},
}
Config.Text = {
Price = "Price",
Welcome = "Welcome to the City!",
DescWelcome = "Are you new ? You'll love your experience in our beautiful city.",
TransactionCancelled = "Transaction Cancelled",
DescTransactionCancelled = "Your transaction has been cancelled.",
NoMoney = "Not enough money",
DescNoMoney = "You need more money to rent a car",
TakeRental = "Thanks for your Rental !",
DescTakeRental = "Enjoy your rental",
NoMoney = "You don't have enough money",
DescNoMoney = "You need more money to buy in the store",
} fffffffffffffffffffffffffffffffffffff
Config = {}
Config.Framework = "newqbcore" -- oldqbcore = OLD Version | newqbcore = NEW Version
Config.UseOXNotify = true -- if you want use ox_lib notify, set this option on true
Config.QBNotification = false -- if you want use default notify qb, set this option on true
Config.Webhook = 'YOUR WEBHOOK' -- place your webhook discord here
Config.Positions = {
{
Ped = "cs_bankman",
Coords = vector4(-1039.293, -2731.068, 20.21441, 215.7646), -- coords ped
CoordsTarget = vector3(-1039.293, -2731.068, 20.21441), -- coords for ox_target
SpawnVehicle = vector3(-1033.317, -2730.123, 19.48482), -- cords for the spawn vehicle
Heading = 238.9576, -- heading for the spawn vehicle
TextTarget = "Open Location Menu", -- first text ox_target
TextTarget2 = "Talk to the NPC", -- second text ox_target
UseBlip = true, -- set to false if you don't want to use blips
Blip = {
Sprite = 523,
Color = 2,
Scale = 1.0,
Name = "Rental",
}
},
-- Add other positions here if you want :)
}
Config.ListVehicles = {
{vehicles = 'Sultan', name = 'sultan', price = 100, icon = 'car', iconcolor = nil, image = 'https://staticg.sportskeeda.com/editor/2022/11/96d38-16685342987520.png?w=640'}, -- name on menu, name spawn vehicle, price for rental, icon on the menu, icon color, image at right
{vehicles = 'Blista', name = 'blista', price = 200, icon = 'car', iconcolor = nil, image = 'https://i.pinimg.com/originals/f8/81/b6/f881b660d754dc14ce89b344291a9639.jpg'},
}
Config.Text = {
Price = "Price",
Welcome = "Welcome to the City!",
DescWelcome = "Are you new ? You'll love your experience in our beautiful city.",
TransactionCancelled = "Transaction Cancelled",
DescTransactionCancelled = "Your transaction has been cancelled.",
NoMoney = "Not enough money",
DescNoMoney = "You need more money to rent a car",
TakeRental = "Thanks for your Rental !",
DescTakeRental = "Enjoy your rental",
NoMoney = "You don't have enough money",
DescNoMoney = "You need more money to buy in the store",
} f
Last updated