Elite Store
DiscordTebex
  • Elite Store Documentation
  • Scripts
    • Elite BlackMarket
      • Configuration
      • Server Configuration
      • Custom Image
      • API
    • Elite Prostitute Manager
      • Configuration
      • Server Configuration
      • Personalization
      • Custom Framework
    • Elite HUD - V1
      • Configuration
      • API
    • Elite HUD - V2
      • Configuration
Powered by GitBook
On this page
  1. Scripts
  2. Elite Prostitute Manager

Configuration

This page contains the basic configuration settings for the Elite-Prostitute-Manager script.

Here is the basic configuration of Elite-Prostitute-Manager

Config = {}

Config.Debug = false

Config.FrameWork = "esx" -- /esx/qbcore
Config.Locales = "fr" -- en/fr/lt/ar/it/de

Config.Symbol = "$" -- $/€ etc...
Config.DistanceTarget = 5.0

Config.PoliceJob = {"police", "sheriff"}

Config.Money = {min = 1000, max = 2000 }
Config.TimeForGiveMoneyToProstitute = 10 * 60000 -- 10 Minute
Config.MinimumForRacket = 5000 -- 5000$ minimum for racket
Config.PercentageRacket = 30 -- 30%
Config.RacketCooldown = 1 * 60 -- 1 Minute
Config.TypeAccount = "black_money"

Config.TimeProgressToRemove = 5000 -- 5 sec
Config.TimeProgressToRacket = 5000 -- 5 sec  

Config.ProstituteMarket = {
    {
        coords = vector4(-71.4003, -1120.2528, 24.8137, 39.6257),
        vehicle = {model = "rumpo",coords = vector4(-73.9284, -1123.8789, 25.7674, 168.3388)},
        ped = "a_m_m_hillbilly_01",
        blip = { active = true, title = "Black Market", color = 1, id = 110, scale = 0.8 },
        target = {
            icon = "fa fa-location-dot",
            text = "Open Prostitute Market",
            distance = 5.0
        },
        account = "black_money",
        prostitute = {
            { name = "Lara", price = 850, ped = "s_f_y_hooker_01"},  -- Image in web/images -> NAME IMAGE = NAME PED
            { name = "Croft", price = 500, ped = "s_f_y_hooker_02"},
            { name = "Santiana", price = 500, ped = "s_f_y_hooker_03"},
        }
    },
}
PreviousElite Prostitute ManagerNextServer Configuration

Last updated 3 months ago