â†Ēī¸Exports

Exports can be requested at our discord! (https://discord.rxscripts.xyz/)

Client Side

Server Side

GiveFishingLicense(src)
Example
RegisterCommand('givelicense', function()
    exports['RxFishing']:GiveFishingLicense(1)
end)
RemoveFishingLicense(src)
Example
RegisterCommand('removelicense', function()
    exports['RxFishing']:RemoveFishingLicense(1)
end)

Last updated