<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; [SAMP]]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=13344</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13344&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «[SAMP]».]]></description>
		<lastBuildDate>Sat, 20 Jan 2018 04:59:30 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [SAMP]]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=123226#p123226</link>
			<description><![CDATA[<p>Вот так. Скрипт будет постоянно удалять и првоерять чат лог, после нахождения фразы &quot;Вы тут&quot;, AHK напишет в чат - &quot;/b Да&quot;<br /></p><div class="codebox"><pre><code>
File = %A_MyDocuments%\Gta San Andreas User Files/SAMP/chatlog.txt ; 
FileDelete, %file% ; 
FileAppend, %file% ; 
F1:: ; F1
SoundBeep
1: ; Метка №1
FileRead, read, %file% ; 
if read contains Вы тут ; 
{
SoundSetWaveVolume, Percent [, DeviceNumber] 100
soundPlay %A_ScriptDir%\trevoga.mp3
        Sleep 100
SendMessage, 0x50,, 0x4090409,, A ; 
        Sleep 4000 ; Задержка
	SendInput, {F6}/b Да{Enter} ; 
	Sleep 300 ; Задержка
FileDelete, %file% ; 
FileAppend, %file% ; 
goto 1  ; 
Return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (234783g)]]></author>
			<pubDate>Sat, 20 Jan 2018 04:59:30 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=123226#p123226</guid>
		</item>
		<item>
			<title><![CDATA[[SAMP]]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=122696#p122696</link>
			<description><![CDATA[<p>Нужна помощь.<br />Нужно найти определённую строчку из документа chatlog.txd<br />если она есть то выполнить команду.<br />Путь к документу:<br />A_MyDocuments &quot;\GTA San Andreas User Files\SAMP\chatlog.txt&quot;<br />Например если видно в чате фраза Привет!<br />Скрипт пишет в ответ: &quot;Привет как дела!&quot;<br />Прошу помощи.</p>]]></description>
			<author><![CDATA[null@example.com (Vadik)]]></author>
			<pubDate>Sun, 31 Dec 2017 13:43:13 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=122696#p122696</guid>
		</item>
	</channel>
</rss>
