<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; SAMP: вывод часть текста из chatlog в чат]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=12387&amp;type=atom" />
	<updated>2017-02-02T13:14:03Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=12387</id>
		<entry>
			<title type="html"><![CDATA[Re: SAMP: вывод часть текста из chatlog в чат]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=111802#p111802" />
			<content type="html"><![CDATA[<p><strong>slavafedora</strong>, а вы сами пробовали запускать свой код с примером топикстартера?</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-02-02T13:14:03Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=111802#p111802</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SAMP: вывод часть текста из chatlog в чат]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=111782#p111782" />
			<content type="html"><![CDATA[<p>Код рабочий, ищи проблему у себя.</p>]]></content>
			<author>
				<name><![CDATA[slavafedora]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34221</uri>
			</author>
			<updated>2017-02-02T02:15:15Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=111782#p111782</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SAMP: вывод часть текста из chatlog в чат]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=111780#p111780" />
			<content type="html"><![CDATA[<p><strong>slavafedora</strong>, не работает.</p>]]></content>
			<author>
				<name><![CDATA[ataks63rus]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34585</uri>
			</author>
			<updated>2017-02-01T19:59:36Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=111780#p111780</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SAMP: вывод часть текста из chatlog в чат]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=111769#p111769" />
			<content type="html"><![CDATA[<p><strong>ataks63rus</strong><br />Обратите внимание на шапку поста, кем он был изменён. Видно станет, когда объявится его автор.</p>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2017-02-01T16:19:08Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=111769#p111769</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SAMP: вывод часть текста из chatlog в чат]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=111767#p111767" />
			<content type="html"><![CDATA[<p><strong>Flasher</strong>, если принято почему не видно код от &quot;slavafedorа&quot;?</p>]]></content>
			<author>
				<name><![CDATA[ataks63rus]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34585</uri>
			</author>
			<updated>2017-02-01T16:08:04Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=111767#p111767</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SAMP: вывод часть текста из chatlog в чат]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=111717#p111717" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>ataks63rus</strong><br />Приведите ваши сообщения в соответствие с правилами (вижу отсутствие точек в конце нек. предложений и тега цитаты).</span></p><p><span style="color: green">Принято. Больше не нарушайте.</span></p>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2017-01-31T18:03:23Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=111717#p111717</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SAMP: вывод часть текста из chatlog в чат]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=111715#p111715" />
			<content type="html"><![CDATA[<p>Пробуй:<br /></p><div class="codebox"><pre><code>
~Numpad7::
{
Loop
{
chattxt=%A_MyDocuments%/GTA San Andreas User Files/SAMP/chatlog.txt 
	FileRead, chatlog, %chattxt%
	if (RegExMatch(chatlog, &quot;\] На складе (.*): (.*)/(.*)&quot;, idPl))
	{
		FileAppend, %chatlog% `n, %A_MyDocuments%/GTA San Andreas User Files/SAMP/chatlog-copy.txt, UTF-8
		FileDelete, %A_MyDocuments%/GTA San Andreas User Files/SAMP/chatlog.txt
		SendInput, {F6}/s Боеприпасы доставлены в %idPl% 2/3 состояние %idP2%/100000{ENTER}
	}
	return
}
}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[slavafedora]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34221</uri>
			</author>
			<updated>2017-01-31T17:35:05Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=111715#p111715</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SAMP: вывод часть текста из chatlog в чат]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=111711#p111711" />
			<content type="html"><![CDATA[<p>Tекст из чат лога:<br /></p><div class="quotebox"><blockquote><p>[16:32:13]&nbsp; Материалов: 0/10000 .</p><p>[16:32:13]&nbsp; На складе LVPD: 97090/100000 .</p></blockquote></div><p>Если в &quot;chatlog.txt&quot; появится эта запись, то в чате пишет как в коде ниже.</p><div class="codebox"><pre><code>SendInput, {f6}/f [ВО]: Боеприпасы доставлены в %idPl1% 2/2. На складе: %idPl2%/100000{left 18}</code></pre></div><p>И все это активировалось на кнопку &quot;Numpad7&quot;.</p>]]></content>
			<author>
				<name><![CDATA[ataks63rus]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34585</uri>
			</author>
			<updated>2017-01-31T16:47:25Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=111711#p111711</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SAMP: вывод часть текста из chatlog в чат]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=111703#p111703" />
			<content type="html"><![CDATA[<p>Строчку из чат лога дай с количеством боеприпасов.</p>]]></content>
			<author>
				<name><![CDATA[slavafedora]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34221</uri>
			</author>
			<updated>2017-01-31T16:16:56Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=111703#p111703</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[SAMP: вывод часть текста из chatlog в чат]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=111701#p111701" />
			<content type="html"><![CDATA[<p>Помогите скриптом кто может :-). <br />В краце мне нужен скрипт который будет выводить состояние склада в доклад.<br />Пример: когда я достовляю боеприпыса на с клад в чате пишет &quot;боеприпасы доставлены, на складе 67734/100000&quot;.<br />И мне надо сделать доклад к примеру: &quot;на боеприпаса на склад SFA доставлены состояние 67734/100000&quot;.</p><p>Уже два дня ищу есть подобное типа ответ на смс или капирование только Nick_Name а такой найти не могу у самого мозгов не хватает поэтому прошу у вас.</p>]]></content>
			<author>
				<name><![CDATA[ataks63rus]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34585</uri>
			</author>
			<updated>2017-01-31T15:55:54Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=111701#p111701</id>
		</entry>
</feed>
