_LaMeLa_ Известный Автор темы 4 0 15 Апр 2021 #1 Нужен скрипт, который будет показывать 3д тексты на дистанции, клео/луа/Аси/СФ не важно
Решение БеzликиЙ 15 Апр 2021 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.
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ликиЙ Автор темы Проверенный 974 569 15 Апр 2021 Решение #2 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. Позитивный голос 1 Негативный голос Решение
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.