<?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=13414&amp;type=atom" />
	<updated>2018-01-27T19:28:07Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=13414</id>
		<entry>
			<title type="html"><![CDATA[Re: SAMP - Физическое нажатие клавиши]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=123439#p123439" />
			<content type="html"><![CDATA[<p><strong>stealzy</strong>, гташка не может уловить такой быстрый клик, по этому нужно зажатие клавиши.</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2018-01-27T19:28:07Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=123439#p123439</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SAMP - Физическое нажатие клавиши]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=123436#p123436" />
			<content type="html"><![CDATA[<p><strong>Cracker</strong>, программку поищи или стукани мне в вк, скину.</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2018-01-27T15:33:37Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=123436#p123436</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SAMP - Физическое нажатие клавиши]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=123428#p123428" />
			<content type="html"><![CDATA[<p><strong>Phoenixxx_Czar</strong><br />Спасибо, именно это сочетание клавиш помогло, я думаю, что тему можно оставить для тех, у кого в дальнейшем возникнут похожие проблемы.<br />Единственный открытый вопрос - как узнавать коды клавиш в формате &quot;vkXX&quot;? Я читал на форуме, но в таблицах не было vk кодов, а ссылка на программу была нерабочей.</p>]]></content>
			<author>
				<name><![CDATA[Cracker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39028</uri>
			</author>
			<updated>2018-01-27T07:47:13Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=123428#p123428</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SAMP - Физическое нажатие клавиши]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=123427#p123427" />
			<content type="html"><![CDATA[<p><strong>sabir.yanin2014</strong><br />Это точно такой же скрипт какой был у меня, к сожалению он не работал так как я хотел.</p>]]></content>
			<author>
				<name><![CDATA[Cracker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39028</uri>
			</author>
			<updated>2018-01-27T07:45:46Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=123427#p123427</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SAMP - Физическое нажатие клавиши]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=123422#p123422" />
			<content type="html"><![CDATA[<p>Лучше использовать зажатие клавиши.</p><p>Для русской У:<br /></p><div class="codebox"><pre><code>Send, {vk45 down}
sleep, 50
Send, {vk45 up}</code></pre></div><p>Для английской Y:<br /></p><div class="codebox"><pre><code>Send, {vk59 down}
sleep, 50
Send, {vk59 up}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2018-01-27T00:53:09Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=123422#p123422</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SAMP - Физическое нажатие клавиши]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=123420#p123420" />
			<content type="html"><![CDATA[<p>Использую Send вместо SendInput, никогда необходимости не видел в этой команде. Здесь не принципиально можно и &quot;инпут&quot;. Важно чтобы у вас в системе английский по умолчанию стоял. И на русский переключать не надо - все будет работать. <br /></p><div class="codebox"><pre><code>
!3::
;SendMessage, 0x50,, 0x4190419,, A  &lt;--не надо переключать на русский!
Send {f6}/healme{enter}
Send {f6}/anim 10{enter}
sleep 300
Send {У} ; нет проблем!
sleep 100
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[sabir.yanin2014]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33790</uri>
			</author>
			<updated>2018-01-26T22:18:15Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=123420#p123420</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SAMP - Физическое нажатие клавиши]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=123407#p123407" />
			<content type="html"><![CDATA[<p><strong>stealzy</strong><br />На самом деле мне без разницы будет это кириллица или иностранные буквы, мне лишь нужно что бы произошло нажатие клавиши на любой раскладке.<br />Я пробовал и англ.буквы - не влияет никак.</p>]]></content>
			<author>
				<name><![CDATA[Cracker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39028</uri>
			</author>
			<updated>2018-01-26T17:39:33Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=123407#p123407</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[SAMP - Физическое нажатие клавиши]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=123402#p123402" />
			<content type="html"><![CDATA[<p>Здравствуйте.<br />Мне нужно, что бы скрипт выполнял несколько функций: вводил одну команду, затем вторую, а после нажимал одну клавишу (русская, нужная мне клавиша &quot;У&quot;).<br />Вот как выглядит скрипт: <br /></p><div class="codebox"><pre><code>!3::
SendMessage, 0x50,, 0x4190419,, A
Sendinput {f6}/healme{enter}
Sendinput {f6}/anim 10{enter}
sleep 300
SendInput {У} - проблемная строка
sleep 100
return</code></pre></div><p>Весь скрипт работает, но нажатие клавиши не происходит, скрипт выполняет первые две команды и всё.</p><p>P.S. Администратор перенаправил за помощью в этот раздел.</p>]]></content>
			<author>
				<name><![CDATA[Cracker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39028</uri>
			</author>
			<updated>2018-01-26T17:33:07Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=123402#p123402</id>
		</entry>
</feed>
