Hey guys, i publish my first script ! I am so happy So it’s a script to become a fisherman, it’s just 5 blips in the map : 3 where you can fishing, 1 where can sell and 1 named “Entreprise”, this blips is useless for you but in a futur script i will use it ! You can fishing with all jobs. I use this script with : VDK inventory (Thank’s you !), ply_docks (Thank’s you !), job system (Thank’s you !) and essential mode (Thank’s you !). VDK is required !
Time : 5 hours
You can do as you want with this script (just let my name )
if true then
for _, item in pairs(Pecheur) do
item.blip = AddBlipForCoord(item.x, item.y, item.z)
SetBlipSprite(item.blip, item.id)
SetBlipAsShortRange(item.blip, true)
SetBlipColour(item.blip, item.colour)
BeginTextCommandSetBlipName("STRING")
AddTextComponentString(item.name)
EndTextCommandSetBlipName(item.blip)
end
end
if showBlips == true then
for _, item in pairs(Pecheur) do
item.blip = AddBlipForCoord(item.x, item.y, item.z)
SetBlipSprite(item.blip, item.id)
SetBlipAsShortRange(item.blip, true)
SetBlipColour(blip, item.colour)
BeginTextCommandSetBlipName("STRING")
AddTextComponentString(item.name)
EndTextCommandSetBlipName(item.blip)
end
end
with this?
if true then
for _, item in pairs(Pecheur) do
item.blip = AddBlipForCoord(item.x, item.y, item.z)
SetBlipSprite(item.blip, item.id)
SetBlipAsShortRange(item.blip, true)
SetBlipColour(item.blip, item.colour)
BeginTextCommandSetBlipName("STRING")
AddTextComponentString(item.name)
EndTextCommandSetBlipName(item.blip)
end
end
Stop pls, it’s my code xD ! I don’t know why do you think this but is false ! Come in my discord https://discord.gg/Jac4UfX if you want to show your evidences !