<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; SAMP: Установка маркера по координатам]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=13241</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13241&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «SAMP: Установка маркера по координатам».]]></description>
		<lastBuildDate>Thu, 07 Dec 2017 07:54:10 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: SAMP: Установка маркера по координатам]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=122019#p122019</link>
			<description><![CDATA[<p>Почитай UDF последней версии (Доработанный) все эти функции там есть</p>]]></description>
			<author><![CDATA[null@example.com (Lino)]]></author>
			<pubDate>Thu, 07 Dec 2017 07:54:10 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=122019#p122019</guid>
		</item>
		<item>
			<title><![CDATA[Re: SAMP: Установка маркера по координатам]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=121859#p121859</link>
			<description><![CDATA[<p>Еще один вопрос: Как узнать и вывести в переменные координаты маркера с карты? Всем спасибо!</p>]]></description>
			<author><![CDATA[null@example.com (adsasdasdsda123ds)]]></author>
			<pubDate>Fri, 01 Dec 2017 02:32:10 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=121859#p121859</guid>
		</item>
		<item>
			<title><![CDATA[Re: SAMP: Установка маркера по координатам]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=121636#p121636</link>
			<description><![CDATA[<p><strong>powercat</strong>, я имел в виду игровым координатам и, чтобы она ставилась автоматически, как , к примеру данная функция:<br /></p><div class="codebox"><pre><code>setCheckpoint(fX, fY, fZ, fSize ) {
    if(!checkHandles())
        return false
    dwFunc := dwSAMP + 0x9D340
    dwAddress := readDWORD(hGTA, dwSAMP + ADDR_SAMP_INCHAT_PTR) ;misc info
    if(ErrorLevel || dwAddress==0) {
        ErrorLevel := ERROR_READ_MEMORY
        return false
    }
    VarSetCapacity(buf, 16, 0)
    NumPut(fX, buf, 0, &quot;Float&quot;)
    NumPut(fY, buf, 4, &quot;Float&quot;)
    NumPut(fZ, buf, 8, &quot;Float&quot;)
    NumPut(fSize, buf, 12, &quot;Float&quot;)
    writeRaw(hGTA, pParam1, &amp;buf, 16)
    dwLen := 31
    VarSetCapacity(injectData, dwLen, 0)
    NumPut(0xB9, injectData, 0, &quot;UChar&quot;)
    NumPut(dwAddress, injectData, 1, &quot;UInt&quot;)
    NumPut(0x68, injectData, 5, &quot;UChar&quot;)
    NumPut(pParam1+12, injectData, 6, &quot;UInt&quot;)
    NumPut(0x68, injectData, 10, &quot;UChar&quot;)
    NumPut(pParam1, injectData, 11, &quot;UInt&quot;)
    NumPut(0xE8, injectData, 15, &quot;UChar&quot;)
    offset := dwFunc - (pInjectFunc + 20)
    NumPut(offset, injectData, 16, &quot;Int&quot;)
    NumPut(0x05C7, injectData, 20, &quot;UShort&quot;)
    NumPut(dwAddress+0x24, injectData, 22, &quot;UInt&quot;)
    NumPut(1, injectData, 26, &quot;UInt&quot;)
    NumPut(0xC3, injectData, 30, &quot;UChar&quot;)
    writeRaw(hGTA, pInjectFunc, &amp;injectData, dwLen)
    if(ErrorLevel)
        return false
    hThread := createRemoteThread(hGTA, 0, 0, pInjectFunc, 0, 0, 0)
    if(ErrorLevel)
        return false
    waitForSingleObject(hThread, 0xFFFFFFFF)
    closeProcess(hThread)
    ErrorLevel := ERROR_OK
    return true
}</code></pre></div><p>Только тут установка чекпоинта, а мне нужно маркер.</p>]]></description>
			<author><![CDATA[null@example.com (adsasdasdsda123ds)]]></author>
			<pubDate>Sat, 25 Nov 2017 21:28:50 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=121636#p121636</guid>
		</item>
		<item>
			<title><![CDATA[Re: SAMP: Установка маркера по координатам]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=121635#p121635</link>
			<description><![CDATA[<p>Перемещаем мышь по нужным координатам -&gt; нажимаем кнопку которая ставит маркер в игрe.<br /></p><div class="codebox"><pre><code>MouseMove, x, y, 50, R
Send {button}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (powercat)]]></author>
			<pubDate>Sat, 25 Nov 2017 21:21:11 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=121635#p121635</guid>
		</item>
		<item>
			<title><![CDATA[SAMP: Установка маркера по координатам]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=121633#p121633</link>
			<description><![CDATA[<p>Всем привет, как можно сделать, чтобы устанавливалась такая метка на карте игрока, по указанным координатам?<br /><a href="http://uploads.ru/A5Mrh.jpg"><span class="postimg"><img src="http://s4.uploads.ru/t/A5Mrh.jpg" alt="http://s4.uploads.ru/t/A5Mrh.jpg" /></span></a></p>]]></description>
			<author><![CDATA[null@example.com (adsasdasdsda123ds)]]></author>
			<pubDate>Sat, 25 Nov 2017 20:59:47 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=121633#p121633</guid>
		</item>
	</channel>
</rss>
