Cityhall | Change your details easily

A script by Elmoryx1

No reviews yet.
Cityhall | Change your details easily main image

Full Description

:camera_flash: PREVIEW

Click here

:star2: FEATURES

Change several personal Details

  • First- & Lastname (Blacklist Words or Names)
  • Date of Birth (Age range from 18-100 years)
  • Gender
  • Height (cap from 120 - 210 cm)

Change your Phone Number

  • Blacklisted Numbers
  • Cap the lenght
  • Not able to take already existing numbers

Locale System

  • German & English by default
  • Easy to add your own

Money System

  • Decide how much a player should pay for a change

ox_target Integration

Webhooks for any change

Fully optimized (0.0ms)

:hammer_and_wrench: CONFIG

Config = {}

Config.NPCName = "mp_f_cardesign_01"

Config.NPCCoords = {
    -1291.1469, -573.3093, 29.5728, 308.6400
}

Config.NPCInteractZone = vec3(-1289.8850, -572.3991, 30.5730)

Config.ChangePrice = 200
Config.CurrencySign = "€"

-- // 

Config.MaxPhoneNumberDigits = 10

-- // Enter here phone numbers which should not be allowed.

Config.BlacklistedPhoneNumbers = {
    {110},
    {112}
}

-- // Enter words here, which should be recognized by the system and not allowed

Config.BlacklistedWords = {
    "Adolf",
    "Hitler"
}

-- // Date Seperator (Like 01.01.2000 or 01-01-2000)

Config.DateSeperator = '.'

-- // Gender Database Entry

Config.DBMaleEntry = 'm'
Config.DBFemaleEntry = 'f'

-- // Insert your own Notify here

function Notify(pTitle, pMsg, pType)
    lib.notify({title = pTitle, description = pMsg, type = pType})
end

-- // Webhook Settings

Config.Webhook = 'YOUR_WEBHOOK_HERE'

-- // OX Target Integration

Config.UseOXTarget = true

:open_file_folder: DEPENDENCIES

:moneybag: LINKS

:snail: GENERAL INFORMATION

Code is accessible No
Subscription-based No
Lines (approximately) 500
Requirements ESX , ox_lib
Support Yes