<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; [SA-MP]]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=13347</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13347&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «[SA-MP]».]]></description>
		<lastBuildDate>Sun, 07 Jan 2018 12:42:23 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [SA-MP]]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=122797#p122797</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (danyalukashak)]]></author>
			<pubDate>Sun, 07 Jan 2018 12:42:23 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=122797#p122797</guid>
		</item>
		<item>
			<title><![CDATA[[SA-MP]]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=122728#p122728</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Vadik)]]></author>
			<pubDate>Tue, 02 Jan 2018 18:14:22 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=122728#p122728</guid>
		</item>
	</channel>
</rss>
