Skip to content

MetaDen Ladies of the Night API Reference

Configuration Highlights

SettingDefaultDescription
MaxRecruits5Starting max recruit slots (increases with player level)
MaxFollowers3Max peds that can follow you at once
RecruitCost$2,500One-time recruitment cost
PassiveIncomePerHour$500Base hourly income per stationed ped
MaxPendingEarnings$5,000Cap on uncollected earnings per ped
IncomeTickMinutes10Server income calculation interval
ActiveHoursStart / End20:00 / 06:00In-game hours when peds earn income
StationZoneRadius50Exclusion radius around stationed peds (meters)
CareInteractionDistance2.0Max distance for using care items on a ped
TaskCooldown1,800sCooldown between task offers per ped
StatDecayIntervalHours8Hours between passive stat decay ticks
HospitalHealCost$500Cost to fully heal a ped at a hospital
GymTrainingCost$50Cost per gym training session
ArrestAutoRelease4hHours before an arrested ped is auto-released
AmbushChance25%Chance of ambush when collecting $500+ earnings

Commands

CommandDescription
/ladiesofthenightOpen/close the management NUI panel
/claimterritoryClaim the district you're standing in (requires enough stationed peds and reputation)
/lotnzonesToggle district zone blips on the map (color-coded by tier)

Server Exports

lua
-- Add reputation to a player in a specific district
exports['metaden-ladiesofthenight']:AddZoneReputation(citizenId, districtId, amount)

-- Get a player's current reputation in a district
exports['metaden-ladiesofthenight']:GetZoneReputation(citizenId, districtId)

-- Get a player's reputation tier name in a district (Unknown, Newcomer, Known, Established, Dominant, Kingpin)
exports['metaden-ladiesofthenight']:GetZoneReputationTier(citizenId, districtId)