2018-04-21 11:51:28 +02:00
2017-09-19 10:23:34 +02:00
2018-04-20 22:19:41 +02:00

esx_license

Installation

Using fvm

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

Manually

  1. Import esx_license.sql in your database
  2. Add this in your server.cfg:
start esx_license

Available triggers (server side)

  • '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%