What's new

Script FIVEM Fishing Script

ARaros

Her zaman bir adım önde!
Gold Elite
Joined
Jun 29, 2021
Messages
181
Reaction score
53,397
Points
336
Location
USA/Los Angeles
Like most fishing jobs out there, I don't like people who have to have a certain job to do something to make money on the side, I've created a fishing scenario that allows your players to fish anywhere, any job, and any way they want. (legal and illegal)

This script adds many new things as listed below:

boat rental
Fishing
selling points
There are many new items to be added after running the sql file:

The fish
fish food
Fishing rod
Shark
sea turtle
Turtle Food
You'll need to add the Bait and Fishing Rods to your stores yourself, which is pretty easy.

Players can fish for normal Fish, Turtles or Sharks
and Hunting for Sharks is illegal (plus Dirty Coins when sold)

Players first buy their fishing rods and bait,
then to charter a boat
They go, then they get up from the boat driver's seat, away from the shoreline, and press the [USE] button for the bait they want to use. they apply the bait to the fishing rod that they can press the [USE] key. this will get them to start fishing. While fishing, they will get a notification to press a key 1-8 on their keyboard if they hit the right key, if they hit wrong they will catch the fish, if the fish snap they lose (which is on time)

Players who fish without bait before pressing [USE] the stick will be able to catch fish, but this fish will be smaller (less fish items per 1-3 kg of catch)

If they use bait, the fish they get will be bigger.

If the player uses the Turtle Oath, after catching a turtle,
then they can catch the turtle (not 100% chance), sell it, or press the [USE] key to "cut off the turtle and put its meat on the stick. bait for sharks" by doing this they will now be able to catch a shark and when caught they will spawn a shark pad on the players' boat (sharks If they use a small boat for the boat, it might sink, which makes it fun)

I use this script on my server and good :)




VT:
1625062806172.png
 

ARaros

Her zaman bir adım önde!
Gold Elite
Joined
Jun 29, 2021
Messages
181
Reaction score
53,397
Points
336
Location
USA/Los Angeles
Do you know how to change from Input to Button? Cause inventory using hotkey 12345 and because of that i can't press any number of input to catch the fish.
I guess if you can take a look at the config.lua and _resource.lua files in the script and find the button [E] command there, you can assign e to a different key.
 

nomes15

