Files
esx_core-esx-framework/[esx_addons]/esx_license
Linden 1a31453b4b fix: improper mysql parameters or api usage
Some queries used incorrect order for parameters or were using MySQL.query instead of MySQL.update.

Removed empty tables.

License removal did not get the correct player identifier.
2022-01-27 14:40:34 +11:00
..
2022-01-15 02:19:31 +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)