Code Studio
Tebex DiscordYoutubeGitHub
  • 🌟Welcome to Code Studio
  • Overview
    • 💡What we do
  • 📜Our Scripts
    • Ultimate License System
      • 🛠️Setup
    • Bodycam & Dashcam
      • 🛠️Setup
    • Weather Management
      • 🛠️Setup
    • Car Radio - Car Play Pro
      • 🛠️Setup
    • Modern HUD
      • 🛠️Setup
    • Modern Shops
      • 🛠️Setup
    • Advanced Radio
      • 🛠️Setup
    • Modern ID Card
      • 🛠️Setup
    • Billing Invoice System
      • 🛠️Setup
    • Radial Menu
      • 🛠️Setup
    • Death Screen
      • 🛠️Setup
    • Boss & Gang Menu
      • 🛠️Setup
    • Advanced Notification
      • 🛠️Setup
    • Fingerprint Scanner
      • 🛠️Setup
    • Drunk System + Alcohol Tester
      • 🛠️Setup
    • Advanced Job + ID Card
      • 🛠️Setup
    • Drug Selling + Level Based
      • 🛠️Setup
    • Multi Job System
      • 🛠️Setup
    • Discord2FiveM [V2]
      • 🛠️Setup
    • Modern Radio
      • 🛠️Setup
    • Grappling Gun
      • ♦️Standalone
  • ⚠️FiveM Escrow Protection FAQ
    • Home
    • Error parsing script ... <\1>
    • Failed to verify protected resource
    • You lack the required entitlement
    • What to do if nothing is fixing the errors
Powered by GitBook
On this page
  • Creation & Custom Designs
  • Exports and Event
  1. Our Scripts
  2. Modern ID Card

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

PreviousModern ID CardNextBilling Invoice System

Last updated 5 months ago

Creation & Custom Designs

  • Create unlimited cards as shown in this configuration

  • You can also customize a particular card if you want, as shown in the photo below

Exports and Event

  • Open ID Management UI

    Client Side Event
    TriggerEvent('cs:identification:openUI')
  • Export to Add License or ID Card to Player

    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)
  • Event to Add License or ID Card to Player *Client Side Event

    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)

📜
🛠️