<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; RegExMatch SA:MP]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=11327</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11327&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «RegExMatch SA:MP».]]></description>
		<lastBuildDate>Mon, 15 Feb 2016 22:52:59 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: RegExMatch SA:MP]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=101134#p101134</link>
			<description><![CDATA[<p>Работает. Благодарю за помощь)</p>]]></description>
			<author><![CDATA[null@example.com (tsarsky)]]></author>
			<pubDate>Mon, 15 Feb 2016 22:52:59 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=101134#p101134</guid>
		</item>
		<item>
			<title><![CDATA[Re: RegExMatch SA:MP]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=101132#p101132</link>
			<description><![CDATA[<div class="codebox"><pre><code>FileRead, file, *t %chatlog%</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Mon, 15 Feb 2016 22:45:31 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=101132#p101132</guid>
		</item>
		<item>
			<title><![CDATA[Re: RegExMatch SA:MP]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=101131#p101131</link>
			<description><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><p>У меня <strong>код из 2 поста</strong> выводит 9&nbsp; и 17.</p></blockquote></div><p>У меня тоже. Вставляю в свой скрипт, тестирую в игре и ничего.</p>]]></description>
			<author><![CDATA[null@example.com (tsarsky)]]></author>
			<pubDate>Mon, 15 Feb 2016 22:42:20 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=101131#p101131</guid>
		</item>
		<item>
			<title><![CDATA[Re: RegExMatch SA:MP]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=101130#p101130</link>
			<description><![CDATA[<p>У меня <strong>код из 2 поста</strong> выводит 9&nbsp; и 17.</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Mon, 15 Feb 2016 22:35:41 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=101130#p101130</guid>
		</item>
		<item>
			<title><![CDATA[Re: RegExMatch SA:MP]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=101129#p101129</link>
			<description><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><p>MsgBox %RE_PLAYERSS_ID%`n`n%RE_NUMB%</p></blockquote></div><p>Вообще ничего не выводит(</p>]]></description>
			<author><![CDATA[null@example.com (tsarsky)]]></author>
			<pubDate>Mon, 15 Feb 2016 22:31:01 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=101129#p101129</guid>
		</item>
		<item>
			<title><![CDATA[Re: RegExMatch SA:MP]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=101128#p101128</link>
			<description><![CDATA[<div class="codebox"><pre><code>
file = [01:02:05] SMS: 17 | Отправитель: Nick_Name[9] [т.123456]
RegExMatch(file, &quot;U)[\[\]:\d]{10} SMS: (?P&lt;NUMB&gt;\d+) \| Отправитель: .*?\[(?P&lt;PLAYERSS_ID&gt;\d+)] \[.*?]$&quot;, RE_)
MsgBox %RE_PLAYERSS_ID%`n`n%RE_NUMB% 
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Mon, 15 Feb 2016 22:17:52 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=101128#p101128</guid>
		</item>
		<item>
			<title><![CDATA[RegExMatch SA:MP]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=101127#p101127</link>
			<description><![CDATA[<p>Вытаскиваю из строки два параметра, но выводится только один. Второй не видит. В чем может быть проблема?</p><div class="codebox"><pre><code>^Down::
{
	FileRead, file, %chatlog%
	RegExMatch(file, &quot;U)[\[\]:\d]{10} SMS: (?P&lt;NUMB&gt;\d+)\ | Отправитель: .*\[(?P&lt;PLAYERSS_ID&gt;\d+)\] [.*?]$&quot;, RE_)
	SendInput, {f6}/s %RE_PLAYERSS% %RE_NUMB%{enter}
	FileDelete,%A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
	return
}</code></pre></div><p>Строка выглядит так:<br /></p><div class="codebox"><pre><code>[01:02:05] SMS: 17 | Отправитель: Nick_Name[9] [т.123456]</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (tsarsky)]]></author>
			<pubDate>Mon, 15 Feb 2016 22:03:20 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=101127#p101127</guid>
		</item>
	</channel>
</rss>
