Skip to content

chubbynugly/esx_gcidentity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published