<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; SAMP: Счётчик с прерыванием]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=12963</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=12963&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «SAMP: Счётчик с прерыванием».]]></description>
		<lastBuildDate>Thu, 07 Sep 2017 19:08:18 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: SAMP: Счётчик с прерыванием]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=119164#p119164</link>
			<description><![CDATA[<p>Спасибо, работают</p>]]></description>
			<author><![CDATA[null@example.com (VechnoMolodoy)]]></author>
			<pubDate>Thu, 07 Sep 2017 19:08:18 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=119164#p119164</guid>
		</item>
		<item>
			<title><![CDATA[Re: SAMP: Счётчик с прерыванием]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=119062#p119062</link>
			<description><![CDATA[<p>Я бы так сделал:<br /></p><div class="codebox"><pre><code>
i := -1

Numpad1::
Label:
	If Pause
		Return
	Send, % &quot;{F6}/tp &quot; ++i &quot;{Enter}&quot;
	If (i &lt; 1000 || !(i := -1))
		SetTimer, Label, -900
	Return
	
Numpad2:: 
	SetTimer, Label, Off
	If (i != -1) &amp;&amp; !(Pause := !Pause)
		GoTo Label
	Return
</code></pre></div><p>Цикл с паузой в другой скрипт не засунешь.</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Fri, 01 Sep 2017 15:51:34 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=119062#p119062</guid>
		</item>
		<item>
			<title><![CDATA[Re: SAMP: Счётчик с прерыванием]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=119042#p119042</link>
			<description><![CDATA[<div class="codebox"><pre><code>Loop 1001 {
var := A_Index - 1
send, {F6}/tp %var%{Enter}
sleep 900
}
return

Numpad2:: Pause, toggle</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (belyankin12)]]></author>
			<pubDate>Fri, 01 Sep 2017 07:08:46 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=119042#p119042</guid>
		</item>
		<item>
			<title><![CDATA[Re: SAMP: Счётчик с прерыванием]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=119041#p119041</link>
			<description><![CDATA[<p><strong>belyankin12</strong><br />Да</p>]]></description>
			<author><![CDATA[null@example.com (VechnoMolodoy)]]></author>
			<pubDate>Fri, 01 Sep 2017 04:10:43 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=119041#p119041</guid>
		</item>
		<item>
			<title><![CDATA[Re: SAMP: Счётчик с прерыванием]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=118997#p118997</link>
			<description><![CDATA[<p><span style="color: green"><strong>VechnoMolodoy</strong>, дайте теме осмысленный заголовок.</span></p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Thu, 31 Aug 2017 14:13:07 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=118997#p118997</guid>
		</item>
		<item>
			<title><![CDATA[Re: SAMP: Счётчик с прерыванием]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=118973#p118973</link>
			<description><![CDATA[<p>Он должен по очереди вводить 1 2 3 4 5 6 верно? И когда нужно, например он ввел 6, вы останавливаете скрипт а потом когда нажимаете кнопку продолжения он дальше пошел вводить 7 8 9 10... Так?</p>]]></description>
			<author><![CDATA[null@example.com (belyankin12)]]></author>
			<pubDate>Thu, 31 Aug 2017 06:50:41 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=118973#p118973</guid>
		</item>
		<item>
			<title><![CDATA[SAMP: Счётчик с прерыванием]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=118962#p118962</link>
			<description><![CDATA[<p>У меня есть код. <br /></p><div class="codebox"><pre><code>Numpad1::
send, {F6}/tp {тут число}{enter}
sleep 900
return
numpad2::pause</code></pre></div><p> и где {тут число} надо что бы вводил от 0 до 1000, и если надо будет то можно было остановить и возобновить с того же места на котором остановилось</p>]]></description>
			<author><![CDATA[null@example.com (VechnoMolodoy)]]></author>
			<pubDate>Thu, 31 Aug 2017 00:15:22 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=118962#p118962</guid>
		</item>
	</channel>
</rss>