Member
Joined
May 28, 2021
Messages
2
Reaction score
11
Points
146
I guess if you can take a look at the config.lua and _resource.lua files in the script and find the button [E] command there, you can assign e to a different key.
Citizen.CreateThread(function()
while true do
Wait(5)
if fishing then
if IsControlJustReleased(0, Keys['1']) then
input = 1
end
if IsControlJustReleased(0, Keys['2']) then
input = 2
end
if IsControlJustReleased(0, Keys['3']) then
input = 3
end
if IsControlJustReleased(0, Keys['4']) then
input = 4
end
if IsControlJustReleased(0, Keys['5']) then
input = 5
end
if IsControlJustReleased(0, Keys['6']) then
input = 6
end
if IsControlJustReleased(0, Keys['7']) then
input = 7
end
if IsControlJustReleased(0, Keys['8']) then
input = 8
end

Do you have any idea to change all of numbers to keyword like W,A,S,D,F,G,H,J... ? I tried to replace Keys[] and input is not working
 

ARaros

Her zaman bir adım önde!
Gold Elite
Joined
Jun 29, 2021
Messages
181
Reaction score
53,397
Points
336
Location
USA/Los Angeles
Citizen.CreateThread(function()
while true do
Wait(5)
if fishing then
if IsControlJustReleased(0, Keys['1']) then
input = 1
end
if IsControlJustReleased(0, Keys['2']) then
input = 2
end
if IsControlJustReleased(0, Keys['3']) then
input = 3
end
if IsControlJustReleased(0, Keys['4']) then
input = 4
end
if IsControlJustReleased(0, Keys['5']) then
input = 5
end
if IsControlJustReleased(0, Keys['6']) then
input = 6
end
if IsControlJustReleased(0, Keys['7']) then
input = 7
end
if IsControlJustReleased(0, Keys['8']) then
input = 8
end

Do you have any idea to change all of numbers to keyword like W,A,S,D,F,G,H,J... ? I tried to replace Keys[] and input is not working
I have no idea, unfortunately the script is not mine and I shared all I know in my previous post. I'm so sorry I can't help
 

Cocotte4

Member
Joined
Nov 28, 2021
Messages
14
Reaction score
1
Points
171
Location
france
Like most fishing jobs out there, I don't like people who have to have a certain job to do something to make money on the side, I've created a fishing scenario that allows your players to fish anywhere, any job, and any way they want. (legal and illegal)

This script adds many new things as listed below:

boat rental
Fishing
selling points
There are many new items to be added after running the sql file:

The fish
fish food
Fishing rod
Shark
sea turtle
Turtle Food
You'll need to add the Bait and Fishing Rods to your stores yourself, which is pretty easy.

Players can fish for normal Fish, Turtles or Sharks
and Hunting for Sharks is illegal (plus Dirty Coins when sold)

Players first buy their fishing rods and bait,
then to charter a boat
They go, then they get up from the boat driver's seat, away from the shoreline, and press the [USE] button for the bait they want to use. they apply the bait to the fishing rod that they can press the [USE] key. this will get them to start fishing. While fishing, they will get a notification to press a key 1-8 on their keyboard if they hit the right key, if they hit wrong they will catch the fish, if the fish snap they lose (which is on time)

Players who fish without bait before pressing [USE] the stick will be able to catch fish, but this fish will be smaller (less fish items per 1-3 kg of catch)

If they use bait, the fish they get will be bigger.

If the player uses the Turtle Oath, after catching a turtle,
then they can catch the turtle (not 100% chance), sell it, or press the [USE] key to "cut off the turtle and put its meat on the stick. bait for sharks" by doing this they will now be able to catch a shark and when caught they will spawn a shark pad on the players' boat (sharks If they use a small boat for the boat, it might sink, which makes it fun)

I use this script on my server and good :)


*** Hidden text: cannot be quoted. ***



VT:
View attachment 440
ty
 

hannibal

Silver Elite
Joined
Apr 26, 2021
Messages
69
Reaction score
6
Points
156
Like most fishing jobs out there, I don't like people who have to have a certain job to do something to make money on the side, I've created a fishing scenario that allows your players to fish anywhere, any job, and any way they want. (legal and illegal)

This script adds many new things as listed below:

boat rental
Fishing
selling points
There are many new items to be added after running the sql file:

The fish
fish food
Fishing rod
Shark
sea turtle
Turtle Food
You'll need to add the Bait and Fishing Rods to your stores yourself, which is pretty easy.

Players can fish for normal Fish, Turtles or Sharks
and Hunting for Sharks is illegal (plus Dirty Coins when sold)

Players first buy their fishing rods and bait,
then to charter a boat
They go, then they get up from the boat driver's seat, away from the shoreline, and press the [USE] button for the bait they want to use. they apply the bait to the fishing rod that they can press the [USE] key. this will get them to start fishing. While fishing, they will get a notification to press a key 1-8 on their keyboard if they hit the right key, if they hit wrong they will catch the fish, if the fish snap they lose (which is on time)

Players who fish without bait before pressing [USE] the stick will be able to catch fish, but this fish will be smaller (less fish items per 1-3 kg of catch)

If they use bait, the fish they get will be bigger.

If the player uses the Turtle Oath, after catching a turtle,
then they can catch the turtle (not 100% chance), sell it, or press the [USE] key to "cut off the turtle and put its meat on the stick. bait for sharks" by doing this they will now be able to catch a shark and when caught they will spawn a shark pad on the players' boat (sharks If they use a small boat for the boat, it might sink, which makes it fun)

I use this script on my server and good :)


*** Hidden text: cannot be quoted. ***



VT:
View attachment 440
 

Delta1987

