2020-04-14 16:50:32 +02:00
2020-02-17 21:52:26 +01:00
2018-08-10 00:54:03 -04:00
2020-04-14 16:50:32 +02: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 62.3%
Lua 34.8%
TypeScript 1.2%
HTML 0.8%
CSS 0.7%
Other 0.2%