Skip to content

Gideon446/TJ-Fishing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Made By: Tkiljoy

GuideLines:

You May NOT Repost This Script On ANY platform Without Our Written Consent To Do So. You May NOT Take This Script And Say The Contents Are Yours And You Made It.

How To Install:

1:Before Starting TJ-Fishing You Must Add The Items First, To Do So Go Into qb-core/shared/items.lua And Paste The Following

fishingrod                     = { name = 'fishingrod', label = 'Fishing Rod', weight = 100, type = 'item', image = 'fishingrod.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'A Simple Fishing Rod' },
rockfish                     = { name = 'rockfish', label = 'Rockfish', weight = 200, type = 'item', image = 'rockfish.png', unique = false, useable = true, shouldClose = true, description = '' },
bait_worms                     = { name = 'bait_worms', label = 'Worms', weight = 100, type = 'item', image = 'worms.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Fishing Bait' },

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%