Bronze Elite
Joined
Apr 26, 2022
Messages
25
Reaction score
3
Points
156
Location
UK
Like most fishing jobs out there, I don't like people who have to have a certain job to do something to make money on the side, I've created a fishing scenario that allows your players to fish anywhere, any job, and any way they want. (legal and illegal)

This script adds many new things as listed below:

boat rental
Fishing
selling points
There are many new items to be added after running the sql file:

The fish
fish food
Fishing rod
Shark
sea turtle
Turtle Food
You'll need to add the Bait and Fishing Rods to your stores yourself, which is pretty easy.

Players can fish for normal Fish, Turtles or Sharks
and Hunting for Sharks is illegal (plus Dirty Coins when sold)

Players first buy their fishing rods and bait,
then to charter a boat
They go, then they get up from the boat driver's seat, away from the shoreline, and press the [USE] button for the bait they want to use. they apply the bait to the fishing rod that they can press the [USE] key. this will get them to start fishing. While fishing, they will get a notification to press a key 1-8 on their keyboard if they hit the right key, if they hit wrong they will catch the fish, if the fish snap they lose (which is on time)

Players who fish without bait before pressing [USE] the stick will be able to catch fish, but this fish will be smaller (less fish items per 1-3 kg of catch)

If they use bait, the fish they get will be bigger.

If the player uses the Turtle Oath, after catching a turtle,
then they can catch the turtle (not 100% chance), sell it, or press the [USE] key to "cut off the turtle and put its meat on the stick. bait for sharks" by doing this they will now be able to catch a shark and when caught they will spawn a shark pad on the players' boat (sharks If they use a small boat for the boat, it might sink, which makes it fun)

I use this script on my server and good :)


*** Hidden text: cannot be quoted. ***



VT:
View attachment 440
i hope this works with qbc thanks
 

iamsowcool

Bronze Elite
Joined
Apr 15, 2022
Messages
18
Reaction score
2
Points
156
Location
idkman
Like most fishing jobs out there, I don't like people who have to have a certain job to do something to make money on the side, I've created a fishing scenario that allows your players to fish anywhere, any job, and any way they want. (legal and illegal)

This script adds many new things as listed below:

boat rental
Fishing
selling points
There are many new items to be added after running the sql file:

The fish
fish food
Fishing rod
Shark
sea turtle
Turtle Food
You'll need to add the Bait and Fishing Rods to your stores yourself, which is pretty easy.

Players can fish for normal Fish, Turtles or Sharks
and Hunting for Sharks is illegal (plus Dirty Coins when sold)

Players first buy their fishing rods and bait,
then to charter a boat
They go, then they get up from the boat driver's seat, away from the shoreline, and press the [USE] button for the bait they want to use. they apply the bait to the fishing rod that they can press the [USE] key. this will get them to start fishing. While fishing, they will get a notification to press a key 1-8 on their keyboard if they hit the right key, if they hit wrong they will catch the fish, if the fish snap they lose (which is on time)

Players who fish without bait before pressing [USE] the stick will be able to catch fish, but this fish will be smaller (less fish items per 1-3 kg of catch)

If they use bait, the fish they get will be bigger.

If the player uses the Turtle Oath, after catching a turtle,
then they can catch the turtle (not 100% chance), sell it, or press the [USE] key to "cut off the turtle and put its meat on the stick. bait for sharks" by doing this they will now be able to catch a shark and when caught they will spawn a shark pad on the players' boat (sharks If they use a small boat for the boat, it might sink, which makes it fun)

I use this script on my server and good :)


*** Hidden text: cannot be quoted. ***



VT:
View attachment 440
 

Dirrijaha

Member
Joined
May 13, 2022
Messages
7
Reaction score
0
Points
156
Location
Norway
Like most fishing jobs out there, I don't like people who have to have a certain job to do something to make money on the side, I've created a fishing scenario that allows your players to fish anywhere, any job, and any way they want. (legal and illegal)

This script adds many new things as listed below:

boat rental
Fishing
selling points
There are many new items to be added after running the sql file:

