- 3
- 0
Всем привет, помогите пожалуйста, мне нужно изменить lua скрипт. Суть такова: Мне надо чтобы данный LUA все время показывал XYZ координаты туда куда я смотрю, вместо этого он показывает координаты обьекта или транспорта на который я навожусь, пример:
if text_target ~= "NO TARGET" then
local text3 = string.format("SIGHT POS X: %s Y: %s Z: %s", math.round(sight_posX, 1), math.round(sight_posY, 1), math.round(sight_posZ, 1))
setText(test_text3[7], RusToGame(u8:decode(text3)), config.pos.info.x, config.pos.info.y+10, 0.2, 1.1, 2, 1, '0xFFFFFFFF', 0.5, 0x15000000, 500, 500, false, true, true)
local text3 = string.format("SIGHT POS X: %s Y: %s Z: %s", math.round(sight_posX, 1), math.round(sight_posY, 1), math.round(sight_posZ, 1))
setText(test_text3[7], RusToGame(u8:decode(text3)), config.pos.info.x, config.pos.info.y+10, 0.2, 1.1, 2, 1, '0xFFFFFFFF', 0.5, 0x15000000, 500, 500, false, true, true)
Последнее редактирование: