Fishing
Exports
All client- & serversided exports included within this script. Exports provide callable functions that allow other resources to interact with this script's functionality.
If additional exports are required for your implementation, please submit a formal request through our ticketing system on the official Discord server.
Server Exports
GiveFishingLicense
Gives a fishing license to a player.
exports['RxFishing']:GiveFishingLicense(playerId) end)
playerId
number required
Source of the player that should receive the fishing license.
RemoveFishingLicense
Removes a fishing license from a player.
exports['RxFishing']:RemoveFishingLicense(playerId) end)
playerId
number required
Source of the player where the fishing license should be removed.
Client Exports
No client-sided exports available at this time.