<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Как объеденить два флудера.]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=15051&amp;type=atom" />
	<updated>2019-11-09T23:49:36Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=15051</id>
		<entry>
			<title type="html"><![CDATA[Re: Как объеденить два флудера.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=136543#p136543" />
			<content type="html"><![CDATA[<p>В обоих биндах у тебя присутствует:<br /></p><div class="codebox"><pre><code>SetTimer, Loop, -1</code></pre></div><p>Loop - название метки, на которую перейдет.<br /></p><div class="codebox"><pre><code>Loop:</code></pre></div><p>Начала блока метки.<br />У тебя блоки с метками дублируется и из-за этого ошибка.<br />Так же в обоих биндах у тебя вызов одной метки.</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2019-11-09T23:49:36Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=136543#p136543</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как объеденить два флудера.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=136541#p136541" />
			<content type="html"><![CDATA[<p><strong>Phoenixxx_Czar</strong><br />объясни, я не особо понял</p>]]></content>
			<author>
				<name><![CDATA[wise.228]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40478</uri>
			</author>
			<updated>2019-11-09T13:17:41Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=136541#p136541</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Как объеденить два флудера.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=136540#p136540" />
			<content type="html"><![CDATA[<p>Так назови метки по разному и зачем тут таймеры?</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2019-11-09T12:53:43Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=136540#p136540</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Как объеденить два флудера.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=136538#p136538" />
			<content type="html"><![CDATA[<p>Вылетает ошибка. <br /><span class="postimg"><img src="https://imgur.com/a/KscnDMG" alt="https://imgur.com/a/KscnDMG" /></span><br /></p><div class="codebox"><pre><code>#IfWinActive GTA:SA:MP

Numpad9::
	Numpad9 := !Numpad9
	SetTimer, Loop, -1
	Return

Loop:
	While Numpad9
	{
		SendInput, {f6}/mat get{enter}
    		sleep 1000
    		SendInput, {f6}/mat put{enter}
    		sleep 1000
	}
	Return

Numpad6::
	Numpad6 := !Numpad6
	SetTimer, Loop, -1
	Return

Loop:

	While Numpad6
	{
		sendInput, {f6}/capture{enter}
		sleep, 1000
	}
	Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[wise.228]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40478</uri>
			</author>
			<updated>2019-11-09T10:40:08Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=136538#p136538</id>
		</entry>
</feed>
