loganhackerdff
Известный
- 868
- 519
Хочу изменить заголовок диалога, что то я не понимаю
CLEO:
{$cleo}
0000:
while 8afa:
wait 0
end
var
25@ : integer
end
while true
wait 0
if 0B4C: samp is_dialog_active -1
then
alloc 6@ 64
alloc 5@ 64
0C11: memset destination 6@ value 0 size 16
0C11: memset destination 5@ value 0 size 64
0BD8: samp get_dialog_caption 5@
0B4E: samp 1@ = get_current_dialog_id
format 6@ = " ID - %d" 1@
0BD8: samp get_dialog_caption 5@
0C15: strcat destination 5@ source 6@
0BD8: samp get_dialog_caption 25@
chatmsg "%d" 0xffffff 25@
0C13: strcpy destination 25@ source 5@
while 0B4C: samp is_dialog_active -1
wait 0
end
free 5@
free 6@
end
end