На просторах интернета нашел простенький тайминг для дальнобойщиков. Активируется на "1"+"2" ,может кто подделать чтобы он включался когда вводим фразу "/tload" и "/tunload" ,и чтобы если идет тайминг,при повторном вводе фразы ,он начинал отсчет заново.
Исходник
Что я пытаюсь сделать,ну так как ничего не понимаю,просто взял пару строк из другого скрипта и воткнул их,вместо 12345 ,tload или tunload
Исходник
CLEO:
// This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}
//-------------MAIN---------------
0000: NOP
:Noname_2
0001: wait 0 ms
00D6: if and
0AB0: key_pressed 49
0AB0: key_pressed 50
004D: jump_if_false @Noname_2
0006: 0@ = 60
0006: 1@ = 2
:Noname_39
0001: wait 0 ms
000E: 0@ -= 1
0AD1: show_formatted_text_highpriority "DT - %d:%d" time 1000 1@ 0@
0001: wait 1000 ms
00D6: if
0039: 0@ == 0
004D: jump_if_false @Noname_39
0006: 0@ = 60
000E: 1@ -= 1
00D6: if
0039: 1@ == -1
004D: jump_if_false @Noname_39
0002: jump @Noname_2
CLEO:
// This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}
//-------------MAIN---------------
0000: NOP
:Noname_2
repeat
wait 5
until 0afa:
:Start
wait 0
Samp.Available
jf @Start
0001: wait 0 ms
00D6: if and
0B34: samp register_client_command "12345" to_label @Noname_39
0006: 0@ = 60
0006: 1@ = 2
While true
wait 0
end
:Noname_39
0001: wait 0 ms
000E: 0@ -= 1
0AD1: show_formatted_text_highpriority "%d:%d" time 1000 1@ 0@
0001: wait 1000 ms
00D6: if
0039: 0@ == 0
004D: jump_if_false @Noname_39
0006: 0@ = 60
000E: 1@ -= 1
00D6: if
0039: 1@ == -1
004D: jump_if_false @Noname_39
0002: jump @Noname_2