The fish
fish food
Fishing rod
Shark
sea turtle
Turtle Food
You'll need to add the Bait and Fishing Rods to your stores yourself, which is pretty easy.

Players can fish for normal Fish, Turtles or Sharks
and Hunting for Sharks is illegal (plus Dirty Coins when sold)

Players first buy their fishing rods and bait,
then to charter a boat
They go, then they get up from the boat driver's seat, away from the shoreline, and press the [USE] button for the bait they want to use. they apply the bait to the fishing rod that they can press the [USE] key. this will get them to start fishing. While fishing, they will get a notification to press a key 1-8 on their keyboard if they hit the right key, if they hit wrong they will catch the fish, if the fish snap they lose (which is on time)

Players who fish without bait before pressing [USE] the stick will be able to catch fish, but this fish will be smaller (less fish items per 1-3 kg of catch)

If they use bait, the fish they get will be bigger.

If the player uses the Turtle Oath, after catching a turtle,
then they can catch the turtle (not 100% chance), sell it, or press the [USE] key to "cut off the turtle and put its meat on the stick. bait for sharks" by doing this they will now be able to catch a shark and when caught they will spawn a shark pad on the players' boat (sharks If they use a small boat for the boat, it might sink, which makes it fun)

I use this script on my server and good :)


*** Hidden text: cannot be quoted. ***



VT:
View attachment 440
sd
 

alaawtf

Member
Joined
Mar 15, 2022
Messages
7
Reaction score
0
Points
146
Location
España
Like most fishing jobs out there, I don't like people who have to have a certain job to do something to make money on the side, I've created a fishing scenario that allows your players to fish anywhere, any job, and any way they want. (legal and illegal)

This script adds many new things as listed below:

boat rental
Fishing
selling points
There are many new items to be added after running the sql file:

The fish
fish food
Fishing rod
Shark
sea turtle
Turtle Food
You'll need to add the Bait and Fishing Rods to your stores yourself, which is pretty easy.

Players can fish for normal Fish, Turtles or Sharks
and Hunting for Sharks is illegal (plus Dirty Coins when sold)

Players first buy their fishing rods and bait,
then to charter a boat
They go, then they get up from the boat driver's seat, away from the shoreline, and press the [USE] button for the bait they want to use. they apply the bait to the fishing rod that they can press the [USE] key. this will get them to start fishing. While fishing, they will get a notification to press a key 1-8 on their keyboard if they hit the right key, if they hit wrong they will catch the fish, if the fish snap they lose (which is on time)

Players who fish without bait before pressing [USE] the stick will be able to catch fish, but this fish will be smaller (less fish items per 1-3 kg of catch)

If they use bait, the fish they get will be bigger.

If the player uses the Turtle Oath, after catching a turtle,
then they can catch the turtle (not 100% chance), sell it, or press the [USE] key to "cut off the turtle and put its meat on the stick. bait for sharks" by doing this they will now be able to catch a shark and when caught they will spawn a shark pad on the players' boat (sharks If they use a small boat for the boat, it might sink, which makes it fun)

I use this script on my server and good :)


*** Hidden text: cannot be quoted. ***



VT:
View attachment 440
 

iamsowcool

Bronze Elite
Joined
Apr 15, 2022
Messages
18
Reaction score
2
Points
156
Location
idkman
Like most fishing jobs out there, I don't like people who have to have a certain job to do something to make money on the side, I've created a fishing scenario that allows your players to fish anywhere, any job, and any way they want. (legal and illegal)

This script adds many new things as listed below:

boat rental
Fishing
selling points
There are many new items to be added after running the sql file:

The fish
fish food
Fishing rod
Shark
sea turtle
Turtle Food
You'll need to add the Bait and Fishing Rods to your stores yourself, which is pretty easy.

Players can fish for normal Fish, Turtles or Sharks
and Hunting for Sharks is illegal (plus Dirty Coins when sold)

