Works very well !
Is there a way to make the fish stay on the ground longer?
Works very well !
Is there a way to make the fish stay on the ground longer?
Yes, change the wait times per spawn ped event. I have mine personally set to 16 minutes.
Thx, found it 
16min, wouahou … You must be enthroned on a mountain of fish 
Great resource, thanks for the release!
What would you say the simplest way is to create a chance of catching a different item? Say instead of catching a fish, you could catch a plastic bottle or something?
Look forward to hearing from you! - Whippet 
I do not charge money for renting a boat, and how to add a harpoon
Database needs fixing
Thanks for our script.
Juste make one modif, to fish only on cayo perico
RegisterNetEvent('fishing:fishstart')
AddEventHandler('fishing:fishstart', function()
playerPed = PlayerPedId()
local pos = GetEntityCoords(PlayerPedId())
if IsPedInAnyVehicle(playerPed) then
ESX.ShowNotification("~r~You can not fish from a vehicle")
else
local playerPos = GetEntityCoords(GetPlayerPed(-1))
local distanceFromCayo = GetDistanceBetweenCoords(playerPos.x, playerPos.y, playerPos.z, 4937.89, -5044.68, 0.059, true)
local ProfondeurEau = GetWaterHeight (pos.x, pos.y, pos.z-2, pos.z-3)
if distanceFromCayo < 1000 and ProfondeurEau then
ESX.ShowNotification("Fishing started\nPress ~y~X~s~ to stop fishing")
TaskStartScenarioInPlace(PlayerPedId(), "WORLD_HUMAN_STAND_FISHING", 0, true)
fishing = true
print("fishing has started")
else
ESX.ShowNotification("You need to go further away from the shore")
end
end
end, false)
Hi,
Im having a problem that is, when u rent a boat come out without fuel
Just go in your FUEL systeme script , their must be a place with EXCEPTION to your fuel script , and you have to put the boat name in the exception list, so it’s does’nt need refuelling.
Turtlebait isnt working for some reason. Any suggestions? No errors.
I keep getting message “you need to go further away from shore” any thoughts?..i went right to edge of map
F and X do nothing