From c50d071b0b99096f81f42369da010690ba6289b3 Mon Sep 17 00:00:00 2001 From: "Jordan.#2139" Date: Wed, 28 Jan 2026 16:10:59 -0500 Subject: [PATCH 1/2] Add event trigger for removed postal blip and update version to 1.5.5 --- cl_commands.lua | 1 + version.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cl_commands.lua b/cl_commands.lua index 7ce1796..6c70fc6 100644 --- a/cl_commands.lua +++ b/cl_commands.lua @@ -14,6 +14,7 @@ TriggerEvent('chat:addSuggestion', '/postal', 'Set the GPS to a specific postal' RegisterCommand('postal', function(_, args) if #args < 1 then if pBlip then + TriggerEvent('nearest-postal:removedPostalBlip', pBlip.p.code) RemoveBlip(pBlip.hndl) pBlip = nil TriggerEvent('chat:addMessage', { diff --git a/version.json b/version.json index 014ca7b..ce9fcd7 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.5.4", - "changelog": "Added developer event 'nearest-postal:arrivedAtPostal' that triggers when a player reaches their postal destination." + "version": "1.5.5", + "changelog": "Added developer event 'nearest-postal:removedPostalBlip' that triggers when a player canceles their current postal route." } \ No newline at end of file From 9465bdc3d159a931bf947f6e08358974b60bcd85 Mon Sep 17 00:00:00 2001 From: "Jordan.#2139" Date: Wed, 28 Jan 2026 16:13:16 -0500 Subject: [PATCH 2/2] fix --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index ce9fcd7..646bd77 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.5.5", + "version": "1.5.4", "changelog": "Added developer event 'nearest-postal:removedPostalBlip' that triggers when a player canceles their current postal route." } \ No newline at end of file