<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Script for SA:MP]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11820&amp;type=atom" />
	<updated>2016-07-28T13:50:08Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11820</id>
		<entry>
			<title type="html"><![CDATA[Re: Script for SA:MP]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106430#p106430" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
global flag := false

NumPad1::
flag := true
while (flag)
{
	random, sl, 1, 100
	send, {N down}
	sleep %sl%
	send {N up}
	sleep %sl%
}
return

F3::
flag := false
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ghost29]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33044</uri>
			</author>
			<updated>2016-07-28T13:50:08Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106430#p106430</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Script for SA:MP]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106407#p106407" />
			<content type="html"><![CDATA[<p>Шикарный скрипт, а если нужно имитировать нажатие со случайным интервалом от 1 до 100, как тогда будет выглядеть синтаксис?</p>]]></content>
			<author>
				<name><![CDATA[Соня]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34070</uri>
			</author>
			<updated>2016-07-27T13:32:08Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106407#p106407</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Script for SA:MP]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106156#p106156" />
			<content type="html"><![CDATA[<p>global flag := false</p><p>NumPad1::<br />flag := true<br />while (flag)<br />{<br />send, {N down}<br />sleep 100<br />send {N up}<br />sleep 100<br />}<br />return</p><p>F3::<br />flag := false<br />return</p>]]></content>
			<author>
				<name><![CDATA[John_Science]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33318</uri>
			</author>
			<updated>2016-07-18T21:21:11Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106156#p106156</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Script for SA:MP]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106152#p106152" />
			<content type="html"><![CDATA[<p><em>Здравствуйте!</em><br />Пытался написать сам - ничего не вышло. <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /><br />Прошу помощи от вас.</p><p>Нужно, чтобы при нажатии, например Numpad1, начинало флудить кнопкой N.<br />Для выполнения действий, которые на сервере привязаны к кнопке N.</p>]]></content>
			<author>
				<name><![CDATA[myonezzs]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34056</uri>
			</author>
			<updated>2016-07-18T15:56:21Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106152#p106152</id>
		</entry>
</feed>