Players first buy their fishing rods and bait,
then to charter a boat
They go, then they get up from the boat driver's seat, away from the shoreline, and press the [USE] button for the bait they want to use. they apply the bait to the fishing rod that they can press the [USE] key. this will get them to start fishing. While fishing, they will get a notification to press a key 1-8 on their keyboard if they hit the right key, if they hit wrong they will catch the fish, if the fish snap they lose (which is on time)

Players who fish without bait before pressing [USE] the stick will be able to catch fish, but this fish will be smaller (less fish items per 1-3 kg of catch)

If they use bait, the fish they get will be bigger.

If the player uses the Turtle Oath, after catching a turtle,
then they can catch the turtle (not 100% chance), sell it, or press the [USE] key to "cut off the turtle and put its meat on the stick. bait for sharks" by doing this they will now be able to catch a shark and when caught they will spawn a shark pad on the players' boat (sharks If they use a small boat for the boat, it might sink, which makes it fun)

I use this script on my server and good :)


*** Hidden text: cannot be quoted. ***



VT:
View attachment 440
 

pogman3002

Silver Elite
Joined
Mar 29, 2022
Messages
39
Reaction score
9
Points
156
Location
United Kingdom
Like most fishing jobs out there, I don't like people who have to have a certain job to do something to make money on the side, I've created a fishing scenario that allows your players to fish anywhere, any job, and any way they want. (legal and illegal)

This script adds many new things as listed below:

boat rental
Fishing
selling points
There are many new items to be added after running the sql file:

The fish
fish food
Fishing rod
Shark
sea turtle
Turtle Food
You'll need to add the Bait and Fishing Rods to your stores yourself, which is pretty easy.

Players can fish for normal Fish, Turtles or Sharks
and Hunting for Sharks is illegal (plus Dirty Coins when sold)

Players first buy their fishing rods and bait,
then to charter a boat
They go, then they get up from the boat driver's seat, away from the shoreline, and press the [USE] button for the bait they want to use. they apply the bait to the fishing rod that they can press the [USE] key. this will get them to start fishing. While fishing, they will get a notification to press a key 1-8 on their keyboard if they hit the right key, if they hit wrong they will catch the fish, if the fish snap they lose (which is on time)

Players who fish without bait before pressing [USE] the stick will be able to catch fish, but this fish will be smaller (less fish items per 1-3 kg of catch)

If they use bait, the fish they get will be bigger.

If the player uses the Turtle Oath, after catching a turtle,
then they can catch the turtle (not 100% chance), sell it, or press the [USE] key to "cut off the turtle and put its meat on the stick. bait for sharks" by doing this they will now be able to catch a shark and when caught they will spawn a shark pad on the players' boat (sharks If they use a small boat for the boat, it might sink, which makes it fun)

I use this script on my server and good :)


*** Hidden text: cannot be quoted. ***



VT:
View attachment 440
Thanks
 

eversome

Gold Elite
Joined
Nov 26, 2021
Messages
369
Reaction score
69
Points
241
Location
culiacan
Like most fishing jobs out there, I don't like people who have to have a certain job to do something to make money on the side, I've created a fishing scenario that allows your players to fish anywhere, any job, and any way they want. (legal and illegal)

This script adds many new things as listed below:

boat rental
Fishing
selling points
There are many new items to be added after running the sql file:

The fish
fish food
Fishing rod
Shark
sea turtle
Turtle Food
You'll need to add the Bait and Fishing Rods to your stores yourself, which is pretty easy.

Players can fish for normal Fish, Turtles or Sharks
and Hunting for Sharks is illegal (plus Dirty Coins when sold)

Players first buy their fishing rods and bait,
then to charter a boat
They go, then they get up from the boat driver's seat, away from the shoreline, and press the [USE] button for the bait they want to use. they apply the bait to the fishing rod that they can press the [USE] key. this will get them to start fishing. While fishing, they will get a notification to press a key 1-8 on their keyboard if they hit the right key, if they hit wrong they will catch the fish, if the fish snap they lose (which is on time)

Players who fish without bait before pressing [USE] the stick will be able to catch fish, but this fish will be smaller (less fish items per 1-3 kg of catch)

