diff --git a/TruckHUD.lua b/TruckHUD.lua index 836fd0d..c8dd691 100644 --- a/TruckHUD.lua +++ b/TruckHUD.lua @@ -4408,5 +4408,6 @@ utf8({ "renderFontDrawText" }, "Utf8ToAnsi") utf8({ "sampSetCurrentDialogEditboxText" }, "Utf8ToAnsi") utf8({ "sampCreate3dTextEx" }, "Utf8ToAnsi") utf8({ "sampCreate3dText" }, "Utf8ToAnsi") +utf8({ "sampSet3dTextString" }, "Utf8ToAnsi") utf8({ "sampGetDialogCaption" }, nil, "AnsiToUtf8") utf8({ "sampHasDialogRespond" }, nil, "AnsiToUtf8") \ No newline at end of file