İDCARD
ES-IDCARD is a comprehensive identity card system for FiveM QBCore and ESX servers. It allows players to view, share, and create various types of identification cards including ID cards, driver's lice
Dependencies
Installation
ensure ox_lib ensure loaf_headshot_base64 ensure es-idcard
Items Setup
["id_card"] = {
["name"] = "id_card",
["label"] = "ID Card",
["weight"] = 0,
["type"] = "item",
["image"] = "id_card.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "ID Card"
},
["driver_license"] = {
["name"] = "driver_license",
["label"] = "Driver License",
["weight"] = 0,
["type"] = "item",
["image"] = "driver_license.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "Driver License"
},
["weaponlicense"] = {
["name"] = "weaponlicense",
["label"] = "Weapon License",
["weight"] = 0,
["type"] = "item",
["image"] = "weapon_license.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "Weapon License"
},
["fake_idcard"] = {
["name"] = "fake_idcard",
["label"] = "Fake ID Card",
["weight"] = 0,
["type"] = "item",
["image"] = "id_card.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "Fake ID Card"
},
["job_card"] = {
["name"] = "job_card",
["label"] = "Job Card",
["weight"] = 0,
["type"] = "item",
["image"] = "job_card.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "Job Card"
}Configuration Files
Usage
For Players
For Developers
Customizing Card Types
Last updated