🎣 Z-Fisher
🌊 A next-generation fishing job experience for FiveM servers with ESX/QBCore support. Featuring an AAA-quality Dashboard UI, RPG-style skill trees, interactive minigames, etc.
✨ Features
🎮 Interactive Mechanics
- Custom Minigame - Engaging fishing mechanic that requires skill and timing.
- Immersive Props - Visual fishing rod equipping and animations.
- Smart Inputs - Context-sensitive interactions (E to fish, X to cancel).
📈 RPG Progression & Skills
- Skill Tree System - Earn skill points by leveling up and unlock persistent upgrades.
- Leveling System - XP progression specifically for fishing proficiency.
- Stats & Analytics - Visual dashboard tracking total haul, net earnings, and more.
💻 Modern AAA Interface
- High-Fidelity UI - Built with React/Vite/TailwindCSS for silky smooth performance (0.00ms idle).
- Dynamic Shop - Buy rods, baits, and upgrades with visual inventory checking.
- Missions & Leaderboards - Daily operations and competitive global ranking.
- Localized - Fully translatable interface.
⚙️ Little preview Configuration
Click to view config.lua preview
Config = {}
-- Framework: 'esx', 'qb', or 'auto'
Config.Framework = 'auto'
-- NPC Settings
Config.NPC = {
Model = 's_m_m_dockwork_01',
Coords = vector4(-2743.92, 2959.30, 2.33, 189.92),
Name = "Fisherman Joe"
}
-- Fish Definitions
Config.Fish = {
{ id = 'tuna_bluefin', label = 'Bluefin Tuna', price = 450, rarity = 'legendary', ... },
{ id = 'salmon', label = 'Salmon', price = 45, rarity = 'common', ... },
}
-- Shop Configuration
Config.Shop = {
Rods = { ... },
Baits = { ... },
Upgrades = { ... }
}
-- Skill Tree
Config.Skills = {
{ id = 'strength', label = 'Rod Strength', description = 'Reel in fish faster', maxLevel = 5 },
-- Add more skills easily
}
Purchase
Available now on Tebex:
Click here to download
Z-Fisher on Tebex
More Scripts You Might Like
- Z-Break In: High-fidelity vehicle window breaking
- Z-AFK: Minimal, responsive AFK system
- Z-Kill Info UI: Modern death info UI
- Z- ATM Cracker > ATM, Vault, etc. Hacking system
- Z-Notify: Lightweight, customizable notifications
🎮 Requirements
- ox_lib (Required)
- oxmysql (Required)
- es_extended OR qb-core
| Code accessible | Yes |
| Subscription-based | No |
| Approx. lines | ~1500 |
| Requirements | esx/qbcore, ox_lib |
| Support included | Yes |


