BSC-Identity

A script by EV-BeansFL

No reviews yet.
BSC-Identity main image

Full Description


BSC-Identity

Hello everyone, today im presenting you our newest paid script. Its an Identity script for ESX ONLY!

Features:

  • Blacklist names
  • Change text in config.lua
  • Notify changeable in Config
  • Webhook for character creation and also Blacklistname using
  • Blacklisted names will be blocked of beeing choosen
  • Webhooks serversided so no one can grab your webhook

Config Preview:

Config = {
Locale = GetConvar(‘esx:locale’, ‘en’),
Locales = {
title = “Registration”,
subTitle = “Character”,
male = “Male”,
female = “Female”,
firstname = “Firstname”,
lastname = “Lastname”,
height = “200”,
description = “Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.”,
submit = “Submit”
},

DateFormat = 'DD-MM/YYYY', -- DD/MM/YYYY | MM/DD/YYYY | YYYY/MM/DD

MaxNameLength = 20,
MinHeight = 100,
MaxHeight = 220,
LowestYear = 1900,
HighestYear = 2010,

EnableCommands = ESX.GetConfig().EnableDebug,
EnableDebugging = ESX.GetConfig().EnableDebug,

Notify = function(msg, type)
    print(msg, type)
end }

Buy now

Code is accessible No
Subscription-based No
Lines (approximately) 540
Requirements esx
Support Yes