{$CLEO .cs}
0000: NOP
repeat
wait 0
until SAMP.Available()
0B34: samp register_client_command "command" to_label @command
0B34: samp register_client_command "command1" to_label @command1
repeat
wait 0
until false
:command
0ac6: 0@ = label @text offset
0B3B: samp show_dialog id 0 caption " " text 0@ button_1 "Закрыть" button_2 "" style 0
SAMP.CmdRet()
:command1
0ac6: 1@ = label @text1 offset
0B3B: samp show_dialog id 1 caption " " text 1@ button_1 "Закрыть" button_2 "" style 0
SAMP.CmdRet()
:text
hex
"Start"
"End"
end
:text1
hex
"Start1"
"End1"
end