<?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=13060</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13060&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «[SAMP] Помогите пожалуйста сделать автоответчик».]]></description>
		<lastBuildDate>Sun, 29 Oct 2017 05:57:25 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [SAMP] Помогите пожалуйста сделать автоответчик]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=120543#p120543</link>
			<description><![CDATA[<p><strong>anerevandrey</strong>, это уже проблемы автора. Я его предупредил, что машина не сможет обмануть человека.</p>]]></description>
			<author><![CDATA[null@example.com (belyankin12)]]></author>
			<pubDate>Sun, 29 Oct 2017 05:57:25 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=120543#p120543</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SAMP] Помогите пожалуйста сделать автоответчик]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=120542#p120542</link>
			<description><![CDATA[<p>Скрипт был бы практичнее если бы он просто отвечал на любой запрос от администратора.</p>]]></description>
			<author><![CDATA[null@example.com (anerevandrey)]]></author>
			<pubDate>Sun, 29 Oct 2017 02:15:35 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=120542#p120542</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SAMP] Помогите пожалуйста сделать автоответчик]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=119851#p119851</link>
			<description><![CDATA[<p>И все равно крайне не советую вам это использовать. Машине не обмануть человека. <br /></p><div class="codebox"><pre><code>   global path_log := A_MyDocuments &quot;\GTA San Andreas User Files\SAMP\chatlog.txt&quot;  ; РїСѓС‚СЊ Рє chatlog
Loop {
     log := {str:&quot;&quot;,find:0,num:0}    ,    log.str := [] ; AutoInfo
     Loop, read, %path_log%
     log.str.Insert(A_LoopReadLine)    ,log.num := A_Index
     loop 3
          if RegExMatch(log.str[log.num + 1 - A_Index],&quot;\[(.*)\]  Администратор (.*)\[(.*)\] для (.*)\[(.*)\]: вы тут?&quot;, bakulin_no_slip) and (log.find:=log.num + 1 - A_Index)
     break
     if (bakulin_no_slip != &quot;&quot;) {
          sendinput {F6}Да, тут{Enter}
     }
}
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (belyankin12)]]></author>
			<pubDate>Fri, 06 Oct 2017 09:01:20 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=119851#p119851</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SAMP] Помогите пожалуйста сделать автоответчик]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=119849#p119849</link>
			<description><![CDATA[<p><strong>belyankin12</strong><br />Не телепортирует</p>]]></description>
			<author><![CDATA[null@example.com (vitya735)]]></author>
			<pubDate>Fri, 06 Oct 2017 02:12:28 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=119849#p119849</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SAMP] Помогите пожалуйста сделать автоответчик]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=119842#p119842</link>
			<description><![CDATA[<p>А если администратор напишет &quot;тут ли вы&quot;? На секундочку, после ответа администратор телепортирует бота к себе и попросит сделать пару простых приёмов. Все ещё видите целесообразность своего скрипта?</p>]]></description>
			<author><![CDATA[null@example.com (belyankin12)]]></author>
			<pubDate>Thu, 05 Oct 2017 18:38:52 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=119842#p119842</guid>
		</item>
		<item>
			<title><![CDATA[[SAMP] Помогите пожалуйста сделать автоответчик]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=119839#p119839</link>
			<description><![CDATA[<p>Помогите пожалуйста сделать автоответчик<br /></p><div class="codebox"><pre><code>; Script Function:

#NoEnv  ;
SendMode Input  ; 
SetWorkingDir %A_ScriptDir%  ;
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>Когда администратор пишет то получается<br />Администратор Nick_Nick[228] для Nick_Nick[221]: вы тут?</p>]]></description>
			<author><![CDATA[null@example.com (vitya735)]]></author>
			<pubDate>Thu, 05 Oct 2017 16:51:41 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=119839#p119839</guid>
		</item>
	</channel>
</rss>
