<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Помогите пожалуйста .Как сделать автоответ]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11932&amp;type=atom" />
	<updated>2016-08-22T17:19:02Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11932</id>
		<entry>
			<title type="html"><![CDATA[Re: Помогите пожалуйста .Как сделать автоответ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106980#p106980" />
			<content type="html"><![CDATA[<p><strong>KenzoHK</strong>, на будущее, не нужно отвечать в темах, оформленных неправильно, тем более, если было сделано замечание. В следующий раз удалю.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-08-22T17:19:02Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106980#p106980</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Помогите пожалуйста .Как сделать автоответ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106979#p106979" />
			<content type="html"><![CDATA[<p>Вот так<br /></p><div class="codebox"><pre><code>; Script Function:
;	Template script (you can customize this template by editing &quot;ShellNew\Template.ahk&quot; in your Windows folder)
;

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

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}Ваш текст{Enter}
     sleep, 10
     filedelete,%a_mydocuments%\gta san andreas user files\samp\chatlog.txt
     }
return

!7::
ExitApp
return</code></pre></div><p>Вроде без ошибок. Перед включением рекомендую почистить chatlog</p>]]></content>
			<author>
				<name><![CDATA[KenzoHK]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34095</uri>
			</author>
			<updated>2016-08-22T16:33:40Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106979#p106979</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Помогите пожалуйста .Как сделать автоответ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106968#p106968" />
			<content type="html"><![CDATA[<p>Читаем, как правильно называть темы.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-08-22T06:58:42Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106968#p106968</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Помогите пожалуйста .Как сделать автоответ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106967#p106967" />
			<content type="html"><![CDATA[<p>Добрый день, может кто помочь ? Я только начал разбираться в &quot;AHK&quot; и не могу понять , как сделать автоответ , допустим <br />игрок пишет <br />- голова <br />[АвтоОтвет] Вот вам таблетка &quot;Названия&quot;</p>]]></content>
			<author>
				<name><![CDATA[Akio Mori]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34137</uri>
			</author>
			<updated>2016-08-22T05:14:38Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106967#p106967</id>
		</entry>
</feed>
