Implementation

Implementation to give the ID, DRIVER CARD or WEAPON CARD.

TriggerEvent('rx56_idcard:createidentification', target, options, class)

Target

Target means the id of the player to give the identification.

Options

  • ID CARD example.

TriggerServerEvent('rx56_idcard:createidentification', 1, 'idcard')
  • DRIVER CARD example.

TriggerServerEvent('rx56_idcard:createidentification', 1, 'drivercard', 'B')
  • WEAPON CARD example.

TriggerServerEvent('rx56_idcard:createidentification', 1, 'drivercard', 'LARGE')

Last updated