π οΈSetup
This is a detailed setup guide for Modern ID Card. If you have any questions before making a purchase, you can contact us on Discord
Last updated
This is a detailed setup guide for Modern ID Card. If you have any questions before making a purchase, you can contact us on Discord
Last updated
TriggerEvent('cs:identification:openUI')exports['cs_identification']:createLicense(playerID, 'id_card', true)
--playerID = Player's ID to whom you want to issue ID Card
--'id_card' = ID Card Name which you want to issue
--true = if you want to put the player's photo on the ID card
--false = if you don't want to use a picture (use default pic)TriggerEvent('cs:identification:getCard_Export', 'id_card', true)
--'id_card' = ID Card Name which you want to issue
--true = if you want to put the player's photo on the ID card
--false = if you don't want to use a picture (use default pic)