mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 18:58:54 +00:00
f3e14bb2c55e0d881caf72046e531177247df325
esx_license
Installation
Using fvm
fvm install --save --folder=esx esx-org/esx_license
Manually
- Download https://github.com/ESX-Org/esx_license/releases/latest
- Put it in [esx] directory
- Import
esx_license.sqlin your database - 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)
Description
Languages
JavaScript
60.7%
Lua
34.6%
TypeScript
1.7%
CSS
1.2%
HTML
0.8%
Other
1%