<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Проблема с продолжением скрипта.]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11867&amp;type=atom" />
	<updated>2016-08-02T11:26:34Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11867</id>
		<entry>
			<title type="html"><![CDATA[Re: Проблема с продолжением скрипта.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106523#p106523" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, Сделал чуть-чуть по другому. Спасибо за помощь.<br /></p><div class="codebox"><pre><code>Script := &quot;Аккаунт успешно сохранён&quot;

Kenzo:
fileread, sms, %a_mydocuments%\gta san andreas user files\samp\chatlog.txt
if sms contains %Script%
     {
     SoundBeep, 523, 500
     SendMessage, 0x50,, 0x4190419,, A
	 BlockInput On
     Send, {Up Down}
     sleep, 750
     Send, {Up Up}
     sleep, 250
     send, {enter}
     sleep, 100
     send, {enter}
     sleep, 100
     send, {enter}
     sleep, 100
     send, {enter}
	 BlockInput Off
     return
     }
filedelete,%a_mydocuments%\gta san andreas user files\samp\chatlog.txt
sleep, 1000
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[KenzoHK]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34095</uri>
			</author>
			<updated>2016-08-02T11:26:34Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106523#p106523</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблема с продолжением скрипта.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106511#p106511" />
			<content type="html"><![CDATA[<p>Попробуйте такой код, когда активно окно не игры, а блокнота (notepad):<br /></p><div class="codebox"><pre><code>:*:Аккаунт успешно сохранён::
MsgBox работает!
return</code></pre></div><p>Должно появиться сообщение.<br />Потом попробуйте в игре. Пишите, где работает.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-08-01T20:36:09Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106511#p106511</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблема с продолжением скрипта.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106510#p106510" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong> Что-то не работает, если можно сделайте с кодом. Код выше.<br />Заранее спасибо.</p>]]></content>
			<author>
				<name><![CDATA[KenzoHK]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34095</uri>
			</author>
			<updated>2016-08-01T20:31:22Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106510#p106510</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблема с продолжением скрипта.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106509#p106509" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>:*:Аккаунт успешно сохранён::
; здесь код
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-08-01T20:04:49Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106509#p106509</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Проблема с продолжением скрипта.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106507#p106507" />
			<content type="html"><![CDATA[<p>Как сделать чтобы при определенном значении в чате AHK начал работу? В коде после строки &quot;Аккаунт успешно сохранён&quot; нужно сделать чтобы пошло дальше.</p><div class="codebox"><pre><code>ButtonStart:
:?:Аккаунт успешно сохранён::
Send, {Up Down}
Sleep, 150
Send, {Up Up}
Sleep, 200
Send, {Enter}
Sleep, 100
Send, {Enter}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[KenzoHK]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34095</uri>
			</author>
			<updated>2016-08-01T19:27:09Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106507#p106507</id>
		</entry>
</feed>
