Exports can be requested at our discord! (discord.gg/crimem)
RegisterCommand('getlevel', function(source) local level = exports['cm_yachtheist']:GetLevel(source) print(level) end)
RegisterCommand('getpreparation', function(source) local preparation = exports['cm_yachtheist']:GetPreparation(source) print(preparation) end)
RegisterCommand('addxp', function(source) exports['cm_yachtheist']:AddXP(source, 100, 'reason') end)
RegisterCommand('removexp', function(source) exports['cm_yachtheist']:RemoveXP(source, 100) end)
Last updated 2 months ago