<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; [SA-MP]]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13347&amp;type=atom" />
	<updated>2018-01-07T12:42:23Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=13347</id>
		<entry>
			<title type="html"><![CDATA[Re: [SA-MP]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=122797#p122797" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#IfWinActive GTA:SA:MP


file=C:\Users\oops\Documents\GTA San Andreas User Files\SAMP\chatlog.txt
Label:
x=0
FileRead, id, %file%
if id contains уволен
	x=1
if x=1
{
	sleep 100
        SendMessage, 0x50,, 0x4190419,, A
        sleep 1000
	sendinput, {F6}Сам уволен{!}{enter}
        sleep 2000
	sendinput, {F6}Кхе..{enter}
        sleep 100
	filedelete %file%
        fileappend,, %file%
}	
goto, Label</code></pre></div>]]></content>
			<author>
				<name><![CDATA[danyalukashak]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38928</uri>
			</author>
			<updated>2018-01-07T12:42:23Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=122797#p122797</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[SA-MP]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=122728#p122728" />
			<content type="html"><![CDATA[<p>Не работает код.<br />Помогите.<br />Вот код:<br /></p><div class="codebox"><pre><code>
#IfWinActive GTA:SA:MP


file = C:\Users\oops\Documents\GTA San Andreas User Files\SAMP\chatlog.txt
1:
x = 0

if x=1
{
	sleep 100
	filedelete %file%
    fileappend,, %file%
SendMessage, 0x50,, 0x4190419,, A
sleep 1000
	sendinput, {F6}Сам уволен!{enter}
	
	sendinput, {F6}Кхе..{enter}
	goto, 1
}
else{
	
FileRead, id, %file%
if id contains уволен
{
	x = 1
}
}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Vadik]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38978</uri>
			</author>
			<updated>2018-01-02T18:14:22Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=122728#p122728</id>
		</entry>
</feed>
