I am having an issue and wondering if someone has an easy fix.
when you go into the circle the qbcore notification keeps spamming and idk how to only make it go once.
This is a script im working on
if #(destination - playerCoords) < 8.0 then
QBCore.Functions.Notify(Lang:t("info.finish"))
if IsControlJustPressed(0, Config.DefaultKey) and GetVehiclePedIsUsing(PlayerPedId()) then
TriggerEvent('qb-pilotjob:client:land', k)
RemoveBlip(blip)
end
end