<?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=12151&amp;type=atom" />
	<updated>2016-11-21T12:10:54Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=12151</id>
		<entry>
			<title type="html"><![CDATA[Re: Автоопределение машины]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=109256#p109256" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>AlexanderKa</strong>, оформите код, как положено.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-11-21T12:10:54Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=109256#p109256</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Автоопределение машины]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=109251#p109251" />
			<content type="html"><![CDATA[<p>Код:<br /></p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header" data-lang-open="открыть спойлер" data-lang-close="скрыть спойлер"><strong>+</strong>&nbsp;открыть спойлер</div><div class="fancy_spoiler"><p>numpad9::<br />SendMessage, 0x50,, 0x4190419,, A<br />if (isPlayerDriverMod()==1)<br />&nbsp; &nbsp;{<br />&nbsp; &nbsp;NumberPre:=NumberPre+1<br />&nbsp; &nbsp;if (NumberPre==2)<br />&nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; s := &quot;0&quot;<br />&nbsp; &nbsp; &nbsp; p := getStreamedInPlayersInfo()<br />&nbsp; &nbsp; &nbsp; For i, o in p<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if(getTargetVehicleModelNameById(i)!=&quot;PoliceCar&quot; and getTargetVehicleModelNameById(i)!=&quot;&quot; and getTargetVehicleModelNameById(i)!=&quot;HPV1000&quot; and getTargetVehicleModelNameById(i)!=&quot;Enforcer&quot; getTargetVehicleModelNameById(i)!=&quot;Sultan&quot; and isTargetInAnyVehiclebyIdMod(i)==&quot;1&quot; and i==IdInCar)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; s:=&quot;1&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ModelCar:=getTargetVehicleModelNameById(IdInCar)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m Водитель &quot; ModelCar &quot;!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sleep 1200<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m Если вы сейчас же не остановитесь, мы будем стрелять!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NumberPre:=0<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br />&nbsp; &nbsp; &nbsp; if (s==0)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;NumberPre:=&quot;1&quot;<br />&nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp;if (NumberPre==1)<br />&nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; IdInCar:=getClosestPlayerIdCar()<br />&nbsp; &nbsp; &nbsp; ModelCar:=getTargetVehicleModelNameById(IdInCar)<br />&nbsp; &nbsp; &nbsp; if (IdInCar!=-1)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Random rand, 1, 4<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (rand==1)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m Водитель &quot; ModelCar &quot;!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sleep 1200<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m Немедленно прижмитесь к обочине и остановитесь или откроем огонь!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (rand==2)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m Водитель &quot; ModelCar &quot; прижмитесь к обочине&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sleep 1200<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m В противном случае нам придется открыть огонь!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (rand==3)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m Водитель &quot; ModelCar &quot; сбавьте скорость!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sleep 1200<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m Вам придется прижаться к обочине и остановится или начнем стрелять!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (rand==4)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m Водитель &quot; ModelCar &quot; остановитесь на обочине&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sleep 1200<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m Или нам придется открыть по вам огонь!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br />&nbsp; &nbsp; &nbsp; else<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;NumberPre:=&quot;0&quot;<br />&nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp;}<br />if (isPlayerDriverMod()==0)<br />&nbsp; &nbsp;{<br />&nbsp; &nbsp;NumberPre:=NumberPre+1<br />&nbsp; &nbsp;if (NumberPre==2)<br />&nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; s := &quot;0&quot;<br />&nbsp; &nbsp; &nbsp; p := getStreamedInPlayersInfo()<br />&nbsp; &nbsp; &nbsp; For i, o in p<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if(getTargetVehicleModelNameById(i)!=&quot;PoliceCar&quot; and getTargetVehicleModelNameById(i)!=&quot;&quot; and getTargetVehicleModelNameById(i)!=&quot;HPV1000&quot; and getTargetVehicleModelNameById(i)!=&quot;Enforcer&quot; and isTargetInAnyVehiclebyIdMod(i)==&quot;1&quot; and i==IdInCar)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; s:=1<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ModelCar:=getTargetVehicleModelNameById(IdInCar)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m Водитель &quot; ModelCar &quot;!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sleep 1200<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m Если вы сейчас же не остановитесь, мы будем стрелять!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NumberPre:=0<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br />&nbsp; &nbsp; &nbsp; if (s==0)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;NumberPre:=&quot;1&quot;<br />&nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp;if (NumberPre==1)<br />&nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; model:=[]<br />&nbsp; &nbsp; &nbsp; name:=[]<br />&nbsp; &nbsp; &nbsp; s := 0<br />&nbsp; &nbsp; &nbsp; p := getStreamedInPlayersInfo()<br />&nbsp; &nbsp; &nbsp; id :=[]<br />&nbsp; &nbsp; &nbsp; MainMenu:=&quot;&quot;<br />&nbsp; &nbsp; &nbsp; For i, o in p<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if(getTargetVehicleModelNameById(i)!=&quot;PoliceCar&quot; and getTargetVehicleModelNameById(i)!=&quot;&quot; and getTargetVehicleModelNameById(i)!=&quot;HPV1000&quot; and getTargetVehicleModelNameById(i)!=&quot;Enforcer&quot; and isTargetInAnyVehiclebyIdMod(i)==&quot;1&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; s:=s+1<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; id[s] := i<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; model[s]:=getTargetVehicleModelNameById(i)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; name[s]:=getPlayerNameById(i)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MainMenu:= MainMenu &quot;Водитель - &quot; name[s] &quot;, Марка машины -&quot; model[s] &quot;, Введите &quot; s &quot;.`n&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br />&nbsp; &nbsp; &nbsp; MainMenu:= MainMenu &quot;Для отмены операции введите 0.&quot;<br />&nbsp; &nbsp; &nbsp; if (s==0)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;NumberPre:=&quot;0&quot;<br />&nbsp; &nbsp; &nbsp; if (s==1)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;IdInCar:=id[1]<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ModelCar:=getTargetVehicleModelNameById(IdInCar)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Random rand, 1, 4<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (rand==1)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m Водитель &quot; ModelCar &quot;!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sleep 1200<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m Немедленно прижмитесь к обочине и остановитесь или откроем огонь!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (rand==2)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m Водитель &quot; ModelCar &quot; прижмитесь к обочине&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sleep 1200<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m В противном случае нам придется открыть огонь!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (rand==3)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m Водитель &quot; ModelCar &quot; сбавьте скорость!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sleep 1200<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m Вам придется прижаться к обочине и остановится или начнем стрелять!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (rand==4)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m Водитель &quot; ModelCar &quot; остановитесь на обочине&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sleep 1200<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendChat(&quot;/m Или нам придется открыть по вам огонь!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br />&nbsp; &nbsp; &nbsp; if (s&gt;1)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ShowDialog(&quot;1&quot;, &quot;Выбор машины:&quot;, MainMenu, &quot;Сообщить&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Input,vi, V, {Enter}<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (vi&gt;=1 and vi&lt;=s)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IdInCar:=id[vi]<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ModelCar:=getTargetVehicleModelNameById(IdInCar)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Random rand, 1, 4<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (rand==1)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SendChat(&quot;/m Водитель &quot; ModelCar &quot;!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sleep 1200<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SendChat(&quot;/m Немедленно прижмитесь к обочине и остановитесь или откроем огонь!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (rand==2)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SendChat(&quot;/m Водитель &quot; ModelCar &quot; прижмитесь к обочине&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sleep 1200<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SendChat(&quot;/m В противном случае нам придется открыть огонь!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (rand==3)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SendChat(&quot;/m Водитель &quot; ModelCar &quot; сбавьте скорость!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sleep 1200<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SendChat(&quot;/m Вам придется прижаться к обочине и остановится или начнем стрелять!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (rand==4)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SendChat(&quot;/m Водитель &quot; ModelCar &quot; остановитесь на обочине&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sleep 1200<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SendChat(&quot;/m Или нам придется открыть по вам огонь!&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;else<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NumberPre:=&quot;0&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br />&nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp;}<br />return</p></div></div>]]></content>
			<author>
				<name><![CDATA[AlexanderKa]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34338</uri>
			</author>
			<updated>2016-11-21T07:29:58Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=109251#p109251</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Автоопределение машины]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=109244#p109244" />
			<content type="html"><![CDATA[<p><strong>alekksss</strong>, можно на этот вариант посмотреть?</p>]]></content>
			<author>
				<name><![CDATA[lishakoff]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34331</uri>
			</author>
			<updated>2016-11-19T16:10:19Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=109244#p109244</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Автоопределение машины]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=109240#p109240" />
			<content type="html"><![CDATA[<p><strong>lishakoff</strong> как правило вокруг может быть куча машин, может и водитель просто рядом. Есть вариант написать команду по иду.</p>]]></content>
			<author>
				<name><![CDATA[alekksss]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33684</uri>
			</author>
			<updated>2016-11-19T15:44:12Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=109240#p109240</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Автоопределение машины]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=109231#p109231" />
			<content type="html"><![CDATA[<p><strong>alekksss</strong>, как правило погоня происходит за одной машиной. Эту проблему можно откинуть.</p>]]></content>
			<author>
				<name><![CDATA[lishakoff]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34331</uri>
			</author>
			<updated>2016-11-18T17:12:38Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=109231#p109231</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Автоопределение машины]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=109221#p109221" />
			<content type="html"><![CDATA[<p>Это всё делаетя с помощью Samp-udf, но нсть проблема, машин рядом с тобой может быть куча, и какую именно тебе надо, скрипт не определит, разве что по иду делать команду.</p>]]></content>
			<author>
				<name><![CDATA[alekksss]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33684</uri>
			</author>
			<updated>2016-11-18T03:59:47Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=109221#p109221</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Автоопределение машины]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=109207#p109207" />
			<content type="html"><![CDATA[<p>Помогите написать скрипт для GTA:SAMP. <br />Суть такая:<br />Есть бинд <br /></p><div class="codebox"><pre><code>!9::SendInput {F6}/m Водитель{!} Немедленно сбавьте скорость и остановите машину{!}{Enter}</code></pre></div><p>Видел такую тему, как автоматическое определение модели машины.<br />В итоге выходило что-то типо такого: <br />Водитель машины *называние машины* с номерами *номера* Немедленно сбавьте скорость и остановите машину!<br />Хочется, но не понимаю, как сделать такое. Помогите пожалуйста, заранее благодарю!</p>]]></content>
			<author>
				<name><![CDATA[lishakoff]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34331</uri>
			</author>
			<updated>2016-11-17T16:08:09Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=109207#p109207</id>
		</entry>
</feed>
