
Price
UnknownA script by Elmoryx1
Price
Unknown
PREVIEW
FEATURES
Change several personal Details
Change your Phone Number
Locale System
Money System
ox_target Integration
Webhooks for any change
Fully optimized (0.0ms)
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
DEPENDENCIES
LINKS
GENERAL INFORMATION
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | 500 |
Requirements | ESX , ox_lib |
Support | Yes |
No approved reviews found for this script yet.