<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; ahk, Samp udf]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13937&amp;type=atom" />
	<updated>2018-07-15T14:48:07Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=13937</id>
		<entry>
			<title type="html"><![CDATA[Re: ahk, Samp udf]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=127087#p127087" />
			<content type="html"><![CDATA[<p><strong>morgan</strong>, не помогает</p>]]></content>
			<author>
				<name><![CDATA[rulerdima]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39384</uri>
			</author>
			<updated>2018-07-15T14:48:07Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=127087#p127087</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ahk, Samp udf]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=127086#p127086" />
			<content type="html"><![CDATA[<p><strong>Kinobi 0 in skripti</strong><br />Всё равно создаётся пустой файл</p>]]></content>
			<author>
				<name><![CDATA[rulerdima]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39384</uri>
			</author>
			<updated>2018-07-15T14:46:51Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=127086#p127086</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ahk, Samp udf]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=127069#p127069" />
			<content type="html"><![CDATA[<p><strong>Kinobi 0 in skripti</strong>, зачем нужно лишнее объявление переменных?</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2018-07-15T09:00:12Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=127069#p127069</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ahk, Samp udf]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=127054#p127054" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
#Include udf.ahk

!1::
Dir = %A_ScriptDir%\Text.txt  ; путь -&gt; там же, где и твой основной файл, название - Text.txt
text := getDialogText()
FileAppend, %text%, %Dir% ; текст берем из функции, путь указали в &quot;Dir&quot;
return

!2::
ShowDialog(&quot;4&quot;, &quot;title&quot;, &quot;text`n2string`n3string`nsome text&quot;, &quot;button&quot;) ; Пример
return
</code></pre></div><p>Пробуй</p>]]></content>
			<author>
				<name><![CDATA[Kinobi 0 in skripti]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38636</uri>
			</author>
			<updated>2018-07-14T16:42:17Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=127054#p127054</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ahk, Samp udf]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=127035#p127035" />
			<content type="html"><![CDATA[<p><strong>rulerdima</strong>, попробуй от имени администратора запустить.</p>]]></content>
			<author>
				<name><![CDATA[morgan]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39372</uri>
			</author>
			<updated>2018-07-13T15:22:16Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=127035#p127035</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[ahk, Samp udf]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=127027#p127027" />
			<content type="html"><![CDATA[<p>Добрый день!<br />Мне нужно считать информацию с диалового окна в сампе и сохранить её в текстовый документ, вроде получается маленький скрипт но он почему то не работает, точнее работает, но создаётся пустой файл, а не с текстом из диалога, пробовал разные samp udf<br />Вот допустим вот такой диалог, как его сохранить в txt?<br />https://imgur.com/3luNBDB<br />(Сори, но так и не понял как сюда заливать картинки, надеюсь хостинг можно?)</p><p>Делаю так: <br /></p><div class="codebox"><pre><code>
#Include C:\Users\Дима\Desktop\samp\SAMP-UDF-for-AutoHotKey-R15\SAMP.ahk


R::
word := getdialogtext()
FileAppend, %word%, D:/новая папка/File.txt
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[rulerdima]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39384</uri>
			</author>
			<updated>2018-07-13T06:33:52Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=127027#p127027</id>
		</entry>
</feed>
