Installation

0Resmon IDCard V2 Installation Document and Basic Concepts

0R-IDCARD

Step 1

Put items to your inventory.

Step 2

Put resource to your resources files and go to server.cfg after that type ensure 0r_idcard.

First Note

For new update we removed all databases, if you want to work your script correctly you need to get your cards again.

If you want to give id card, driver license or weapons license on first created character you can use this triggers:

For id card :

local shot = exports['0r_idcard']:GetBase64(PlayerPedId()) 
TriggerServerEvent("0r_idcard:server:createCard", shot, "citizen")

For driver license :

local shot = exports['0r_idcard']:GetBase64(PlayerPedId()) 
TriggerServerEvent("0r_idcard:server:createCard", shot, "driver")

For weapons license :

Second Note

  • Change your weapon_license item name from your items like this: weapons_license

  • Script will work for only if you and your players get the cards from peds.

QB Items

OX Items

Last updated