added 3dtext in utf8 module

test-utf-8
rubin 2 years ago
parent c87fc48a54
commit 6cd1915d5f
  1. 6
      TruckHUD.lua

@ -2789,6 +2789,7 @@ function loadEvents()
utf8_function({
{ "sampev", "onShowDialog" },
{ "sampev", "onServerMessage" },
{ "sampev", "onCreate3DText" }
}, AnsiToUtf8, AnsiToUtf8)
end
function isTruck3dTextDefined(id)
@ -4618,7 +4619,10 @@ utf8_function({
{ "print" },
{ "renderGetFontDrawTextLength" },
{ "renderFontDrawText" },
{ "sampSetCurrentDialogEditboxText" }
{ "sampSetCurrentDialogEditboxText" },
{ "sampCreate3dTextEx" },
{ "sampSet3dTextString" },
{ "sampCreate3dText" }
}, Utf8ToAnsi, AnsiToUtf8)
utf8_function({
{ "sampGetDialogCaption" },

Loading…
Cancel
Save