ну как бы и ошибка, но как бы и нет, все равно работает, самый простой пример 😁
local ffi = require("lib.ffi")
local font = renderCreateFont("Arial", 10, 13)
local getBonePosition = ffi.cast("int (__thiscall*)(void*, float*, int, bool)", 0x5E4280)
function getCharCenterCoordinates3D(ped)...