<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; RegExMatch SA:MP]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11327&amp;type=atom" />
	<updated>2016-02-15T22:52:59Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11327</id>
		<entry>
			<title type="html"><![CDATA[Re: RegExMatch SA:MP]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101134#p101134" />
			<content type="html"><![CDATA[<p>Работает. Благодарю за помощь)</p>]]></content>
			<author>
				<name><![CDATA[tsarsky]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33686</uri>
			</author>
			<updated>2016-02-15T22:52:59Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101134#p101134</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RegExMatch SA:MP]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101132#p101132" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>FileRead, file, *t %chatlog%</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2016-02-15T22:45:31Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101132#p101132</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RegExMatch SA:MP]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101131#p101131" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><p>У меня <strong>код из 2 поста</strong> выводит 9&nbsp; и 17.</p></blockquote></div><p>У меня тоже. Вставляю в свой скрипт, тестирую в игре и ничего.</p>]]></content>
			<author>
				<name><![CDATA[tsarsky]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33686</uri>
			</author>
			<updated>2016-02-15T22:42:20Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101131#p101131</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RegExMatch SA:MP]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101130#p101130" />
			<content type="html"><![CDATA[<p>У меня <strong>код из 2 поста</strong> выводит 9&nbsp; и 17.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2016-02-15T22:35:41Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101130#p101130</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RegExMatch SA:MP]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101129#p101129" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><p>MsgBox %RE_PLAYERSS_ID%`n`n%RE_NUMB%</p></blockquote></div><p>Вообще ничего не выводит(</p>]]></content>
			<author>
				<name><![CDATA[tsarsky]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33686</uri>
			</author>
			<updated>2016-02-15T22:31:01Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101129#p101129</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RegExMatch SA:MP]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101128#p101128" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2016-02-15T22:17:52Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101128#p101128</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RegExMatch SA:MP]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101127#p101127" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[tsarsky]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33686</uri>
			</author>
			<updated>2016-02-15T22:03:20Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101127#p101127</id>
		</entry>
</feed>