If they use bait, the fish they get will be bigger.

If the player uses the Turtle Oath, after catching a turtle,
then they can catch the turtle (not 100% chance), sell it, or press the [USE] key to "cut off the turtle and put its meat on the stick. bait for sharks" by doing this they will now be able to catch a shark and when caught they will spawn a shark pad on the players' boat (sharks If they use a small boat for the boat, it might sink, which makes it fun)

I use this script on my server and good :)


*** Hidden text: cannot be quoted. ***



VT:
View attachment 440
 

HammeredGod

Member
Joined
Jun 2, 2022
Messages
17
Reaction score
0
Points
166
Location
Canada
Like most fishing jobs out there, I don't like people who have to have a certain job to do something to make money on the side, I've created a fishing scenario that allows your players to fish anywhere, any job, and any way they want. (legal and illegal)

This script adds many new things as listed below:

boat rental
Fishing
selling points
There are many new items to be added after running the sql file:

The fish
fish food
Fishing rod
Shark
sea turtle
Turtle Food
You'll need to add the Bait and Fishing Rods to your stores yourself, which is pretty easy.

Players can fish for normal Fish, Turtles or Sharks
and Hunting for Sharks is illegal (plus Dirty Coins when sold)

Players first buy their fishing rods and bait,
then to charter a boat
They go, then they get up from the boat driver's seat, away from the shoreline, and press the [USE] button for the bait they want to use. they apply the bait to the fishing rod that they can press the [USE] key. this will get them to start fishing. While fishing, they will get a notification to press a key 1-8 on their keyboard if they hit the right key, if they hit wrong they will catch the fish, if the fish snap they lose (which is on time)

Players who fish without bait before pressing [USE] the stick will be able to catch fish, but this fish will be smaller (less fish items per 1-3 kg of catch)

If they use bait, the fish they get will be bigger.

If the player uses the Turtle Oath, after catching a turtle,
then they can catch the turtle (not 100% chance), sell it, or press the [USE] key to "cut off the turtle and put its meat on the stick. bait for sharks" by doing this they will now be able to catch a shark and when caught they will spawn a shark pad on the players' boat (sharks If they use a small boat for the boat, it might sink, which makes it fun)

I use this script on my server and good :)


*** Hidden text: cannot be quoted. ***



VT:
View attachment 440
yasssss this is perfect
 

HHTT066

Silver Elite
Joined
Dec 7, 2021
Messages
68
Reaction score
13
Points
156
Location
中国
Like most fishing jobs out there, I don't like people who have to have a certain job to do something to make money on the side, I've created a fishing scenario that allows your players to fish anywhere, any job, and any way they want. (legal and illegal)

This script adds many new things as listed below:

boat rental
Fishing
selling points
There are many new items to be added after running the sql file:

The fish
fish food
Fishing rod
Shark
sea turtle
Turtle Food
You'll need to add the Bait and Fishing Rods to your stores yourself, which is pretty easy.

Players can fish for normal Fish, Turtles or Sharks
and Hunting for Sharks is illegal (plus Dirty Coins when sold)

Players first buy their fishing rods and bait,
then to charter a boat
They go, then they get up from the boat driver's seat, away from the shoreline, and press the [USE] button for the bait they want to use. they apply the bait to the fishing rod that they can press the [USE] key. this will get them to start fishing. While fishing, they will get a notification to press a key 1-8 on their keyboard if they hit the right key, if they hit wrong they will catch the fish, if the fish snap they lose (which is on time)

Players who fish without bait before pressing [USE] the stick will be able to catch fish, but this fish will be smaller (less fish items per 1-3 kg of catch)

If they use bait, the fish they get will be bigger.

If the player uses the Turtle Oath, after catching a turtle,
然后他们可以抓到乌龟(不是 100% 的机会),卖掉它,或者按 [USE] 键“切断乌龟,把它的肉放在棍子上。鲨鱼的诱饵”通过这样做,他们现在可以抓到鲨鱼,当他们被抓到时,他们会在玩家的船上生成一个鲨鱼垫(鲨鱼如果他们用小船做船,它可能会下沉,这很有趣)

