<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Не взаимодействуют два AHK.]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13751&amp;type=atom" />
	<updated>2018-06-01T07:16:50Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=13751</id>
		<entry>
			<title type="html"><![CDATA[Re: Не взаимодействуют два AHK.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=125698#p125698" />
			<content type="html"><![CDATA[<p><a href="http://forum.script-coding.com/viewtopic.php?pid=123063#p123063">http://forum.script-coding.com/viewtopi … 63#p123063</a></p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2018-06-01T07:16:50Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=125698#p125698</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Не взаимодействуют два AHK.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=125688#p125688" />
			<content type="html"><![CDATA[<p>У меня включено 2 AHK, к одному из них я не имею доступ к коду, но я хочу чтобы мой взаимодействовал с тем.<br />При виде в чате слова &quot;Администратор&quot; мой AHK должен писать на тот, он то все пишет, но не отсылает(все пишет нажимает интер но не уходит в тот ahk), тот ahk работает в ручную, без моего ahk. В чем дело? Может дело в моем AHK, а может быть такое, что автор того<br />скрипта запретил взаимодействия с его ahk? Что может быть?</p><p>Мой ahk<br /></p><div class="codebox"><pre><code>settimer,Kenzo,1
Script := &quot;Администратор&quot;

Kenzo:
fileread, sms, %a_mydocuments%\gta san andreas user files\samp\chatlog.txt
if sms contains %Script%
{
   SendMessage, 0x50,, 0x4190419,, A
   Send, {F6}/ahk Админ{Enter}
   Sleep, 500
   filedelete,%a_mydocuments%\gta san andreas user files\samp\chatlog.txt
   }
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[KenzoHK]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34095</uri>
			</author>
			<updated>2018-05-31T15:04:07Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=125688#p125688</id>
		</entry>
</feed>
