Хотел подкорректировать, чтобы шла запись в ini файл, почему то не получается
CLEO:
{$CLEO}
0000:
if
0AAB: file_exists "CLEO\apteka.ini"
then
0AF0: 0@ = get_int_from_ini_file "CLEO\file.ini" section "healme" key "activation"
else
0AF0: 0@ = get_int_from_ini_file "CLEO\file.ini" section "healme" key "activation"
end
while true
wait 0
if
0AB0: key_pressed 98
then
0AF0: 0@ = get_int_from_ini_file "CLEO\file.ini" section "ini" key "activation"
0AD1: print_formatted_now "HEALME" time 1337
0AF9: samp say_msg "/healme"
wait 250
end
end