<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Как вылечить запись в память SAMP]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11331&amp;type=atom" />
	<updated>2016-03-21T13:10:33Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11331</id>
		<entry>
			<title type="html"><![CDATA[Re: Как вылечить запись в память SAMP]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101949#p101949" />
			<content type="html"><![CDATA[<p>Просто эта строчка не находит соответствие в верхних строках, так как в них нету &quot;[R]&quot;<br /></p><div class="codebox"><pre><code>if(RegExMatch(GetChatText(), &quot;\[R\] (.*)&quot;) &amp;&amp; lText != GetChatText())</code></pre></div><p>Попробуй так:<br /></p><div class="codebox"><pre><code>if(RegExMatch(GetChatText(), &quot;\[\d\d:\d\d:\d\d]\s+(\[R]|-).*&quot;) &amp;&amp; lText != GetChatText())</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-03-21T13:10:33Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101949#p101949</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как вылечить запись в память SAMP]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101947#p101947" />
			<content type="html"><![CDATA[<p><strong>Alectric</strong> Нет вариантов? да?</p>]]></content>
			<author>
				<name><![CDATA[alekksss]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33684</uri>
			</author>
			<updated>2016-03-21T09:51:45Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101947#p101947</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как вылечить запись в память SAMP]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101840#p101840" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Alectric пишет:</cite><blockquote><p>Что это?</p></blockquote></div><p>Смена цвета чата посредством записи в память процесса</p>]]></content>
			<author>
				<name><![CDATA[alekksss]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33684</uri>
			</author>
			<updated>2016-03-14T17:22:56Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101840#p101840</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как вылечить запись в память SAMP]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101839#p101839" />
			<content type="html"><![CDATA[<p>Что это?</p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2016-03-14T16:05:42Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101839#p101839</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как вылечить запись в память SAMP]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101836#p101836" />
			<content type="html"><![CDATA[<p>АП</p>]]></content>
			<author>
				<name><![CDATA[alekksss]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33684</uri>
			</author>
			<updated>2016-03-14T14:41:47Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101836#p101836</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Как вылечить запись в память SAMP]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=101159#p101159" />
			<content type="html"><![CDATA[<p><span class="postimg"><img src="http://i.imgur.com/MN7rDeE.png" alt="http://i.imgur.com/MN7rDeE.png" /></span><br />Тут выглядит отлично. Цвет везде изменен, это очень здорово. Но вот когда первая строка:<br /><span class="postimg"><img src="http://i.imgur.com/LO7ZrU0.png" alt="http://i.imgur.com/LO7ZrU0.png" /></span><br /></p><div class="codebox"><pre><code>global lText := &quot;&quot;

	addChatMessage(&quot;&lt;&lt; AHK mod start &gt;&gt;&quot;)
	dwAddrr1 := readDWORD(hGTA, dwSAMP + SAMP_CHAT_INFO_OFFSET) + 0x639A
Loop
{
	if(RegExMatch(GetChatText(), &quot;\[R\] (.*)&quot;) &amp;&amp; lText != GetChatText())
	{
		WriteProcessMemory(&quot;GTA:SA:MP&quot;, dwAddrr1, 3604403712, 4)
		global lText := GetChatText()
	}
	sleep 100	
}</code></pre></div><p>Хэлпуйте(</p>]]></content>
			<author>
				<name><![CDATA[alekksss]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33684</uri>
			</author>
			<updated>2016-02-16T19:31:03Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=101159#p101159</id>
		</entry>
</feed>
