Theme editor

Scripts bl idcard Script and Installation

Random threads

ToxicFivemToxicFivem is verified member.

Master
Staff member
Founder
Joined
Oct 13, 2024
Messages
739
Reaction score
37,294
Points
93
Website
toxicfivem.com
Credits
56
Thread owner
bl idcard script esx & qbcore

preview.webp


Easy installation (check reviews)

Item Name: id_card

ESX QBCore Installation

1・Download
[bl_idcard]
[bl_bridge]

2・Create folder in resource [bl]
- add the downloaded files to the bl folder.

3・server.cfg
ensure [bl]

4・server.cfg
Add the following code to the bottom of your server cfg and do not make any changes.

Code:
 - ESX -
 
 # Frameworks 'ox' | 'qb' | 'esx' | 'qbx'
setr bl:framework 'esx'

# Inventories 'ox' | 'qb' | 'esx' | 'ps' | 'qs' | 'origen' | 'none'
setr bl:inventory 'ox'

# Context 'ox' | 'qb'
setr bl:context 'ox'

# Target 'ox' | 'qb'
setr bl:target 'ox'

# Progress 'ox' | 'qb'
setr bl:progressbar 'ox'

# Radial 'ox' | 'qb'
setr bl:radial 'ox'

# Notification 'ox' | 'qb' | 'esx'
setr bl:notify 'ox'

# TextUI 'ox' | 'qb' | 'esx'
setr bl:textui 'ox'


-- QBCORE --

# Frameworks 'ox' | 'qb' | 'esx' | 'qbx'
setr bl:framework 'qb'

# Inventories 'ox' | 'qb' | 'esx' | 'ps' | 'qs' | 'origen' | 'none'
setr bl:inventory 'qb'

# Context 'ox' | 'qb'
setr bl:context 'ox'

# Target 'ox' | 'qb'
setr bl:target 'qb'

# Progress 'ox' | 'qb'
setr bl:progressbar 'ox'

# Radial 'ox' | 'qb'
setr bl:radial 'qb'

# Notification 'ox' | 'qb' | 'esx'
setr bl:notify 'ox'

# TextUI 'ox' | 'qb' | 'esx'
setr bl:textui 'ox'

5・(restart server) Everything is ready.




 

Attachments

  • fivem idcard script.webp
    fivem idcard script.webp
    20.5 KB · Views: 37
  • fivem idcard  3.webp
    fivem idcard 3.webp
    17.9 KB · Views: 34
  • fivem idcard script 2.webp
    fivem idcard script 2.webp
    19.5 KB · Views: 242
Last edited:

Latest threads

Featured content

Latest threads

Back
Top