From 974e1c4a7e9f8aedca1663d1c37fbb80a3514e84 Mon Sep 17 00:00:00 2001 From: rubin Date: Sat, 28 Jan 2023 16:51:33 +0300 Subject: [PATCH] fixed count truck rent --- TruckHUD.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/TruckHUD.lua b/TruckHUD.lua index 20cc4c6..cdc186e 100644 --- a/TruckHUD.lua +++ b/TruckHUD.lua @@ -4467,5 +4467,6 @@ utf8({ "sampSetCurrentDialogEditboxText" }, "Utf8ToAnsi") utf8({ "sampCreate3dTextEx" }, "Utf8ToAnsi") utf8({ "sampCreate3dText" }, "Utf8ToAnsi") utf8({ "sampSet3dTextString" }, "Utf8ToAnsi") +utf8({ "sampGetDialogText" }, nil, "AnsiToUtf8") utf8({ "sampGetDialogCaption" }, nil, "AnsiToUtf8") utf8({ "sampHasDialogRespond" }, nil, "AnsiToUtf8") \ No newline at end of file