我在我的服务器上使用这个脚本并且很好:)


*** 隐藏文字:不能引用。***



VT:
View attachment 440
 

josedark12

Silver Elite
Joined
Jun 6, 2022
Messages
40
Reaction score
8
Points
156
Location
peru
Like most fishing jobs out there, I don't like people who have to have a certain job to do something to make money on the side, I've created a fishing scenario that allows your players to fish anywhere, any job, and any way they want. (legal and illegal)

This script adds many new things as listed below:

boat rental
Fishing
selling points
There are many new items to be added after running the sql file:

The fish
fish food
Fishing rod
Shark
sea turtle
Turtle Food
You'll need to add the Bait and Fishing Rods to your stores yourself, which is pretty easy.

Players can fish for normal Fish, Turtles or Sharks
and Hunting for Sharks is illegal (plus Dirty Coins when sold)

Players first buy their fishing rods and bait,
then to charter a boat
They go, then they get up from the boat driver's seat, away from the shoreline, and press the [USE] button for the bait they want to use. they apply the bait to the fishing rod that they can press the [USE] key. this will get them to start fishing. While fishing, they will get a notification to press a key 1-8 on their keyboard if they hit the right key, if they hit wrong they will catch the fish, if the fish snap they lose (which is on time)

Players who fish without bait before pressing [USE] the stick will be able to catch fish, but this fish will be smaller (less fish items per 1-3 kg of catch)

If they use bait, the fish they get will be bigger.

If the player uses the Turtle Oath, after catching a turtle,
luego pueden atrapar la tortuga (no es 100% probable), venderla o presionar la tecla [USAR] para "cortar la tortuga y poner su carne en el palo. cebo para tiburones" al hacer esto, ahora podrán atrapar un tiburón y, cuando lo atrapen, generará una plataforma de tiburones en el bote de los jugadores (los tiburones si usan un bote pequeño para el bote, podría hundirse, lo que lo hace divertido)

Yo uso este script en mi servidor y bueno:)


*** Texto oculto: no se puede citar. ***



VT:
View attachment 440
 

LeakMaster

Member
Joined
Jun 10, 2022
Messages
9
Reaction score
1
Points
156
Location
Germany
Like most fishing jobs out there, I don't like people who have to have a certain job to do something to make money on the side, I've created a fishing scenario that allows your players to fish anywhere, any job, and any way they want. (legal and illegal)

This script adds many new things as listed below:

boat rental
Fishing
selling points
There are many new items to be added after running the sql file:

The fish
fish food
Fishing rod
Shark
sea turtle
Turtle Food
You'll need to add the Bait and Fishing Rods to your stores yourself, which is pretty easy.

Players can fish for normal Fish, Turtles or Sharks
and Hunting for Sharks is illegal (plus Dirty Coins when sold)

Players first buy their fishing rods and bait,
then to charter a boat
They go, then they get up from the boat driver's seat, away from the shoreline, and press the [USE] button for the bait they want to use. they apply the bait to the fishing rod that they can press the [USE] key. this will get them to start fishing. While fishing, they will get a notification to press a key 1-8 on their keyboard if they hit the right key, if they hit wrong they will catch the fish, if the fish snap they lose (which is on time)

Players who fish without bait before pressing [USE] the stick will be able to catch fish, but this fish will be smaller (less fish items per 1-3 kg of catch)

If they use bait, the fish they get will be bigger.

If the player uses the Turtle Oath, after catching a turtle,
then they can catch the turtle (not 100% chance), sell it, or press the [USE] key to "cut off the turtle and put its meat on the stick. bait for sharks" by doing this they will now be able to catch a shark and when caught they will spawn a shark pad on the players' boat (sharks If they use a small boat for the boat, it might sink, which makes it fun)

I use this script on my server and good :)


*** Hidden text: cannot be quoted. ***



VT:
View attachment 440
very strong release!
 
Top