vadimka0216
Известный
- 38
- 63
Хочу реализовать хотя бы вывод текста из диалогового окна типа "DIALOG_STYLE_LIST" в текстовый документ "txt".
Попытался сделать массив размера 50 для своего удобства,видимо,зря. Выдает ошибку, когда открываю диалог. окно "401". В чем проблема? Если же сделать переменную "0@" не массивом,а вот
, то выдает строки от 1 до 50 таким образом: screen. Если же использовать оппкод "0BD7: samp get_dialog_text 0@" вместо "0B5B: ...", то в файл запишется следующая информация: screen2 (часть заголовка и только первая строка). Кто может поправить код, чтобы скрипт выводил всю информацию из текста диалога в текстовый файл? Желательно, построчно и с помощью массива.
// 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
// 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
var
0@: array 50 of longstring
end
:Noname_2
0001: wait 0 ms
00D6: if
0B4C: samp is_dialog_active 401
004D: jump_if_false @Noname_2
0A9A: 20@ = openfile "Cleo\TextDialog.txt" mode "wt" // IF and SET
0006: 1@ = 0
0002: jump @Noname_66
:Noname_66
0001: wait 0 ms
00D6: if and
0B4C: samp is_dialog_active 401
8039: not 1@ == 50
004D: jump_if_false @Noname_141
0B5B: samp get_listbox_item 1@ text_to 0@(1@,50v)
0AD9: write_formatted_text "%s %c" in_file 20@ 0@(1@,50v) 10
000A: 1@ += 1
0002: jump @Noname_66
:Noname_141
0A9B: closefile 20@
:Noname_146
0001: wait 0 ms
00D6: if
0B4C: samp is_dialog_active 401
004D: jump_if_false @Noname_2
0002: jump @Noname_146
{$CLEO .cs}
//-------------MAIN---------------
0000: NOP
// 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
var
0@: array 50 of longstring
end
:Noname_2
0001: wait 0 ms
00D6: if
0B4C: samp is_dialog_active 401
004D: jump_if_false @Noname_2
0A9A: 20@ = openfile "Cleo\TextDialog.txt" mode "wt" // IF and SET
0006: 1@ = 0
0002: jump @Noname_66
:Noname_66
0001: wait 0 ms
00D6: if and
0B4C: samp is_dialog_active 401
8039: not 1@ == 50
004D: jump_if_false @Noname_141
0B5B: samp get_listbox_item 1@ text_to 0@(1@,50v)
0AD9: write_formatted_text "%s %c" in_file 20@ 0@(1@,50v) 10
000A: 1@ += 1
0002: jump @Noname_66
:Noname_141
0A9B: closefile 20@
:Noname_146
0001: wait 0 ms
00D6: if
0B4C: samp is_dialog_active 401
004D: jump_if_false @Noname_2
0002: jump @Noname_146
// 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_4
0001: wait 0 ms
00D6: if
0B4C: samp is_dialog_active 401
004D: jump_if_false @Noname_4
0A9A: 20@ = openfile "Cleo\TextDialog.txt" mode "wt" // IF and SET
0AC8: 0@ = allocate_memory_size 256
0006: 1@ = 0
0002: jump @Noname_76
:Noname_76
0001: wait 0 ms
00D6: if and
0B4C: samp is_dialog_active 401
8039: not 1@ == 50
004D: jump_if_false @Noname_143
0B5B: samp get_listbox_item 1@ text_to 0@
0AD9: write_formatted_text "%s %c" in_file 20@ 0@ 10
000A: 1@ += 1
0002: jump @Noname_76
:Noname_143
0AC9: free_allocated_memory 0@
0A9B: closefile 20@
:Noname_153
0001: wait 0 ms
00D6: if
0B4C: samp is_dialog_active 401
004D: jump_if_false @Noname_4
0002: jump @Noname_153
{$CLEO .cs}
//-------------MAIN---------------
0000: NOP
:Noname_4
0001: wait 0 ms
00D6: if
0B4C: samp is_dialog_active 401
004D: jump_if_false @Noname_4
0A9A: 20@ = openfile "Cleo\TextDialog.txt" mode "wt" // IF and SET
0AC8: 0@ = allocate_memory_size 256
0006: 1@ = 0
0002: jump @Noname_76
:Noname_76
0001: wait 0 ms
00D6: if and
0B4C: samp is_dialog_active 401
8039: not 1@ == 50
004D: jump_if_false @Noname_143
0B5B: samp get_listbox_item 1@ text_to 0@
0AD9: write_formatted_text "%s %c" in_file 20@ 0@ 10
000A: 1@ += 1
0002: jump @Noname_76
:Noname_143
0AC9: free_allocated_memory 0@
0A9B: closefile 20@
:Noname_153
0001: wait 0 ms
00D6: if
0B4C: samp is_dialog_active 401
004D: jump_if_false @Noname_4
0002: jump @Noname_153