shortybsd 65d111fca4 Update esx_license.sql
int - Integer display width is deprecated and will be removed in a future release.
2020-05-16 22:28:41 -05:00
2020-02-17 21:52:26 +01:00
2018-08-10 00:54:03 -04:00
2020-05-16 22:28:41 -05:00
2018-08-10 00:54:03 -04:00
2019-01-02 20:10:37 +01:00

esx_license

Download & Installation

Using fvm

fvm install --save --folder=esx esx-org/esx_license

Using Git

cd resources
git clone https://github.com/ESX-Org/esx_license [esx]/esx_license

Manually

Installation

  • Import esx_license.sql in your database
  • Add this to your server.cfg:
start esx_license

Available triggers

  • 'esx_license:addLicense', function(target, type, cb)
  • 'esx_license:removeLicense', function(target, type, cb)
  • 'esx_license:getLicense', function(source, cb, type) (callback)
  • 'esx_license:getLicenses', function(source, cb, target) (callback)
  • 'esx_license:checkLicense', function(source, cb, target, type) (callback)
  • 'esx_license:getLicensesList', function(source, cb) (callback)
S
Description
Official Repo For core resources for esx-legacy
Readme 50 MiB
Languages
JavaScript 60.7%
Lua 34.6%
TypeScript 1.7%
CSS 1.2%
HTML 0.8%
Other 1%