Skip to content

esx-community/esx_gcidentity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esx_gcidentity

################

CREDITS TO :

GC Gannon for main script

Chubbs for editing it for ESX

################

FXserver ESX GCIdentity

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_gcidentity

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

Languages

  • Lua 51.3%
  • CSS 29.5%
  • JavaScript 13.4%
  • HTML 5.8%