<?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=11445&amp;type=atom" />
	<updated>2016-03-28T09:58:20Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11445</id>
		<entry>
			<title type="html"><![CDATA[Re: Задержка при нажатии [SAMP]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=102055#p102055" />
			<content type="html"><![CDATA[<p><strong>Alectric</strong><br />Всеравно не че не понял, можешь сразу сделать готовый код?)</p>]]></content>
			<author>
				<name><![CDATA[jeffh59rus]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33011</uri>
			</author>
			<updated>2016-03-28T09:58:20Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=102055#p102055</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Задержка при нажатии [SAMP]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=102037#p102037" />
			<content type="html"><![CDATA[<p>Ошибся нужна переменная <em>A_TimeSincePriorHotkey</em>.<br /></p><div class="codebox"><pre><code>f1::
if (A_TimeSincePriorHotkey&gt;1000 and A_ThisHotkey=a_priorhotkey)
  tooltip,Действие
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2016-03-27T17:22:49Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=102037#p102037</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Задержка при нажатии [SAMP]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=102034#p102034" />
			<content type="html"><![CDATA[<p><strong>Alectric</strong><br />А куда это вставить?)</p>]]></content>
			<author>
				<name><![CDATA[jeffh59rus]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33011</uri>
			</author>
			<updated>2016-03-27T17:10:37Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=102034#p102034</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Задержка при нажатии [SAMP]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=102011#p102011" />
			<content type="html"><![CDATA[<p><em>if <a href="http://www.script-coding.com/AutoHotkey/Variables.1.0.46.07.html#12">A_TimeSinceThisHotkey</a>&gt;1000</em></p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2016-03-26T15:42:28Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=102011#p102011</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Задержка при нажатии [SAMP]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=102008#p102008" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>!numpad1::
mat := !mat
if mat
sendchat(&quot;/materials get&quot;)
if !mat
sendchat(&quot;/materials put&quot;)
return</code></pre></div><p>Как сделать так, чтобы можно было нажимать только раз в секунду?</p>]]></content>
			<author>
				<name><![CDATA[jeffh59rus]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33011</uri>
			</author>
			<updated>2016-03-26T09:50:08Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=102008#p102008</id>
		</entry>
</feed>
