как сделать рендер на скин

Решение
Lua:
local Font = renderCreateFont('Trebuchet MS', 13, 5)

function main()
    while not isSampAvailable() do wait(0) end
    while true do
        wait(0)
        for _, ped in ipairs(getAllChars()) do
            if isCharOnScreen(ped) and getCharModel(ped) == ИД СКИНА then
                local x, y = convert3DCoordsToScreen(getCharCoordinates(ped))
                renderFontDrawText(Font, 'ПИДАРАС', x, y, -1)
            end
        end
    end
end

chapo

чопа сребдс // TG/IG: @moujeek
Модератор
9,039
11,883
Lua:
local Font = renderCreateFont('Trebuchet MS', 13, 5)

function main()
    while not isSampAvailable() do wait(0) end
    while true do
        wait(0)
        for _, ped in ipairs(getAllChars()) do
            if isCharOnScreen(ped) and getCharModel(ped) == ИД СКИНА then
                local x, y = convert3DCoordsToScreen(getCharCoordinates(ped))
                renderFontDrawText(Font, 'ПИДАРАС', x, y, -1)
            end
        end
    end
end
 
Последнее редактирование:

Vespan

loneliness
Проверенный
2,138
1,776
В чем проблема найти рендер с открытым кодом и зайти туда?
 
  • Нравится
Реакции: hanzohasani

Lance_Sterling

Известный
990
351
Lua:
local Font = renderCrateFont('Trebuchet MS', 13, 5)

function main()
    while not isSampAvailable() do wait(0) end
    while true do
        wait(0)
        for _, ped in ipairs(getAllChars()) do
            if isCharOnScreen(ped) and getCharModel(ped) == ИД СКИНА then
                local x, y = convert3DCoordsToScreen(getCharCoordinates(ped))
                renderFontDrawText(Font, 'ПИДАРАС', x, y, -1)
            end
        end
    end
end
renderCreateFont('Trebuchet MS', 13, 5)
 
  • Нравится
Реакции: hanzohasani

kyrtion

Известный
1,100
398
как сделать рендер на скин?
Может это? Надеюсь сам управишься с кодом
 
  • Нравится
Реакции: hanzohasani