Price
UnknownA script by JanisScripts
Price
UnknownHello,
today I want to present my California Based License System.
Overall Features :
ID-Features:
Drivers License Features:
Weapon Permit Features:
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 = {}
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",
}
}
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
Also check out My Discord
See what others are saying about this script.
Share your experience and help others.