<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; Помогите пожалуйста .Как сделать автоответ]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=11932</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11932&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Помогите пожалуйста .Как сделать автоответ».]]></description>
		<lastBuildDate>Mon, 22 Aug 2016 17:19:02 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Помогите пожалуйста .Как сделать автоответ]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=106980#p106980</link>
			<description><![CDATA[<p><strong>KenzoHK</strong>, на будущее, не нужно отвечать в темах, оформленных неправильно, тем более, если было сделано замечание. В следующий раз удалю.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Mon, 22 Aug 2016 17:19:02 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=106980#p106980</guid>
		</item>
		<item>
			<title><![CDATA[Re: Помогите пожалуйста .Как сделать автоответ]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=106979#p106979</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (KenzoHK)]]></author>
			<pubDate>Mon, 22 Aug 2016 16:33:40 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=106979#p106979</guid>
		</item>
		<item>
			<title><![CDATA[Re: Помогите пожалуйста .Как сделать автоответ]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=106968#p106968</link>
			<description><![CDATA[<p>Читаем, как правильно называть темы.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Mon, 22 Aug 2016 06:58:42 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=106968#p106968</guid>
		</item>
		<item>
			<title><![CDATA[Помогите пожалуйста .Как сделать автоответ]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=106967#p106967</link>
			<description><![CDATA[<p>Добрый день, может кто помочь ? Я только начал разбираться в &quot;AHK&quot; и не могу понять , как сделать автоответ , допустим <br />игрок пишет <br />- голова <br />[АвтоОтвет] Вот вам таблетка &quot;Названия&quot;</p>]]></description>
			<author><![CDATA[null@example.com (Akio Mori)]]></author>
			<pubDate>Mon, 22 Aug 2016 05:14:38 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=106967#p106967</guid>
		</item>
	</channel>
</rss>
