Hello,
today I want to present my California Based License System.
Overall Features :
- California Styled IDCard, DriversLicense and WeaponPermit
- Detailed Informations
- Easy Export Usage
- Detailed Installation Guide
- High Quality Cards
- Much configurable
- Notify Configuration
ID-Features:
- Character Identification number
- Firstname
- Lastname
- Date of Birth
- Date of Birth Watermarks
- Mugshots (Upcoming feature)
- Signature
- Sex
- Haircolor
- Eyecolor
- Height
- Identification Card Title
Drivers License Features:
- Character Identification Number (Drivers License Style)
- Firstname
- Lastname
- Date of Birth
- Sex
- Height
- Eyecolor
- Haircolor
- Signature
- Mugshot (Upcoming feature)
- Drivers License Class
- Date of Birth Watermarks
Weapon Permit Features:
- Issued by Field
- ORI-Number
- CII-Number
- Firstname
- Lastname
- Local Agency ID
- County
- Date of Birth
- Sex
- Height
- Eyecolor
- Haircolor
- Job/Occupation
- Licensetype (Upcoming upgrades)
- Issued-Date
- Expire-Date
- Signature of Licensee
- Mugshot
The script comes with a language config, so you can set up this script in any language you want. English and German configuration is already there. You can also configure the JS Part in the config.js.
Code is accessible | No (configs and html/css only) |
Subscription-based | No |
Lines (approximately) | 700 to 900 (with JS and Config Parts) |
Requirements | ESX |
Support | Yes (On Discord and Documentation) |
Config Files:
Config File
Config = {}
Translation = {}
Config.Locale = "de"
Config.ClientNotification = function(msg)
ESX.ShowNotification(msg)
end
Config.ServerNotification = function(source, msg)
TriggerClientEvent('esx:showNotification', source, msg)
end
Translation = {
['de'] = {
["no_players_nearby"] = "Es befindet sich keine Person in der Nähe",
["no_license"] = "Du besitzt diese Art von Lizenz nicht",
["color_black"] = "SW",
["color_white"] = "WS",
["color_red"] = "RT",
["color_green"] = "GN",
["color_brown"] = "BR",
["color_purple"] = "VI",
["color_orange"] = "OR",
["color_yellow"] = "GE",
["color_grey"] = "GR",
["color_pink"] = "RS",
["color_cyan"] = "TK",
["color_blonde"] = "BD",
["color_blue"] = "BL",
},
['en'] = {
["no_players_nearby"] = "There is no person nearby",
["no_license"] = "You dont own this type of license",
["color_black"] = "BK",
["color_white"] = "WH",
["color_red"] = "RD",
["color_green"] = "GN",
["color_brown"] = "BN",
["color_purple"] = "VT",
["color_orange"] = "OG",
["color_yellow"] = "YE",
["color_grey"] = "GY",
["color_pink"] = "PK",
["color_cyan"] = "TQ",
["color_blonde"] = "BD",
["color_blue"] = "BU",
}
}
Config JS File
window.config = {
General: {
male: "M", // Abbreviation for male
female: "F", // Abbreviation for female
measurementunit: "cm",
lastname: "LN",
firstname: "FN",
dob: "DOB", // Abbreviation for Date of Birth
ExpireTime: 2, // The Time, when the license expires (in years)
},
IdCard: {
title: "Identification Card",
idnumber: "ID", // Abbreviation for the ID Number | example: >>ID<< I123456
},
DriversLicense: {
title: "Drivers License",
class: "CLASS",
end: "end",
idnumber: "DL", // Abbreviation for the ID Number | example: >>DL<< I123456
},
WeaponPermit: {
title:
"License to Carry Concealed Pistol, Revoler or Other Firearm within the State of California",
signature: "Signature of Licensee",
dateofbirth: "Date of Birth",
localagencytext: "Local Agency#",
localagencyid: "0815",
issuedbytext: "Issued by",
issuedby: "Dep. of Public Safety",
countytext: "County",
county: "Los Angeles County",
ori: "ORI",
cii: "CII",
occupation: "Occupation",
issued: "Issued",
expire: "Expire",
type: "Type",
},
};
You can buy it here:
My Shop