Exports
Exports can be requested at our discord! (https://discord.rxscripts.xyz/)
Server
GiveHuntingLicense(src)
RegisterCommand('givelicense', function(src, args, raw)
exports['RxHunting']:GiveHuntingLicense(src)
end)
RemoveHuntingLicense(src)
RegisterCommand('removelicense', function(src, args, raw)
exports['RxHunting']:RemoveHuntingLicense(src)
end)
GetHunterLevel(src)
RegisterCommand('getlevel', function(src, args, raw)
exports['RxHunting']:GetHunterLevel(src)
end)
GetHunterXp(src)
RegisterCommand('getxp', function(src, args, raw)
exports['RxHunting']:GetHunterXp(src)
end)