<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; Форматирование (SA:MP)]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=11399</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11399&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Форматирование (SA:MP)».]]></description>
		<lastBuildDate>Sun, 13 Mar 2016 11:38:29 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Форматирование (SA:MP)]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=101814#p101814</link>
			<description><![CDATA[<p><strong>Не выполняется данная команда</strong><br /></p><div class="codebox"><pre><code>SetS:
{
	
	FileRead, filesss, *t %A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
	If filesss contains SMS:
	{
		RegExMatch(filesss, &quot;U)[\[\]:\d]{10} SMS: (?P&lt;NUMB&gt;\d+) \| Отправитель: (?P&lt;PLAYER_NAME&gt;.*) \[.*?]$&quot;, RE_)
		p_id:= getPlayerIdByName(RE_PLAYER_NAME)
		SendInput, {f6}/s %p_id% %RE_NUMB%{enter}
		FileDelete,%A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
		sleep 1000
	}
	Return
}</code></pre></div><p><strong>Как реализовать форматирование так, чтобы это работало? После получения id функция не работает.</strong></p>]]></description>
			<author><![CDATA[null@example.com (tsarsky)]]></author>
			<pubDate>Sun, 13 Mar 2016 11:38:29 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=101814#p101814</guid>
		</item>
	</channel>
</rss>
