Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 706 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 706 Bytes

esx_identity

FXserver ESX Identity

Credit to GC Gannon for "GCIdentity"

Edited by Chubbs

[INSTALLATION]

  1. CD in your resources/[esx] folder

  2. Clone the repository

  3. Add this in your server.cfg :

start esx_identity

To open the identity card just use

TriggerEvent("gcl:showItentity", ...)

You can press E to see if you did it right ( A ID will appear on the screen )

then to take that out go to client.lua

remove this code

Citizen.CreateThread(function()
  while true do
    Citizen.Wait(0)
    if IsControlPressed(1,  38) then
      TriggerServerEvent('gc:openMeIdentity')
    end
  end
end)

alt text