Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.apex-services.site/llms.txt

Use this file to discover all available pages before exploring further.

Source: apex-fishing/hooks.lua (unencrypted).

Client hooks

Default lib.showTextUI.
Default lib.hideTextUI.
Default lib.notify. alertTypesuccess | error | info | warning.
Return true to suppress fishing. Wire into your carry/kidnap resource.
Default TriggerEvent('apex-fishing:openFishmarket'). Wire into your sell UI.

Server hooks

Default returns 1. Wire into your progression / fishmarket level system.
Default delegates to xPlayer.hasFishingBoost() if present, otherwise false.
Default delegates to xPlayer.addFishingBoost(durationSeconds).
Default delegates to xPlayer.getFishingBoostLeftInSeconds().
Default prints a warning. Wire into your anti-cheat.
Called after a successful catch. Wire into your quest / progression system.
Default GetPlayerName(source) ~= nil.
ox_inventory bridge — defaults delegate to xPlayer methods.