Как сделать "таймер" в клео

chapo

🫡 В армии с 17.10.2023. В ЛС НЕ ОТВЕЧАЮ
Автор темы
Друг
8,777
11,227
Как сделать таймер в клео? Например, чтобы шел отчет от 180 до 0 (каждую секунду), и значение (цифра) выводилось в текстдрав 421?
Пока что до меня дошло сделать только так:
CLEO:
0C50: samp textdraw 421 set_string "Report: 180"
wait 1000
0C50: samp textdraw 421 set_string "Report: 179"
wait 1000
0C50: samp textdraw 421 set_string "Report: 178"
wait 1000
0C50: samp textdraw 421 set_string "Report: 177"
wait 1000
0C50: samp textdraw 421 set_string "Report: 176"
wait 1000
0C50: samp textdraw 421 set_string "Report: 175"
wait 1000
0C50: samp textdraw 421 set_string "Report: 174"
wait 1000
0C50: samp textdraw 421 set_string "Report: 173"
wait 1000
0C50: samp textdraw 421 set_string "Report: 172"
wait 1000
0C50: samp textdraw 421 set_string "Report: 171"
wait 1000
0C50: samp textdraw 421 set_string "Report: 170"
wait 1000
0C50: samp textdraw 421 set_string "Report: 169"
wait 1000
0C50: samp textdraw 421 set_string "Report: 168"
wait 1000
0C50: samp textdraw 421 set_string "Report: 167"
wait 1000
0C50: samp textdraw 421 set_string "Report: 166"
wait 1000
0C50: samp textdraw 421 set_string "Report: 165"
wait 1000
0C50: samp textdraw 421 set_string "Report: 164"
wait 1000
0C50: samp textdraw 421 set_string "Report: 163"
wait 1000
0C50: samp textdraw 421 set_string "Report: 162"
wait 1000
0C50: samp textdraw 421 set_string "Report: 161"
wait 1000
0C50: samp textdraw 421 set_string "Report: 160"
wait 1000
0C50: samp textdraw 421 set_string "Report: 159"
wait 1000
0C50: samp textdraw 421 set_string "Report: 158"
wait 1000
0C50: samp textdraw 421 set_string "Report: 157"
wait 1000
0C50: samp textdraw 421 set_string "Report: 156"
wait 1000
0C50: samp textdraw 421 set_string "Report: 155"
wait 1000
0C50: samp textdraw 421 set_string "Report: 154"   
wait 1000
0C50: samp textdraw 421 set_string "Report: 153"
wait 1000
0C50: samp textdraw 421 set_string "Report: 152"
wait 1000
0C50: samp textdraw 421 set_string "Report: 151"
wait 1000
0C50: samp textdraw 421 set_string "Report: 150"
wait 1000
0C50: samp textdraw 421 set_string "Report: 149"
wait 1000
0C50: samp textdraw 421 set_string "Report: 148"
wait 1000
0C50: samp textdraw 421 set_string "Report: 147"
wait 1000
0C50: samp textdraw 421 set_string "Report: 146"
wait 1000
0C50: samp textdraw 421 set_string "Report: 145"
wait 1000
0C50: samp textdraw 421 set_string "Report: 144"
wait 1000
0C50: samp textdraw 421 set_string "Report: 143"
wait 1000                                                     
0C50: samp textdraw 421 set_string "Report: 142"
wait 1000
0C50: samp textdraw 421 set_string "Report: 141"
wait 1000
0C50: samp textdraw 421 set_string "Report: 140"
wait 1000
0C50: samp textdraw 421 set_string "Report: 139"
wait 1000
0C50: samp textdraw 421 set_string "Report: 138"
wait 1000
0C50: samp textdraw 421 set_string "Report: 137"
wait 1000
0C50: samp textdraw 421 set_string "Report: 136"
wait 1000
0C50: samp textdraw 421 set_string "Report: 135"
wait 1000
0C50: samp textdraw 421 set_string "Report: 134"
wait 1000
0C50: samp textdraw 421 set_string "Report: 133"
wait 1000                                                     
0C50: samp textdraw 421 set_string "Report: 132"
wait 1000
0C50: samp textdraw 421 set_string "Report: 131"
wait 1000
0C50: samp textdraw 421 set_string "Report: 130"
wait 1000
0C50: samp textdraw 421 set_string "Report: 129"
wait 1000
0C50: samp textdraw 421 set_string "Report: 128"
wait 1000
0C50: samp textdraw 421 set_string "Report: 127"
wait 1000
0C50: samp textdraw 421 set_string "Report: 126"
wait 1000
0C50: samp textdraw 421 set_string "Report: 125"
wait 1000
0C50: samp textdraw 421 set_string "Report: 124"
wait 1000
0C50: samp textdraw 421 set_string "Report: 123"
wait 1000                                                     
0C50: samp textdraw 421 set_string "Report: 122"
wait 1000
0C50: samp textdraw 421 set_string "Report: 121"
wait 1000
0C50: samp textdraw 421 set_string "Report: 120"
wait 1000
0C50: samp textdraw 421 set_string "Report: 119"
wait 1000
0C50: samp textdraw 421 set_string "Report: 118"
wait 1000
0C50: samp textdraw 421 set_string "Report: 117"
wait 1000
0C50: samp textdraw 421 set_string "Report: 116"
wait 1000
0C50: samp textdraw 421 set_string "Report: 115"
wait 1000
0C50: samp textdraw 421 set_string "Report: 114"
wait 1000
0C50: samp textdraw 421 set_string "Report: 113"
wait 1000                                                     
0C50: samp textdraw 421 set_string "Report: 112"
wait 1000
0C50: samp textdraw 421 set_string "Report: 111"
wait 1000
0C50: samp textdraw 421 set_string "Report: 110"
wait 1000
0C50: samp textdraw 421 set_string "Report: 109"
wait 1000
0C50: samp textdraw 421 set_string "Report: 108"
wait 1000
0C50: samp textdraw 421 set_string "Report: 107"
wait 1000
0C50: samp textdraw 421 set_string "Report: 106"
wait 1000
0C50: samp textdraw 421 set_string "Report: 105"
wait 1000
0C50: samp textdraw 421 set_string "Report: 104"
wait 1000
0C50: samp textdraw 421 set_string "Report: 103"
wait 1000                                                     
0C50: samp textdraw 421 set_string "Report: 102"
wait 1000
0C50: samp textdraw 421 set_string "Report: 101"
wait 1000
0C50: samp textdraw 421 set_string "Report: 100"
wait 1000
0C50: samp textdraw 421 set_string "Report: 99"
wait 1000
0C50: samp textdraw 421 set_string "Report: 98"
wait 1000
0C50: samp textdraw 421 set_string "Report: 97"
wait 1000
0C50: samp textdraw 421 set_string "Report: 96"
wait 1000
0C50: samp textdraw 421 set_string "Report: 95"
wait 1000
0C50: samp textdraw 421 set_string "Report: 94"
wait 1000
0C50: samp textdraw 421 set_string "Report: 93"
wait 1000
0C50: samp textdraw 421 set_string "Report: 92"
wait 1000
0C50: samp textdraw 421 set_string "Report: 91"
wait 1000
0C50: samp textdraw 421 set_string "Report: 90"
wait 1000
0C50: samp textdraw 421 set_string "Report: 89"
wait 1000
0C50: samp textdraw 421 set_string "Report: 88"
wait 1000
0C50: samp textdraw 421 set_string "Report: 87"
wait 1000
0C50: samp textdraw 421 set_string "Report: 86"
wait 1000
0C50: samp textdraw 421 set_string "Report: 85"
wait 1000
0C50: samp textdraw 421 set_string "Report: 84"
wait 1000
0C50: samp textdraw 421 set_string "Report: 83"
wait 1000
0C50: samp textdraw 421 set_string "Report: 82"
wait 1000
0C50: samp textdraw 421 set_string "Report: 81"
wait 1000
0C50: samp textdraw 421 set_string "Report: 80"
и т.д
 
Последнее редактирование: