- 12
- 1
script_name ("TextDraw")
script_author ("Dolbaeb")
require "lib.moonloader"
require "lib.sampfuncs"
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
while true do
wait(0)
if isPlayerPlaying(playerHandle) then
for loop = 0, 3000 do
if sampTextdrawIsExists(loop) then
sampAddChatMessage(loop, 0xFF4040)
wait(3000)
if sampTextdrawGetBoxEnabledColorAndSize(loop) then
sampAddChatMessage(Что писать, хз.)
wait(1000)
end
end
end
end
end
Хочу что бы в чат выводился айди текстдрава, а ниже хар-ки прямоугольника текстдрава..
Че т не получается.
script_author ("Dolbaeb")
require "lib.moonloader"
require "lib.sampfuncs"
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
while true do
wait(0)
if isPlayerPlaying(playerHandle) then
for loop = 0, 3000 do
if sampTextdrawIsExists(loop) then
sampAddChatMessage(loop, 0xFF4040)
wait(3000)
if sampTextdrawGetBoxEnabledColorAndSize(loop) then
sampAddChatMessage(Что писать, хз.)
wait(1000)
end
end
end
end
end
Хочу что бы в чат выводился айди текстдрава, а ниже хар-ки прямоугольника текстдрава..
Че т не получается.
Последнее редактирование: