<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Форматирование (SA:MP)]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11399&amp;type=atom" />
	<updated>2016-03-13T11:38:29Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11399</id>
		<entry>
			<title type="html"><![CDATA[Форматирование (SA:MP)]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101814#p101814" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[tsarsky]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33686</uri>
			</author>
			<updated>2016-03-13T11:38:29Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101814#p101814</id>
		</entry>
</feed>
