Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
local ffi = require('ffi')
function main()
while not isSampAvailable() do wait(0) end
local getWeaponRadius = ffi.cast("float (__thiscall*)(int CPed)", 0x609CD0)
while true do
wait(0)
print(getWeaponRadius(ffi.cast("int32_t*", 0xB7CD98)[0]))
end
end
local ffi = require('ffi')
function main()
while not isSampAvailable() do wait(0) end
local getWeaponRadius = ffi.cast("float (__thiscall*)(int CPed)", 0x609CD0)
while true do
wait(0)
print(getWeaponRadius(ffi.cast("int32_t*", 0xB7CD98)[0]))
end
end