FIX - stabilize payphone call lifecycle

This commit is contained in:
Dominik
2026-08-10 20:22:02 +02:00
parent 1e426fba80
commit 8a4207b2fd
4 changed files with 170 additions and 41 deletions
+1 -1
View File
@@ -55,5 +55,5 @@ function Bridge.Framework.ShowHelpNotification(message, key)
local control = key == "E" and "~INPUT_CONTEXT~" or ("[%s]"):format(tostring(key or "E"))
BeginTextCommandDisplayHelp("STRING")
AddTextComponentSubstringPlayerName(("%s %s"):format(control, tostring(message or "")))
EndTextCommandDisplayHelp(0, false, true, -1)
EndTextCommandDisplayHelp(0, false, false, -1)
end