<?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=13641&amp;type=atom" />
	<updated>2018-05-19T16:29:55Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=13641</id>
		<entry>
			<title type="html"><![CDATA[Re: Вывод информации с внутриигровой команды[SAMP]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=125464#p125464" />
			<content type="html"><![CDATA[<p>Это хочешь?<br /></p><div class="codebox"><pre><code>:?:/z::                                 ; ## Команда
{
ShowDialog(&quot;1&quot;, &quot;{FFFAFA}Что делаем?&quot;, &quot;[1] - Твой текст`n[2] - Твой текст`n[3] - Твой текст`n[4] - Твой текст `n[5] - Твой текст `n[0] - Закрыть&quot;, &quot;OK&quot;)
input, vz, V, {Enter}
KeyWait, Enter, D
sleep 500
if (vz = 1) {
SendChat(&quot;Твой текст&quot;)
  	}
if (vz = 2) {
SendChat(&quot;Твой текст&quot;)
	}
if (vz = 3) {
SendChat(&quot;Твой текст&quot;)
	}
if (vz = 4) {	
SendChat(&quot;Твой текст&quot;)
	}
if (vz = 5) {	
SendChat(&quot;Твой текст&quot;)
}
if (vz = 0) {
    ShowGameText(&quot;~r~closer&quot;, 500, 1)
}
}
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Dylon_Mayer]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39159</uri>
			</author>
			<updated>2018-05-19T16:29:55Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=125464#p125464</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Вывод информации с внутриигровой команды[SAMP]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=124827#p124827" />
			<content type="html"><![CDATA[<p>Как вывести, например, диалоговое окно после ввода в игре команды?</p>]]></content>
			<author>
				<name><![CDATA[zenix879]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39210</uri>
			</author>
			<updated>2018-04-20T14:08:41Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=124827#p124827</id>
		</entry>
</feed>
