Рендер 3Д текста в зоне прорисовки

_LaMeLa_

Известный
Автор темы
4
0
Нужен скрипт, который будет показывать 3д тексты на дистанции, клео/луа/Аси/СФ не важно
 
Решение
Lua::
function main()
    wait(-1)
end

local sampev = require 'lib.samp.events'

function sampev.onCreate3DText(id, color, position, distance, testLOS, attpl, attveh, text)
    return {id, color, position, 1488, testLOS, attpl, attveh, text}
end
записать в блокнот, сохранить как чтонибудь.lua, закинуть в moonloader.

БеzликиЙ

Автор темы
Проверенный
802
452
Lua::
function main()
    wait(-1)
end

local sampev = require 'lib.samp.events'

function sampev.onCreate3DText(id, color, position, distance, testLOS, attpl, attveh, text)
    return {id, color, position, 1488, testLOS, attpl, attveh, text}
end
записать в блокнот, сохранить как чтонибудь.lua, закинуть в moonloader.