Получить инту

Aizen Sosuke

Участник
Автор темы
120
20
Можно как-то на луа получить инту банка на аризона ролевая игрушка?
 
Решение
Команда: /getinterior
Lua:
function main()
    if not isSampfuncsLoaded() or not isSampLoaded() then return end
    while not isSampAvailable() do wait(100) end

    sampRegisterChatCommand("getinterior", function()
        local interior = getActiveInterior()
        sampAddChatMessage("Interior ID: " .. interior, -1)
    end)

    wait(-1)
end

ARMOR

kjor32 is legend
Модератор
4,847
6,102
Команда: /getinterior
Lua:
function main()
    if not isSampfuncsLoaded() or not isSampLoaded() then return end
    while not isSampAvailable() do wait(100) end

    sampRegisterChatCommand("getinterior", function()
        local interior = getActiveInterior()
        sampAddChatMessage("Interior ID: " .. interior, -1)
    end)

    wait(-1)
end
 
  • Нравится
Реакции: Aizen Sosuke