<?xml version="1.0"?>
<rss version="2.0"><channel><title>&#x422;&#x435;&#x43A;&#x441;&#x442;&#x434;&#x440;&#x430;&#x432;&#x44B; / TD  &#x43F;&#x43E;&#x441;&#x43B;&#x435;&#x434;&#x43D;&#x438;&#x445; &#x442;&#x435;&#x43C;</title><link>https://pawno-rus.com/forum/40-tekstdravy-td/</link><description>&#x422;&#x435;&#x43A;&#x441;&#x442;&#x434;&#x440;&#x430;&#x432;&#x44B; / TD  &#x43F;&#x43E;&#x441;&#x43B;&#x435;&#x434;&#x43D;&#x438;&#x445; &#x442;&#x435;&#x43C;</description><language>ru</language><item><title>[TD] &#x41F;&#x440;&#x43E;&#x441;&#x442;&#x43E;&#x439; &#x43B;&#x43E;&#x433;&#x43E;</title><link>https://pawno-rus.com/topic/8673-td-prostoy-logo/</link><description><![CDATA[
<div class="ipsSpoiler" data-ipsspoiler="">
	<div class="ipsSpoiler_header">
		<span>Спойлер</span>
	</div>

	<div class="ipsSpoiler_contents">
		<p>
			 
		</p>

		<pre class="ipsCode ipsCodeSubmitted" codelang="cpp" plaincode='new Text:CRMP_Logo[3];&#13;
&#13;
&#13;
&#13;
CRMP_Logo[0] = TextDrawCreate(500.0, 50.0, "Name Project");&#13;
&#13;
TextDrawLetterSize(CRMP_Logo[0], 0.6, 2.0);&#13;
&#13;
TextDrawAlignment(CRMP_Logo[0], 3); // Выравнивание вправо&#13;
&#13;
TextDrawColor(CRMP_Logo[0], 0xFF6347FF);&#13;
&#13;
TextDrawSetShadow(CRMP_Logo[0], 0);&#13;
&#13;
TextDrawSetOutline(CRMP_Logo[0], 2);&#13;
&#13;
TextDrawBackgroundColor(CRMP_Logo[0], 0x000000FF);&#13;
&#13;
TextDrawFont(CRMP_Logo[0], 3);&#13;
&#13;
&#13;
&#13;
CRMP_Logo[1] = TextDrawCreate(500.0, 70.0, "Name Project");&#13;
&#13;
TextDrawLetterSize(CRMP_Logo[1], 0.3, 1.3);&#13;
&#13;
TextDrawAlignment(CRMP_Logo[1], 3);&#13;
&#13;
TextDrawColor(CRMP_Logo[1], 0xFFFFFFFF);&#13;
&#13;
TextDrawSetShadow(CRMP_Logo[1], 0);&#13;
&#13;
TextDrawSetOutline(CRMP_Logo[1], 1);&#13;
&#13;
TextDrawBackgroundColor(CRMP_Logo[1], 0x000000FF);&#13;
&#13;
TextDrawFont(CRMP_Logo[1], 2);&#13;
&#13;
&#13;
&#13;
CRMP_Logo[2] = TextDrawCreate(500.0, 85.0, "RolePlay");&#13;
&#13;
TextDrawLetterSize(CRMP_Logo[2], 0.3, 1.3);&#13;
&#13;
TextDrawAlignment(CRMP_Logo[2], 3);&#13;
&#13;
TextDrawColor(CRMP_Logo[2], 0xFFFFFFFF);&#13;
&#13;
TextDrawSetShadow(CRMP_Logo[2], 0);&#13;
&#13;
TextDrawSetOutline(CRMP_Logo[2], 1);&#13;
&#13;
TextDrawBackgroundColor(CRMP_Logo[2], 0x000000FF);&#13;
&#13;
TextDrawFont(CRMP_Logo[2], 2);'>

<span><span class="mtk6">new</span><span class="mtk1"> Text:CRMP_Logo[</span><span class="mtk7">3</span><span class="mtk1">];</span></span>



<span><span class="mtk1">CRMP_Logo[</span><span class="mtk7">0</span><span class="mtk1">] = TextDrawCreate(</span><span class="mtk7">500.0</span><span class="mtk1">, </span><span class="mtk7">50.0</span><span class="mtk1">, </span><span class="mtk20">"Name Project"</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawLetterSize(CRMP_Logo[</span><span class="mtk7">0</span><span class="mtk1">], </span><span class="mtk7">0.6</span><span class="mtk1">, </span><span class="mtk7">2.0</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawAlignment(CRMP_Logo[</span><span class="mtk7">0</span><span class="mtk1">], </span><span class="mtk7">3</span><span class="mtk1">); </span><span class="mtk8">// Выравнивание вправо</span></span>

<span><span class="mtk1">TextDrawColor(CRMP_Logo[</span><span class="mtk7">0</span><span class="mtk1">], </span><span class="mtk16">0xFF6347FF</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawSetShadow(CRMP_Logo[</span><span class="mtk7">0</span><span class="mtk1">], </span><span class="mtk7">0</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawSetOutline(CRMP_Logo[</span><span class="mtk7">0</span><span class="mtk1">], </span><span class="mtk7">2</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawBackgroundColor(CRMP_Logo[</span><span class="mtk7">0</span><span class="mtk1">], </span><span class="mtk16">0x000000FF</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawFont(CRMP_Logo[</span><span class="mtk7">0</span><span class="mtk1">], </span><span class="mtk7">3</span><span class="mtk1">);</span></span>



<span><span class="mtk1">CRMP_Logo[</span><span class="mtk7">1</span><span class="mtk1">] = TextDrawCreate(</span><span class="mtk7">500.0</span><span class="mtk1">, </span><span class="mtk7">70.0</span><span class="mtk1">, </span><span class="mtk20">"Name Project"</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawLetterSize(CRMP_Logo[</span><span class="mtk7">1</span><span class="mtk1">], </span><span class="mtk7">0.3</span><span class="mtk1">, </span><span class="mtk7">1.3</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawAlignment(CRMP_Logo[</span><span class="mtk7">1</span><span class="mtk1">], </span><span class="mtk7">3</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawColor(CRMP_Logo[</span><span class="mtk7">1</span><span class="mtk1">], </span><span class="mtk16">0xFFFFFFFF</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawSetShadow(CRMP_Logo[</span><span class="mtk7">1</span><span class="mtk1">], </span><span class="mtk7">0</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawSetOutline(CRMP_Logo[</span><span class="mtk7">1</span><span class="mtk1">], </span><span class="mtk7">1</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawBackgroundColor(CRMP_Logo[</span><span class="mtk7">1</span><span class="mtk1">], </span><span class="mtk16">0x000000FF</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawFont(CRMP_Logo[</span><span class="mtk7">1</span><span class="mtk1">], </span><span class="mtk7">2</span><span class="mtk1">);</span></span>



<span><span class="mtk1">CRMP_Logo[</span><span class="mtk7">2</span><span class="mtk1">] = TextDrawCreate(</span><span class="mtk7">500.0</span><span class="mtk1">, </span><span class="mtk7">85.0</span><span class="mtk1">, </span><span class="mtk20">"RolePlay"</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawLetterSize(CRMP_Logo[</span><span class="mtk7">2</span><span class="mtk1">], </span><span class="mtk7">0.3</span><span class="mtk1">, </span><span class="mtk7">1.3</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawAlignment(CRMP_Logo[</span><span class="mtk7">2</span><span class="mtk1">], </span><span class="mtk7">3</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawColor(CRMP_Logo[</span><span class="mtk7">2</span><span class="mtk1">], </span><span class="mtk16">0xFFFFFFFF</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawSetShadow(CRMP_Logo[</span><span class="mtk7">2</span><span class="mtk1">], </span><span class="mtk7">0</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawSetOutline(CRMP_Logo[</span><span class="mtk7">2</span><span class="mtk1">], </span><span class="mtk7">1</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawBackgroundColor(CRMP_Logo[</span><span class="mtk7">2</span><span class="mtk1">], </span><span class="mtk16">0x000000FF</span><span class="mtk1">);</span></span>

<span><span class="mtk1">TextDrawFont(CRMP_Logo[</span><span class="mtk7">2</span><span class="mtk1">], </span><span class="mtk7">2</span><span class="mtk1">);</span></span>
</pre>

		<p>
			 
		</p>

		<p>
			 
		</p>
	</div>
</div>

<p>
	 
</p>
]]></description><guid isPermaLink="false">8673</guid><pubDate>Tue, 27 Jan 2026 21:49:08 +0000</pubDate></item><item><title>&#x41B;&#x43E;&#x433;&#x43E;&#x442;&#x438;&#x43F; &#x434;&#x43B;&#x44F; &#x43F;&#x440;&#x43E;&#x435;&#x43A;&#x442;&#x430;!</title><link>https://pawno-rus.com/topic/5822-logotip-dlya-proekta/</link><description><![CDATA[
<p style="text-align:center;">
	<span style="font-size:14px;"><span style="font-family:'Comic Sans MS', cursive;"><span style="color:#2980b9;">Всем привет!</span></span></span>
</p>

<p style="text-align:center;">
	<span style="font-size:14px;"><span style="font-family:'Comic Sans MS', cursive;"><span style="color:#2980b9;">На днях я делал TextDraw который заказчику</span></span></span>
</p>

<p style="text-align:center;">
	<span style="font-size:14px;"><span style="font-family:'Comic Sans MS', cursive;"><span style="color:#2980b9;">не понравился и я решил его слить!</span></span></span>
</p>

<p style="text-align:center;">
	<font color="#2980b9" face="Comic Sans MS, cursive">Кому понравилась + Pls! <img alt=":)" data-emoticon="" height="20" src="//storage.yandexcloud.net/pawnorus/emoticons/smile.png" srcset="//storage.yandexcloud.net/pawnorus/emoticons/smile@2x.png 2x" title=":)" width="20" /></font>
</p>

<p style="text-align:center;">
	<font color="#2980b9" face="Comic Sans MS, cursive">Файлы:</font>
</p>

<p style="text-align:center;">
	<font color="#2980b9" face="Comic Sans MS, cursive">TD_Logotip.pwn</font>
</p>

<p style="text-align:center;">
	<font color="#2980b9" face="Comic Sans MS, cursive">Скриншот проделанной работы:</font>
</p>

<div class="ipsSpoiler" data-ipsspoiler="" data-ipsspoiler-option="Скриншот">
	<div class="ipsSpoiler_header">
		<span>Спойлер</span>
	</div>

	<div class="ipsSpoiler_contents">
		<p style="text-align:center;">
			<img class="ipsImage ipsImage_thumbnailed" data-fileid="3391" src="//storage.yandexcloud.net/pawnorus/monthly_2021_10/61750627a99c7_.png.18d721dea04d2e3066503a90e83c22e4.png" alt="61750627a99c7_.png.18d721dea04d2e3066503a90e83c22e4.png" /></p>

		<p style="text-align:center;">
			 
		</p>
	</div>
</div>

<p style="text-align:center;">
	<span style="font-size:14px;"><span style="font-family:'Comic Sans MS', cursive;"><span style="color:#2980b9;">Cама работа File.pwn</span></span></span>
</p>

<p style="text-align:center;">
	<a class="ipsAttachLink" href="https://pawno-rus.com/applications/core/interface/file/attachment.php?id=3392" data-fileid="3392" rel="">TD_Logotip.pwn</a><span style="font-size:14px;"><span style="font-family:'Comic Sans MS', cursive;"><span style="color:#2980b9;"></span></span></span>
</p>
]]></description><guid isPermaLink="false">5822</guid><pubDate>Sun, 24 Oct 2021 07:11:32 +0000</pubDate></item><item><title>TD ||  &#x41F;&#x430;&#x441;&#x43F;&#x43E;&#x440;&#x442;  || &#x420;&#x443;&#x447;&#x43D;&#x430;&#x44F; &#x440;&#x430;&#x431;&#x43E;&#x442;&#x430; </title><link>https://pawno-rus.com/topic/5666-td-pasport-ruchnaya-rabota/</link><description><![CDATA[
<p style="text-align:center;">
	<span style="color:#333333;">👑Здраствуйте уважаемые </span><font color="#333333">посетители форума</font><span style="color:#333333;">👑</span>
</p>

<p style="text-align:center;">
	<span style="color:#333333;">👑Сегодня я сливаю свою работу паспорта👑</span>
</p>

<p style="text-align:center;">
	<span style="color:#333333;">👑Причина: Работа не </span><font color="#333333">пригодилась</font><span style="color:#333333;">👑</span>
</p>

<p style="text-align:center;">
	<span style="color:#333333;">👑👑👑👑👑👑👑👑👑👑👑👑</span>
</p>

<p style="text-align:center;">
	<font color="#333333">👑Скриншот вы сможете увидеть тут👑</font>
</p>

<div class="ipsSpoiler" data-ipsspoiler="" data-ipsspoiler-option="👑Скриншот👑">
	<div class="ipsSpoiler_header">
		<span>Спойлер</span>
	</div>

	<div class="ipsSpoiler_contents">
		<p>
			<a class="ipsAttachLink ipsAttachLink_image" href="//storage.yandexcloud.net/pawnorus/monthly_2021_08/bvRQ_KceGZo.jpg.9c8bcbef48b0f317a044cd566255fffc.jpg" data-fileid="3296" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="3296" src="//storage.yandexcloud.net/pawnorus/monthly_2021_08/bvRQ_KceGZo.thumb.jpg.27da29a687224f4f5890b4d98acba008.jpg" alt="bvRQ_KceGZo.thumb.jpg.27da29a687224f4f5890b4d98acba008.jpg" /></a>
		</p>
	</div>
</div>

<p style="text-align:center;">
	<span style="color:#333333;">👑Сам файл с кодом тут👑</span>
</p>

<p style="text-align:center;">
	<span style="color:#333333;">👑</span>  <a class="ipsAttachLink" href="https://pawno-rus.com/applications/core/interface/file/attachment.php?id=3297" data-fileid="3297" rel="">TD_passport.pwn</a>  <span style="color:#333333;">👑</span>
</p>
]]></description><guid isPermaLink="false">5666</guid><pubDate>Sun, 01 Aug 2021 16:22:36 +0000</pubDate></item><item><title>[TD] &#x412;&#x44B;&#x431;&#x43E;&#x440; &#x441;&#x43A;&#x438;&#x43D;&#x430;</title><link>https://pawno-rus.com/topic/3593-td-vybor-skina/</link><description><![CDATA[<p>
	<a href="https://pawno-rus.com/go/?url=aHR0cDovLyU1QnVybD1odHRwcy8veWFweC5ydS92L0R6T3ZNJTVEJTVCaW1nJTVEaHR0cHM6Ly9pLnlhcHgucnUvRHpPdk0ucG5nJTVCL2ltZyU1RCU1Qi91cmwlNUQ=" rel=""></a><a href="https://pawno-rus.com/go/?url=aHR0cHM6Ly95YXB4LnJ1L3YvRHpPdk0=" rel="external nofollow"><img src="https://pawno-rus.com/applications/core/interface/imageproxy/imageproxy.php?img=https://i.yapx.ru/DzOvM.png&amp;key=f6a0cd8bdfd2e8a75478bf94f9b954aafb8ee91702d502fa40e56976ab8c991a" class="ipsImage" alt="DzOvM.png" /></a>
</p>
<p><a class="ipsAttachLink" href="//pawno-rus.ru/applications/core/interface/file/attachment.php?id=2204">Выборскина.txt</a></p>]]></description><guid isPermaLink="false">3593</guid><pubDate>Fri, 29 Mar 2019 09:34:06 +0000</pubDate></item><item><title>[TD] &#x421;&#x43F;&#x438;&#x434;&#x43E;&#x43C;&#x435;&#x442;&#x440;</title><link>https://pawno-rus.com/topic/3771-td-spidometr/</link><description><![CDATA[
<p style="color:#272a34;">
	<em><strong>На TD отсутствуют какие либо пометки!</strong></em>
</p>

<p style="color:#272a34;">
	<img src="https://pawno-rus.com/applications/core/interface/imageproxy/imageproxy.php?img=https://i.yapx.ru/EHaNX.jpg&amp;key=728be4dfa9f34d7b370b828b94108281ca73981fc1465c61e34733169eb2d209" class="ipsImage" alt="EHaNX.jpg" /></p>

<p style="color:#272a34;">
	<span><strong><em>Автор: Nicinen Studio</em></strong></span>
</p>

<p style="color:#272a34;">
	<span><strong><em><span style="color:#272a34;">При сливе на другие порталы указывайте автора.</span></em></strong></span>
</p>

<p><a class="ipsAttachLink" href="//pawno-rus.ru/applications/core/interface/file/attachment.php?id=2303">NewSlivSpeedo6.txt</a></p>]]></description><guid isPermaLink="false">3771</guid><pubDate>Wed, 15 May 2019 08:02:50 +0000</pubDate></item><item><title>[TD] &#x420;&#x430;&#x446;&#x438;&#x44F;</title><link>https://pawno-rus.com/topic/3767-td-raciya/</link><description><![CDATA[
<p style="color:#272a34;">
	<em><strong>На TD отсутствуют какие либо пометки!</strong></em>
</p>

<p style="color:#272a34;">
	<img alt="EHMAW.jpg" class="ipsImage" src="https://pawno-rus.com/applications/core/interface/imageproxy/imageproxy.php?img=https://i.yapx.ru/EHMAW.jpg&amp;key=20493653c694785350def8c1ac8c1a65171fe31500ec3d423bf0e0b4a7f1112c" /></p>

<p style="color:#272a34;">
	<span><strong><em>Автор: Nicinen Studio</em></strong></span>
</p>

<p style="color:#272a34;">
	<span><strong><em><span style="color:#272a34;">При сливе на другие порталы указывайте автора.</span></em></strong></span>
</p>

<p><a class="ipsAttachLink" href="//pawno-rus.ru/applications/core/interface/file/attachment.php?id=2304">NewSlivRa.txt</a></p>]]></description><guid isPermaLink="false">3767</guid><pubDate>Tue, 14 May 2019 10:29:17 +0000</pubDate></item><item><title>&#x421;&#x43B;&#x438;&#x432; &#x41B;&#x43E;&#x433;&#x43E;&#x442;&#x438;&#x43F; Rage RolePlay</title><link>https://pawno-rus.com/topic/5729-sliv-logotip-rage-roleplay/</link><description><![CDATA[
<ol><li style="text-align:center;">
		<span style="font-size:22px;"><span style="font-family:'Courier New', Courier, monospace;">Cливаю вам логотип Rage Rp crmp 0.3e</span></span>
	</li>
</ol><p>
	<a class="ipsAttachLink" data-fileid="3329" href="https://pawno-rus.com/applications/core/interface/file/attachment.php?id=3329" rel="">TD_rage.pwn</a>
</p>
]]></description><guid isPermaLink="false">5729</guid><pubDate>Fri, 03 Sep 2021 11:25:35 +0000</pubDate></item><item><title>&#x421;&#x43B;&#x438;&#x432;&#x430;&#x44E; &#x432;&#x430;&#x43C; &#x441;&#x442;&#x430;&#x440;&#x44B;&#x439; &#x43B;&#x43E;&#x433;&#x43E;&#x442;&#x438;&#x43F; Namalsk RP</title><link>https://pawno-rus.com/topic/5587-slivayu-vam-staryy-logotip-namalsk-rp/</link><description><![CDATA[
<p style="text-align:center;">
	Всем привет вот откопал в у себя старый логотип Namalsk RP
</p>

<div class="ipsSpoiler" data-ipsspoiler="" data-ipsspoiler-option="Скриншот">
	<div class="ipsSpoiler_header">
		<span>Спойлер</span>
	</div>

	<div class="ipsSpoiler_contents">
		<p>
			<img class="ipsImage ipsImage_thumbnailed" data-fileid="3180" src="//storage.yandexcloud.net/pawnorus/monthly_2021_07/60e3e8d96c491_.png.fcfc79b1ccc5d3f1d1094269ce0d87e3.png" alt="60e3e8d96c491_.png.fcfc79b1ccc5d3f1d1094269ce0d87e3.png" /></p>
	</div>
</div>

<div class="ipsSpoiler" data-ipsspoiler="" data-ipsspoiler-option="Работа">
	<div class="ipsSpoiler_header">
		<span>Спойлер</span>
	</div>

	<div class="ipsSpoiler_contents">
		<p>
			Textdraw0 = TextDrawCreate(533.646118, 0.583313, "Namalsk RolePlay");<br />
			TextDrawLetterSize(Textdraw0, 0.241976, 1.681664);<br />
			TextDrawAlignment(Textdraw0, 1);<br />
			TextDrawColor(Textdraw0, 163034282);<br />
			TextDrawSetShadow(Textdraw0, 1);<br />
			TextDrawSetOutline(Textdraw0, 0);<br />
			TextDrawBackgroundColor(Textdraw0, 51);<br />
			TextDrawFont(Textdraw0, 2);<br />
			TextDrawSetProportional(Textdraw0, 1);
		</p>

		<p>
			Textdraw1 = TextDrawCreate(550.981201, 14.583304, "NAMALSK-RP.RU");<br />
			TextDrawLetterSize(Textdraw1, 0.207774, 1.436666);<br />
			TextDrawAlignment(Textdraw1, 1);<br />
			TextDrawColor(Textdraw1, -1);<br />
			TextDrawSetShadow(Textdraw1, 1);<br />
			TextDrawSetOutline(Textdraw1, 0);<br />
			TextDrawBackgroundColor(Textdraw1, 51);<br />
			TextDrawFont(Textdraw1, 2);<br />
			TextDrawSetProportional(Textdraw1, 1);
		</p>
	</div>
</div>

<p>
	 
</p>
]]></description><guid isPermaLink="false">5587</guid><pubDate>Tue, 06 Jul 2021 05:25:01 +0000</pubDate></item><item><title>{TD}&#x417;&#x430;&#x433;&#x440;&#x443;&#x437;&#x43A;&#x430; &#x441;&#x43F;&#x435;&#x446;&#x438;&#x430;&#x43B;&#x44C;&#x43D;&#x43E; &#x434;&#x43B;&#x44F; &#x442;&#x435;&#x431;&#x44F;</title><link>https://pawno-rus.com/topic/5449-tdzagruzka-specialno-dlya-tebya/</link><description><![CDATA[
<p>
	Всех еще раз приветствую!
</p>

<p>
	Еще один слив от меня! :)-
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="//storage.yandexcloud.net/pawnorus/monthly_2021_04/6076d30520873__2021-04-14_183323.png.5d8be54fd944f08ef40f76b2167b5d09.png" data-fileid="3108" rel=""><img alt="изображение_2021-04-14_183323.png" class="ipsImage ipsImage_thumbnailed" data-fileid="3108" src="//storage.yandexcloud.net/pawnorus/monthly_2021_04/6076d30520873__2021-04-14_183323.png.5d8be54fd944f08ef40f76b2167b5d09.png" /></a>
</p>

<p>
	<a class="ipsAttachLink" href="https://pawno-rus.com/applications/core/interface/file/attachment.php?id=3109" data-fileid="3109" rel="">зарузка.rar</a>
</p>

<p>
	P.S Если понравилось нажми +
</p>
]]></description><guid isPermaLink="false">5449</guid><pubDate>Wed, 14 Apr 2021 11:34:00 +0000</pubDate></item><item><title>{TD}&#x412;&#x440;&#x435;&#x43C;&#x44F; (3d)</title><link>https://pawno-rus.com/topic/5448-tdvremya-3d/</link><description><![CDATA[
<p>
	Все приветствую! 
</p>

<p>
	Сливаю тхд время, не знаю может кому и пригодится!.
</p>

<p>
	P.S тут только сама картинка, время сами добавите!
</p>

<p>
	 
</p>

<p><a href="//storage.yandexcloud.net/pawnorus/monthly_2021_04/6076cfa182c6e__2021-04-14_181856.png.2bd9647f6bec7a096b3b524564e100ed.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="3106" src="//storage.yandexcloud.net/pawnorus/monthly_2021_04/6076cfa182c6e__2021-04-14_181856.png.2bd9647f6bec7a096b3b524564e100ed.png" class="ipsImage ipsImage_thumbnailed" alt="изображение_2021-04-14_181856.png"></a></p>
<p><a class="ipsAttachLink" href="//pawno-rus.ru/applications/core/interface/file/attachment.php?id=3107">sliv.rar</a></p>]]></description><guid isPermaLink="false">5448</guid><pubDate>Wed, 14 Apr 2021 11:19:10 +0000</pubDate></item><item><title>{TD}&#x410;&#x432;&#x442;&#x43E;&#x440;&#x438;&#x437;&#x430;&#x446;&#x438;&#x44F; (txd)</title><link>https://pawno-rus.com/topic/5446-tdavtorizaciya-txd/</link><description><![CDATA[
<p>
	Всем доброго времени суток!
</p>

<p>
	 
</p>

<p><a href="//storage.yandexcloud.net/pawnorus/monthly_2021_04/60755cadd2b06__2021-04-13_155612.png.e0468a2e7db24e11d88a98e998f555d5.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="3104" src="//storage.yandexcloud.net/pawnorus/monthly_2021_04/60755cadd2b06__2021-04-13_155612.png.e0468a2e7db24e11d88a98e998f555d5.png" class="ipsImage ipsImage_thumbnailed" alt="изображение_2021-04-13_155612.png"></a></p>
<p><a class="ipsAttachLink" href="//pawno-rus.ru/applications/core/interface/file/attachment.php?id=3105">sliv.rar</a></p>]]></description><guid isPermaLink="false">5446</guid><pubDate>Tue, 13 Apr 2021 08:57:45 +0000</pubDate></item><item><title>&#x41A;&#x440;&#x430;&#x441;&#x438;&#x432;&#x44B;&#x439; &#x43B;&#x43E;&#x433;&#x43E;&#x442;&#x438;&#x43F;</title><link>https://pawno-rus.com/topic/5445-krasivyy-logotip/</link><description><![CDATA[
<p>
	<strong>Приветствую чилавеки!</strong><br>
	Первый мой пост про текстдравы и вообще самый первый, ладно перейдем к самому коду!<br>
	 
</p>

<div class="ipsSpoiler" data-ipsspoiler="" data-ipsspoiler-option="Код">
	<div class="ipsSpoiler_header">
		<span>Спойлер</span>
	</div>

	<div class="ipsSpoiler_contents">
		<pre class="ipsCode prettyprint lang-html prettyprinted">

<span class="pln">new Text:fstd[18];

fstd[17] = TextDrawCreate(608.010010, 70.250000, "");
TextDrawLetterSize(fstd[17], 0.000000, 0.200000);
TextDrawTextSize(fstd[17], 545.750000, 0.000000);
TextDrawAlignment(fstd[17], 0);
TextDrawColor(fstd[17], 0xFFFFFFFFE1E1E1FF);
TextDrawUseBox(fstd[17], 1);
TextDrawBoxColor(fstd[17], 0x5A0C10FF);
TextDrawSetShadow(fstd[17], 2);
TextDrawSetOutline(fstd[17], 0);
TextDrawBackgroundColor(fstd[17], 0x000000FF);
TextDrawFont(fstd[17], 1);
TextDrawSetProportional(fstd[17], 1);
TextDrawSetSelectable(fstd[17], 0);

fstd[16] = TextDrawCreate(610.010010, 68.250000, "");
TextDrawLetterSize(fstd[16], 0.000000, 0.640000);
TextDrawTextSize(fstd[16], 543.750000, 0.000000);
TextDrawAlignment(fstd[16], 0);
TextDrawColor(fstd[16], 0xFFFFFFFFE1E1E1FF);
TextDrawUseBox(fstd[16], 1);
TextDrawBoxColor(fstd[16], 0x000000FF);
TextDrawSetShadow(fstd[16], 2);
TextDrawSetOutline(fstd[16], 0);
TextDrawBackgroundColor(fstd[16], 0x000000FF);
TextDrawFont(fstd[16], 1);
TextDrawSetProportional(fstd[16], 1);
TextDrawSetSelectable(fstd[16], 0);

fstd[15] = TextDrawCreate(526.000000, 124.375000, "LD_SPAC:white");
TextDrawLetterSize(fstd[15], 0.000000, 0.000000);
TextDrawTextSize(fstd[15], 81.000000, 13.000000);
TextDrawAlignment(fstd[15], 1);
TextDrawColor(fstd[15], 0x141414A0);
TextDrawUseBox(fstd[15], 0);
TextDrawBoxColor(fstd[15], 0xFFFFFFFF80808080);
TextDrawSetShadow(fstd[15], 0);
TextDrawSetOutline(fstd[15], 0);
TextDrawBackgroundColor(fstd[15], 0x000000FF);
TextDrawFont(fstd[15], 4);
TextDrawSetProportional(fstd[15], 0);
TextDrawSetSelectable(fstd[15], 0);

fstd[14] = TextDrawCreate(525.000000, 135.312500, "particle:lamp_shad_64");
TextDrawLetterSize(fstd[14], 0.000000, 0.000000);
TextDrawTextSize(fstd[14], 86.000000, -11.000000);
TextDrawAlignment(fstd[14], 1);
TextDrawColor(fstd[14], 0xFFFFFFFFFFFFFF14);
TextDrawUseBox(fstd[14], 0);
TextDrawBoxColor(fstd[14], 0xFFFFFFFF80808080);
TextDrawSetShadow(fstd[14], 0);
TextDrawSetOutline(fstd[14], 0);
TextDrawBackgroundColor(fstd[14], 0x000000FF);
TextDrawFont(fstd[14], 4);
TextDrawSetProportional(fstd[14], 0);
TextDrawSetSelectable(fstd[14], 0);

fstd[13] = TextDrawCreate(585.500000, 126.562500, "__");
TextDrawLetterSize(fstd[13], 0.150998, 0.834375);
TextDrawTextSize(fstd[13], 1280.000000, 1280.000000);
TextDrawAlignment(fstd[13], 2);
TextDrawColor(fstd[13], 0xFFFFFFFFFFFFFFFF);
TextDrawUseBox(fstd[13], 0);
TextDrawBoxColor(fstd[13], 0xFFFFFFFF80808080);
TextDrawSetShadow(fstd[13], 0);
TextDrawSetOutline(fstd[13], 0);
TextDrawBackgroundColor(fstd[13], 0x000000FF);
TextDrawFont(fstd[13], 2);
TextDrawSetProportional(fstd[13], 1);
TextDrawSetSelectable(fstd[13], 0);

fstd[12] = TextDrawCreate(550.500000, 126.562500, "__");
TextDrawLetterSize(fstd[12], 0.150998, 0.834375);
TextDrawTextSize(fstd[12], 1280.000000, 1280.000000);
TextDrawAlignment(fstd[12], 2);
TextDrawColor(fstd[12], 0xFFFFFFFFFFFFFFFF);
TextDrawUseBox(fstd[12], 0);
TextDrawBoxColor(fstd[12], 0xFFFFFFFF80808080);
TextDrawSetShadow(fstd[12], 0);
TextDrawSetOutline(fstd[12], 0);
TextDrawBackgroundColor(fstd[12], 0x000000FF);
TextDrawFont(fstd[12], 2);
TextDrawSetProportional(fstd[12], 1);
TextDrawSetSelectable(fstd[12], 0);

fstd[11] = TextDrawCreate(581.500000, 19.039995, "LD_SPAC:white");
TextDrawLetterSize(fstd[11], 0.000000, 0.000000);
TextDrawTextSize(fstd[11], 3.500000, 5.040011);
TextDrawAlignment(fstd[11], 1);
TextDrawColor(fstd[11], 0xFFFFFFFFFFFFFFFF);
TextDrawUseBox(fstd[11], 0);
TextDrawBoxColor(fstd[11], 0xFFFFFFFF80808080);
TextDrawSetShadow(fstd[11], 0);
TextDrawSetOutline(fstd[11], 0);
TextDrawBackgroundColor(fstd[11], 0x000000FF);
TextDrawFont(fstd[11], 4);
TextDrawSetProportional(fstd[11], 1);
TextDrawSetSelectable(fstd[11], 0);

fstd[10] = TextDrawCreate(589.000000, 18.919991, "LD_SPAC:white");
TextDrawLetterSize(fstd[10], 0.000000, 0.000000);
TextDrawTextSize(fstd[10], 3.500000, 5.600011);
TextDrawAlignment(fstd[10], 1);
TextDrawColor(fstd[10], 0xFFFFFFFFFFFFFFFF);
TextDrawUseBox(fstd[10], 0);
TextDrawBoxColor(fstd[10], 0xFFFFFFFF80808080);
TextDrawSetShadow(fstd[10], 0);
TextDrawSetOutline(fstd[10], 0);
TextDrawBackgroundColor(fstd[10], 0x000000FF);
TextDrawFont(fstd[10], 4);
TextDrawSetProportional(fstd[10], 1);
TextDrawSetSelectable(fstd[10], 0);

fstd[9] = TextDrawCreate(580.500000, 21.840015, "LD_BEAT:chit");
TextDrawLetterSize(fstd[9], 0.000000, 0.000000);
TextDrawTextSize(fstd[9], 5.000000, 6.159992);
TextDrawAlignment(fstd[9], 1);
TextDrawColor(fstd[9], 0xFFFFFFFFFFFFFFFF);
TextDrawUseBox(fstd[9], 0);
TextDrawBoxColor(fstd[9], 0xFFFFFFFF80808080);
TextDrawSetShadow(fstd[9], 0);
TextDrawSetOutline(fstd[9], 0);
TextDrawBackgroundColor(fstd[9], 0x000000FF);
TextDrawFont(fstd[9], 4);
TextDrawSetProportional(fstd[9], 1);
TextDrawSetSelectable(fstd[9], 0);

fstd[8] = TextDrawCreate(588.000000, 22.280018, "LD_BEAT:chit");
TextDrawLetterSize(fstd[8], 0.000000, 0.000000);
TextDrawTextSize(fstd[8], 5.000000, 5.599992);
TextDrawAlignment(fstd[8], 1);
TextDrawColor(fstd[8], 0xFFFFFFFFFFFFFFFF);
TextDrawUseBox(fstd[8], 0);
TextDrawBoxColor(fstd[8], 0xFFFFFFFF80808080);
TextDrawSetShadow(fstd[8], 0);
TextDrawSetOutline(fstd[8], 0);
TextDrawBackgroundColor(fstd[8], 0x000000FF);
TextDrawFont(fstd[8], 4);
TextDrawSetProportional(fstd[8], 1);
TextDrawSetSelectable(fstd[8], 0);

fstd[7] = TextDrawCreate(581.500000, 30.119993, "LD_SPAC:white");
TextDrawLetterSize(fstd[7], 0.000000, 0.000000);
TextDrawTextSize(fstd[7], 3.500000, 6.160011);
TextDrawAlignment(fstd[7], 1);
TextDrawColor(fstd[7], 0xFFFFFFFFE91E63FF);
TextDrawUseBox(fstd[7], 0);
TextDrawBoxColor(fstd[7], 0xFFFFFFFF80808080);
TextDrawSetShadow(fstd[7], 0);
TextDrawSetOutline(fstd[7], 0);
TextDrawBackgroundColor(fstd[7], 0x000000FF);
TextDrawFont(fstd[7], 4);
TextDrawSetProportional(fstd[7], 1);
TextDrawSetSelectable(fstd[7], 0);

fstd[6] = TextDrawCreate(589.500000, 29.999994, "LD_SPAC:white");
TextDrawLetterSize(fstd[6], 0.000000, 0.000000);
TextDrawTextSize(fstd[6], 3.500000, 6.160011);
TextDrawAlignment(fstd[6], 1);
TextDrawColor(fstd[6], 0xFFFFFFFFE91E63FF);
TextDrawUseBox(fstd[6], 0);
TextDrawBoxColor(fstd[6], 0xFFFFFFFF80808080);
TextDrawSetShadow(fstd[6], 0);
TextDrawSetOutline(fstd[6], 0);
TextDrawBackgroundColor(fstd[6], 0x000000FF);
TextDrawFont(fstd[6], 4);
TextDrawSetProportional(fstd[6], 1);
TextDrawSetSelectable(fstd[6], 0);

fstd[5] = TextDrawCreate(580.500000, 27.320021, "LD_BEAT:chit");
TextDrawLetterSize(fstd[5], 0.000000, 0.000000);
TextDrawTextSize(fstd[5], 5.000000, 6.159992);
TextDrawAlignment(fstd[5], 1);
TextDrawColor(fstd[5], 0xFFFFFFFFE91E63FF);
TextDrawUseBox(fstd[5], 0);
TextDrawBoxColor(fstd[5], 0xFFFFFFFF80808080);
TextDrawSetShadow(fstd[5], 0);
TextDrawSetOutline(fstd[5], 0);
TextDrawBackgroundColor(fstd[5], 0x000000FF);
TextDrawFont(fstd[5], 4);
TextDrawSetProportional(fstd[5], 1);
TextDrawSetSelectable(fstd[5], 0);

fstd[4] = TextDrawCreate(588.500000, 26.640017, "LD_BEAT:chit");
TextDrawLetterSize(fstd[4], 0.000000, 0.000000);
TextDrawTextSize(fstd[4], 5.000000, 6.719992);
TextDrawAlignment(fstd[4], 1);
TextDrawColor(fstd[4], 0xFFFFFFFFE91E63FF);
TextDrawUseBox(fstd[4], 0);
TextDrawBoxColor(fstd[4], 0xFFFFFFFF80808080);
TextDrawSetShadow(fstd[4], 0);
TextDrawSetOutline(fstd[4], 0);
TextDrawBackgroundColor(fstd[4], 0x000000FF);
TextDrawFont(fstd[4], 4);
TextDrawSetProportional(fstd[4], 1);
TextDrawSetSelectable(fstd[4], 0);

fstd[3] = TextDrawCreate(582.500000, 25.199999, "LD_BEAT:chit");
TextDrawLetterSize(fstd[3], 0.000000, 0.000000);
TextDrawTextSize(fstd[3], 8.500000, 4.479995);
TextDrawAlignment(fstd[3], 1);
TextDrawColor(fstd[3], 0xFFFFFFFFFFFFFFFF);
TextDrawUseBox(fstd[3], 0);
TextDrawBoxColor(fstd[3], 0xFFFFFFFF80808080);
TextDrawSetShadow(fstd[3], 0);
TextDrawSetOutline(fstd[3], 0);
TextDrawBackgroundColor(fstd[3], 0x000000FF);
TextDrawFont(fstd[3], 4);
TextDrawSetProportional(fstd[3], 1);
TextDrawSetSelectable(fstd[3], 0);

fstd[2] = TextDrawCreate(599.000000, 16.239986, "HY");
TextDrawLetterSize(fstd[2], 0.287000, 1.191200);
TextDrawTextSize(fstd[2], 1280.000000, 1280.000000);
TextDrawAlignment(fstd[2], 1);
TextDrawColor(fstd[2], 0xFFFFFFFFFFFFFFFF);
TextDrawUseBox(fstd[2], 0);
TextDrawBoxColor(fstd[2], 0xFFFFFFFF80808080);
TextDrawSetShadow(fstd[2], 0);
TextDrawSetOutline(fstd[2], 0);
TextDrawBackgroundColor(fstd[2], 0x00000033);
TextDrawFont(fstd[2], 1);
TextDrawSetProportional(fstd[2], 1);
TextDrawSetSelectable(fstd[2], 0);

fstd[1] = TextDrawCreate(611.000000, 16.119987, "PE");
TextDrawLetterSize(fstd[1], 0.287000, 1.191200);
TextDrawTextSize(fstd[1], 1280.000000, 1280.000000);
TextDrawAlignment(fstd[1], 1);
TextDrawColor(fstd[1], 0xFFFFFFFFE91E63FF);
TextDrawUseBox(fstd[1], 0);
TextDrawBoxColor(fstd[1], 0xFFFFFFFF80808080);
TextDrawSetShadow(fstd[1], 0);
TextDrawSetOutline(fstd[1], 0);
TextDrawBackgroundColor(fstd[1], 0x00000033);
TextDrawFont(fstd[1], 1);
TextDrawSetProportional(fstd[1], 1);
TextDrawSetSelectable(fstd[1], 0);

fstd[0] = TextDrawCreate(596.000000, 25.760004, "r o l e p l a y");
TextDrawLetterSize(fstd[0], 0.101499, 0.592000);
TextDrawTextSize(fstd[0], 1280.000000, 1280.000000);
TextDrawAlignment(fstd[0], 1);
TextDrawColor(fstd[0], 0xFFFFFFFFFFFFFFFF);
TextDrawUseBox(fstd[0], 0);
TextDrawBoxColor(fstd[0], 0xFFFFFFFF80808080);
TextDrawSetShadow(fstd[0], 0);
TextDrawSetOutline(fstd[0], 0);
TextDrawBackgroundColor(fstd[0], 0x00000033);
TextDrawFont(fstd[0], 2);
TextDrawSetProportional(fstd[0], 1);
TextDrawSetSelectable(fstd[0], 0);</span></pre>

		<p>
			 
		</p>
	</div>
</div>

<p>
	Логотип красивый и достаточно приемлемый для открытия своего проекта.<br>
	 
</p>
]]></description><guid isPermaLink="false">5445</guid><pubDate>Mon, 12 Apr 2021 16:03:25 +0000</pubDate></item><item><title>{TD} &#x41B;&#x43E;&#x433;&#x43E;</title><link>https://pawno-rus.com/topic/5436-td-logo/</link><description><![CDATA[
<p>
	Всех приветствую!
</p>

<p>
	 
</p>

<p><a href="//storage.yandexcloud.net/pawnorus/monthly_2021_04/606c5b39d2af6__2021-04-06_195936.png.02a0032eea71b0acd54a0241d5fa1246.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="3097" src="//storage.yandexcloud.net/pawnorus/monthly_2021_04/606c5b39d2af6__2021-04-06_195936.png.02a0032eea71b0acd54a0241d5fa1246.png" class="ipsImage ipsImage_thumbnailed" alt="изображение_2021-04-06_195936.png"></a></p>
<p><a class="ipsAttachLink" href="//pawno-rus.ru/applications/core/interface/file/attachment.php?id=3098">LOGO.rar</a></p>]]></description><guid isPermaLink="false">5436</guid><pubDate>Tue, 06 Apr 2021 12:59:51 +0000</pubDate></item><item><title>{TD} &#x41A;&#x440;&#x430;&#x441;&#x438;&#x432;&#x44B;&#x439; txd &#x43B;&#x43E;&#x433;&#x43E;</title><link>https://pawno-rus.com/topic/5435-td-krasivyy-txd-logo/</link><description><![CDATA[<p>
	<span style="color:#272a34;">Всех приветствую! </span>
</p>
<p><a href="//storage.yandexcloud.net/pawnorus/monthly_2021_04/606c591a056db_.PNG.afbb080317400b1718cd4838a337ba98.PNG" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="3095" src="//storage.yandexcloud.net/pawnorus/monthly_2021_04/606c591a056db_.PNG.afbb080317400b1718cd4838a337ba98.PNG" class="ipsImage ipsImage_thumbnailed" alt="Снимок.PNG"></a></p>
<p><a class="ipsAttachLink" href="//pawno-rus.ru/applications/core/interface/file/attachment.php?id=3096">logo.rar</a></p>]]></description><guid isPermaLink="false">5435</guid><pubDate>Tue, 06 Apr 2021 12:50:42 +0000</pubDate></item><item><title>{TD}&#x417;&#x435;&#x43B;&#x435;&#x43D;&#x430;&#x44F; &#x437;&#x43E;&#x43D;&#x430; + &#x43F;&#x430;&#x440;&#x43A;&#x43E;&#x432;&#x43A;&#x430; &#x437;&#x430;&#x43F;&#x440;&#x435;&#x449;&#x435;&#x43D;&#x430; (&#x432; &#x444;&#x43E;&#x440;&#x43C;&#x430;&#x442;&#x435; txd)</title><link>https://pawno-rus.com/topic/5404-tdzelenaya-zona-parkovka-zapreschena-v-formate-txd/</link><description><![CDATA[
<p>
	Всех приветствую! 
</p>

<p>
	Сливаю работу которую делал, где пол года назад. 
</p>

<p>
	Может кому пригодится.
</p>

<p>
	Все равно валяется без дела.
</p>

<p>
	 
</p>

<p><a href="//storage.yandexcloud.net/pawnorus/monthly_2021_03/60609632109f2_2.PNG.3468b9ab1c04374337bb950f9ec8ea35.PNG" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="3071" src="//storage.yandexcloud.net/pawnorus/monthly_2021_03/60609632109f2_2.PNG.3468b9ab1c04374337bb950f9ec8ea35.PNG" class="ipsImage ipsImage_thumbnailed" alt="Сн2имок.PNG"></a></p>
<p><a class="ipsAttachLink" href="//pawno-rus.ru/applications/core/interface/file/attachment.php?id=3072">zz+park.rar</a></p>]]></description><guid isPermaLink="false">5404</guid><pubDate>Sun, 28 Mar 2021 14:44:14 +0000</pubDate></item><item><title>{TD}&#x414;&#x435;&#x43D;&#x435;&#x433;</title><link>https://pawno-rus.com/topic/5402-tddeneg/</link><description><![CDATA[
<p>
	Всем доброго времени суток.
</p>

<p>
	Сливаю еще одну свою работу.
</p>

<p>
	<strong>По установке:</strong><br style="color:#272a34;" /><strong><span style="font-size:14px;"><span style="color:#272a34;">-Файл нужно кинуть просто в папку CUSTOM</span><br style="color:#272a34;" /><span style="color:#272a34;">-Я сливаю вам только текстдрав</span><br style="color:#272a34;" /><span style="color:#272a34;">-Сами должны написать чтобы изменялась строка денег</span></span></strong>
</p>

<p>
	 
</p>

<p>
	<strong><span style="font-size:14px;"><span style="color:#272a34;">Спасибо за оценку. <img alt=":)" data-emoticon="" height="20" src="//storage.yandexcloud.net/pawnorus/emoticons/smile.png" srcset="//storage.yandexcloud.net/pawnorus/emoticons/smile@2x.png 2x" title=":)" width="20" /></span></span></strong>
</p>

<p><a href="//storage.yandexcloud.net/pawnorus/monthly_2021_03/60609013419c5_.PNG.a50b3d94ecc84aad34ed9ff46e2c7154.PNG" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="3069" src="//storage.yandexcloud.net/pawnorus/monthly_2021_03/60609013419c5_.PNG.a50b3d94ecc84aad34ed9ff46e2c7154.PNG" class="ipsImage ipsImage_thumbnailed" alt="Снимок.PNG"></a></p>
<p><a class="ipsAttachLink" href="//pawno-rus.ru/applications/core/interface/file/attachment.php?id=3070">money.rar</a></p>]]></description><guid isPermaLink="false">5402</guid><pubDate>Sun, 28 Mar 2021 14:18:17 +0000</pubDate></item><item><title>{TD}&#x41F;&#x440;&#x43E;&#x441;&#x442;&#x43E;&#x439; &#x43B;&#x43E;&#x433;&#x43E;&#x442;&#x438;&#x43F;</title><link>https://pawno-rus.com/topic/5398-tdprostoy-logotip/</link><description><![CDATA[
<p>
	Все приветствую! 
</p>

<p>
	От того что было нечего делать решил сделать логотип.
</p>

<p>
	Жду ваших оценок.
</p>

<p>
	<a class="ipsAttachLink" href="https://pawno-rus.com/applications/core/interface/file/attachment.php?id=3054" data-fileid="3054" rel="">logo.rar</a>
</p>

<p><a href="//storage.yandexcloud.net/pawnorus/monthly_2021_03/605f18f0075da__2021-03-27_183721.png.dfd3d83f1f0c93f91333f0ca0ec06b2d.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="3055" src="//storage.yandexcloud.net/pawnorus/monthly_2021_03/605f18f0075da__2021-03-27_183721.png.dfd3d83f1f0c93f91333f0ca0ec06b2d.png" class="ipsImage ipsImage_thumbnailed" alt="изображение_2021-03-27_183721.png"></a></p>]]></description><guid isPermaLink="false">5398</guid><pubDate>Sat, 27 Mar 2021 11:36:27 +0000</pubDate></item><item><title>TextDraw &#xAB;&#x410;&#x417;&#x421;&#xBB;</title><link>https://pawno-rus.com/topic/5394-textdraw-%C2%ABazs%C2%BB/</link><description><![CDATA[
<p>
	Приветствую всех. Вновь хочу слить для Вас простенькую работу.
</p>

<div class="ipsSpoiler" data-ipsspoiler="" data-ipsspoiler-option="Скриншот">
	<div class="ipsSpoiler_header">
		<span>Спойлер</span>
	</div>

	<div class="ipsSpoiler_contents">
		<p>
			<img alt="MsXIjTgRBWo.jpg?size=1280x720&amp;quality=96&amp;sign=fc378bb8fa425d681a40c98cad05c748&amp;type=album" src="https://pawno-rus.com/applications/core/interface/imageproxy/imageproxy.php?img=https://sun9-54.userapi.com/impg/cQAr4tiS53RR2KEAZo1VF3FX0fukgc7GC7GJkg/MsXIjTgRBWo.jpg?size=1280x720%26quality=96%26sign=fc378bb8fa425d681a40c98cad05c748%26type=album&amp;key=466d05da02d70a87588cc3ede30a2ba8d13e3ecf2daf877a4af3fdc8e4b2f8d7" /></p>
	</div>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p><a class="ipsAttachLink" href="//pawno-rus.ru/applications/core/interface/file/attachment.php?id=3052">TD_AZS.pwn</a></p>]]></description><guid isPermaLink="false">5394</guid><pubDate>Thu, 25 Mar 2021 19:17:08 +0000</pubDate></item><item><title>TextDraw &#xAB;&#x420;&#x435;&#x433;&#x438;&#x441;&#x442;&#x440;&#x430;&#x446;&#x438;&#x44F;&#xBB;</title><link>https://pawno-rus.com/topic/5389-textdraw-%C2%ABregistraciya%C2%BB/</link><description><![CDATA[
<p>
	Всем привет, решил слить что-нибудь.
</p>

<p>
	Держите простенькое меню регистрации, вчера сделал.
</p>

<div class="ipsSpoiler" data-ipsspoiler="" data-ipsspoiler-option="Скриншот">
	<div class="ipsSpoiler_header">
		<span>Спойлер</span>
	</div>

	<div class="ipsSpoiler_contents">
		<p>
			<img src="https://pawno-rus.com/applications/core/interface/imageproxy/imageproxy.php?img=https://sun9-24.userapi.com/impf/R7vwd4ev4UrpYF41qOL6rxA9s5xR7WeDZsPuSg/OeOPeq-l2Nc.jpg?size=1280x720%26quality=96%26sign=06fc584acdf4143ac821274e68190314%26type=album&amp;key=a9f5d7073d780a1410d32b6d56f088a1103ff1c3928f59a577b324cedf1784d6" alt="OeOPeq-l2Nc.jpg?size=1280x720&amp;quality=96&amp;sign=06fc584acdf4143ac821274e68190314&amp;type=album" /></p>
	</div>
</div>

<p>
	 
</p>

<p><a class="ipsAttachLink" href="//pawno-rus.ru/applications/core/interface/file/attachment.php?id=3043">TD_Reg.pwn</a></p>]]></description><guid isPermaLink="false">5389</guid><pubDate>Thu, 25 Mar 2021 12:11:01 +0000</pubDate></item><item><title>&#x41F;&#x440;&#x43E;&#x441;&#x442;&#x43E;&#x439; &#x43B;&#x43E;&#x433;&#x43E;&#x442;&#x438;&#x43F; &#x432; &#x444;&#x43E;&#x440;&#x43C;&#x430;&#x442;&#x435; txd</title><link>https://pawno-rus.com/topic/5391-prostoy-logotip-v-formate-txd/</link><description><![CDATA[
<p style="text-align:center;">
	<span style="font-size:14px;"><strong>Всем доброго времени суток. </strong></span>
</p>

<p style="text-align:center;">
	<span style="font-size:14px;"><strong>Решил слить вам свою первую работа, так что не судите строго.</strong></span>
</p>

<p style="text-align:center;">
	 
</p>

<p style="text-align:center;">
	<b>P.S. Вроде все для установки есть. Если что пишите.</b>
</p>

<p style="text-align:center;">
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="3047" src="//storage.yandexcloud.net/pawnorus/monthly_2021_03/605c9b813e627_.PNG.0a4d6611112de572647732af6e2a25f2.PNG" style="width:250px;height:auto;" alt="605c9b813e627_.PNG.0a4d6611112de572647732af6e2a25f2.PNG" /></p>

<p style="text-align:center;">
	 
</p>

<p>
	 
</p>

<p><a class="ipsAttachLink" href="//pawno-rus.ru/applications/core/interface/file/attachment.php?id=3048">logo.rar</a></p>]]></description><guid isPermaLink="false">5391</guid><pubDate>Thu, 25 Mar 2021 14:16:16 +0000</pubDate></item><item><title>TextDraw: &#x41B;&#x43E;&#x433;&#x43E;&#x442;&#x438;&#x43F;</title><link>https://pawno-rus.com/topic/1868-textdraw-logotip/</link><description><![CDATA[
<div class="ipsSpoiler" data-ipsspoiler="" data-ipsspoiler-option="Код">
	<div class="ipsSpoiler_header">
		<span>Спойлер</span>
	</div>

	<div class="ipsSpoiler_contents">
		<p>
			//Global Textdraws:
		</p>

		<p>
			new Text:Textdraw0;<br />
			new Text:Textdraw1;<br />
			new Text:Textdraw2;<br />
			new Text:Textdraw3;
		</p>

		<p>
			<br />
			Textdraw0 = TextDrawCreate(630.750000, 21.333333, "usebox");<br />
			TextDrawLetterSize(Textdraw0, 0.000000, 1.176388);<br />
			TextDrawTextSize(Textdraw0, 552.375000, 0.000000);<br />
			TextDrawAlignment(Textdraw0, 1);<br />
			TextDrawColor(Textdraw0, 0);<br />
			TextDrawUseBox(Textdraw0, true);<br />
			TextDrawBoxColor(Textdraw0, 10679978);<br />
			TextDrawSetShadow(Textdraw0, 0);<br />
			TextDrawSetOutline(Textdraw0, 0);<br />
			TextDrawFont(Textdraw0, 0);
		</p>

		<p>
			Textdraw1 = TextDrawCreate(567.500000, 3.499986, "Name");<br />
			TextDrawLetterSize(Textdraw1, 0.424374, 1.728333);<br />
			TextDrawAlignment(Textdraw1, 1);<br />
			TextDrawColor(Textdraw1, -1);<br />
			TextDrawSetShadow(Textdraw1, 0);<br />
			TextDrawSetOutline(Textdraw1, 1);<br />
			TextDrawBackgroundColor(Textdraw1, 51);<br />
			TextDrawFont(Textdraw1, 2);<br />
			TextDrawSetProportional(Textdraw1, 1);
		</p>

		<p>
			Textdraw2 = TextDrawCreate(557.500000, 17.499984, "Roleplay");<br />
			TextDrawLetterSize(Textdraw2, 0.329374, 1.564999);<br />
			TextDrawAlignment(Textdraw2, 1);<br />
			TextDrawColor(Textdraw2, -1);<br />
			TextDrawSetShadow(Textdraw2, 0);<br />
			TextDrawSetOutline(Textdraw2, 1);<br />
			TextDrawBackgroundColor(Textdraw2, 51);<br />
			TextDrawFont(Textdraw2, 2);<br />
			TextDrawSetProportional(Textdraw2, 1);
		</p>

		<p>
			Textdraw3 = TextDrawCreate(556.875000, 33.833381, "NAME-<abbr title="RolePlay режим игры SAMP/CRMP и др. игр">RP</abbr>.ru");<br />
			TextDrawLetterSize(Textdraw3, 0.292499, 1.261666);<br />
			TextDrawAlignment(Textdraw3, 1);<br />
			TextDrawColor(Textdraw3, -1);<br />
			TextDrawSetShadow(Textdraw3, 0);<br />
			TextDrawSetOutline(Textdraw3, 1);<br />
			TextDrawBackgroundColor(Textdraw3, 51);<br />
			TextDrawFont(Textdraw3, 2);<br />
			TextDrawSetProportional(Textdraw3, 1);
		</p>
	</div>
</div>

<div class="ipsSpoiler" data-ipsspoiler="" data-ipsspoiler-option="Скриншот">
	<div class="ipsSpoiler_header">
		<span>Спойлер</span>
	</div>

	<div class="ipsSpoiler_contents">
		<p>
			<img class="ipsImage ipsImage_thumbnailed" data-fileid="1299" src="//storage.yandexcloud.net/pawnorus/monthly_2017_12/DmR7EFyfElU.jpg.cde7e057c606e0f981a23ba8485c9d2f.jpg" alt="DmR7EFyfElU.jpg.cde7e057c606e0f981a23ba8485c9d2f.jpg" /></p>
	</div>
</div>

<p>
	 
</p>
]]></description><guid isPermaLink="false">1868</guid><pubDate>Thu, 28 Dec 2017 13:18:37 +0000</pubDate></item><item><title>Logotip</title><link>https://pawno-rus.com/topic/5200-logotip/</link><description><![CDATA[
<p style="text-align:center;">
	&gt;&gt;&gt;&gt;&gt;Одаю вам свою работу не пригадилась!&lt;&lt;&lt;&lt;&lt;
</p>

<p style="text-align:center;">
	&gt;&gt;&gt;&gt;&gt;Автор: Nikita_Livaiss&lt;&lt;&lt;&lt;&lt;
</p>

<p style="text-align:center;">
	&gt;&gt;&gt;&gt;&gt;Кому не сложно:&lt;&lt;&lt;&lt;&lt;
</p>

<p style="text-align:center;">
	<span style="color:#202124;">&gt;&gt;&gt;&gt;&gt;Like me!&lt;&lt;&lt;&lt;&lt;</span>
</p>

<div class="ipsSpoiler" data-ipsspoiler="" data-ipsspoiler-option="Скрин">
	<div class="ipsSpoiler_header">
		<span>Спойлер</span>
	</div>

	<div class="ipsSpoiler_contents">
		<p>
			<img class="ipsImage ipsImage_thumbnailed" data-fileid="2846" src="//storage.yandexcloud.net/pawnorus/monthly_2020_12/5fe2afbb0c9c4_.png.03dd173d2906a0e4f5d0727093ebc84d.png" alt="5fe2afbb0c9c4_.png.03dd173d2906a0e4f5d0727093ebc84d.png" /></p>
	</div>
</div>

<p>
	 
</p>

<p><a class="ipsAttachLink" href="//pawno-rus.ru/applications/core/interface/file/attachment.php?id=2847">TD_Logoggogo.pwn</a></p>]]></description><guid isPermaLink="false">5200</guid><pubDate>Wed, 23 Dec 2020 02:50:33 +0000</pubDate></item><item><title>&#x41B;&#x43E;&#x433;&#x43E;&#x442;&#x438;&#x43F; &#x434;&#x43B;&#x44F; &#x43F;&#x440;&#x43E;&#x435;&#x43A;&#x442;&#x430;</title><link>https://pawno-rus.com/topic/5198-logotip-dlya-proekta/</link><description><![CDATA[
<p style="text-align:center;">
	<em>Одаю вам свою работу (не пригодилась)</em>
</p>

<p style="text-align:center;">
	<em>Автор : Nikita_Livaiss</em>
</p>

<p style="text-align:center;">
	<em>Подпись: Люблю деньги!</em>
</p>

<div class="ipsSpoiler" data-ipsspoiler="" data-ipsspoiler-option="Скрин">
	<div class="ipsSpoiler_header">
		<span>Спойлер</span>
	</div>

	<div class="ipsSpoiler_contents">
		<p>
			<a class="ipsAttachLink ipsAttachLink_image" data-fileid="2844" href="//storage.yandexcloud.net/pawnorus/monthly_2020_12/cr-mp-000.png.8aaa2d081b095f404722d2c9e34c7d4c.png" rel=""><img alt="cr-mp-000.thumb.png.27bf0c1117089aaf70c4a893cbeacb25.png" class="ipsImage ipsImage_thumbnailed" data-fileid="2844" src="//storage.yandexcloud.net/pawnorus/monthly_2020_12/cr-mp-000.thumb.png.27bf0c1117089aaf70c4a893cbeacb25.png" /></a>
		</p>
	</div>
</div>

<p>
	 
</p>

<p>
	<a class="ipsAttachLink" href="https://pawno-rus.com/applications/core/interface/file/attachment.php?id=2845" data-fileid="2845" rel="">TD_Logotip.pwn</a>
</p>
]]></description><guid isPermaLink="false">5198</guid><pubDate>Tue, 22 Dec 2020 09:40:20 +0000</pubDate></item><item><title>&#x421;&#x43F;&#x435;&#x43A; &#x43C;&#x435;&#x43D;&#x44E;(&#x441;&#x43B;&#x435;&#x434;&#x438;&#x442;&#x44C; &#x437;&#x430; &#x438;&#x433;&#x440;&#x43E;&#x43A;&#x43E;&#x43C;)</title><link>https://pawno-rus.com/topic/3292-spek-menyusledit-za-igrokom/</link><description><![CDATA[
<p>
	Привет всем, нарисовал менюшку на TD для команды /spec(следить за игроком).
</p>

<p>
	 
</p>

<p>
	Автор: SCRIPTMAN
</p>

<div class="ipsSpoiler" data-ipsspoiler="" data-ipsspoiler-option="Скриншот">
	<div class="ipsSpoiler_header">
		<span>Спойлер</span>
	</div>

	<div class="ipsSpoiler_contents">
		<p>
			<a class="ipsAttachLink ipsAttachLink_image" href="//storage.yandexcloud.net/pawnorus/monthly_2019_01/sa-mp-009.png.436426eeb0db5e13ce563a4247f63aa7.png" data-fileid="2067" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="2067" src="//storage.yandexcloud.net/pawnorus/monthly_2019_01/sa-mp-009.thumb.png.1e895ddb60c86856ea9bf89fc754aa4c.png" alt="sa-mp-009.thumb.png.1e895ddb60c86856ea9bf89fc754aa4c.png" /></a>
		</p>
	</div>
</div>

<p>
	<a class="ipsAttachLink" href="https://pawno-rus.com/applications/core/interface/file/attachment.php?id=2066" data-fileid="2066" rel="">AmdSpec.pwn</a>
</p>
]]></description><guid isPermaLink="false">3292</guid><pubDate>Sat, 05 Jan 2019 09:59:10 +0000</pubDate></item><item><title>&#x422;&#x435;&#x43A;&#x441;&#x434;&#x440;&#x430;&#x432; &#x434;&#x435;&#x43D;&#x435;&#x433;</title><link>https://pawno-rus.com/topic/3245-teksdrav-deneg/</link><description><![CDATA[
<p>
	<span style="color:#000000;">Название: Тексдрав денег</span><br style="color:#000000;" /><span style="color:#000000;">Автор: Эдгар Карклиневский (SampBazz)</span>
</p>

<div class="ipsSpoiler" data-ipsspoiler="" data-ipsspoiler-option="Фотография">
	<div class="ipsSpoiler_header">
		<span>Спойлер</span>
	</div>

	<div class="ipsSpoiler_contents">
		<p>
			<img alt="WgpiAhhoYtg.jpg" class="ipsImage" height="562" src="https://pawno-rus.com/applications/core/interface/imageproxy/imageproxy.php?img=https://pp.userapi.com/c851124/v851124654/70b2c/WgpiAhhoYtg.jpg&amp;key=a0f25c914d63c6d80e68423404114ff101f5da7a9c464178366e57946dcbcf48" width="1000" /></p>
	</div>
</div>

<div class="ipsSpoiler" data-ipsspoiler="" data-ipsspoiler-option="Код">
	<div class="ipsSpoiler_header">
		<span>Спойлер</span>
	</div>

	<div class="ipsSpoiler_contents">
		<p>
			// Текстдравы для игроков<br />
			new PlayerText:TDEditor_PTD[MAX_PLAYERS][13];
		</p>

		<p>
			TDEditor_PTD[playerid][0] = CreatePlayerTextDraw(playerid, 497.3866, 77.9999, "LD_SPAC:white"); // пусто<br />
			PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][0], 106.0000, 22.0000);<br />
			PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][0], 1);<br />
			PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][0], 255);<br />
			PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][0], 255);<br />
			PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][0], 4);<br />
			PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][0], 0);<br />
			PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0);
		</p>

		<p>
			TDEditor_PTD[playerid][1] = CreatePlayerTextDraw(playerid, 588.3856, 72.7666, "ld_beat:chit"); // пусто<br />
			PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][1], 30.0000, 32.5699);<br />
			PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][1], 1);<br />
			PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][1], 255);<br />
			PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][1], 255);<br />
			PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][1], 4);<br />
			PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][1], 0);<br />
			PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][1], 0);
		</p>

		<p>
			TDEditor_PTD[playerid][2] = CreatePlayerTextDraw(playerid, 482.0311, 72.8500, "ld_beat:chit"); // пусто<br />
			PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][2], 30.0000, 32.5699);<br />
			PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][2], 1);<br />
			PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][2], 255);<br />
			PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][2], 255);<br />
			PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][2], 4);<br />
			PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][2], 0);<br />
			PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][2], 0);
		</p>

		<p>
			TDEditor_PTD[playerid][3] = CreatePlayerTextDraw(playerid, 588.8483, 73.5500, "ld_beat:chit"); // пусто<br />
			PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][3], 28.3300, 30.8400);<br />
			PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][3], 1);<br />
			PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][3], -1523963137);<br />
			PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][3], 255);<br />
			PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][3], 4);<br />
			PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][3], 0);<br />
			PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][3], 0);
		</p>

		<p>
			TDEditor_PTD[playerid][4] = CreatePlayerTextDraw(playerid, 500.0776, 73.9500, "ld_beat:chit"); // пусто<br />
			PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][4], 28.0000, 30.0000);<br />
			PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][4], 1);<br />
			PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][4], -1523963137);<br />
			PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][4], 255);<br />
			PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][4], 4);<br />
			PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][4], 0);<br />
			PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][4], 0);
		</p>

		<p>
			TDEditor_PTD[playerid][5] = CreatePlayerTextDraw(playerid, 515.3100, 79.2499, "LD_SPAC:white"); // пусто<br />
			PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][5], 88.8597, 19.6299);<br />
			PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][5], 1);<br />
			PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][5], -1523963137);<br />
			PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][5], 255);<br />
			PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][5], 4);<br />
			PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][5], 0);<br />
			PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][5], 0);
		</p>

		<p>
			TDEditor_PTD[playerid][6] = CreatePlayerTextDraw(playerid, 514.4652, 79.5833, "LD_SPAC:white"); // пусто<br />
			PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][6], 89.0000, 18.7699);<br />
			PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][6], 1);<br />
			PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][6], 255);<br />
			PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][6], 255);<br />
			PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][6], 4);<br />
			PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][6], 0);<br />
			PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][6], 0);
		</p>

		<p>
			TDEditor_PTD[playerid][7] = CreatePlayerTextDraw(playerid, 501.1456, 74.8667, "ld_beat:chit"); // пусто<br />
			PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][7], 26.0000, 28.0999);<br />
			PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][7], 1);<br />
			PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][7], 255);<br />
			PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][7], 255);<br />
			PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][7], 4);<br />
			PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][7], 0);<br />
			PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][7], 0);
		</p>

		<p>
			TDEditor_PTD[playerid][8] = CreatePlayerTextDraw(playerid, 589.9647, 74.9334, "ld_beat:chit"); // пусто<br />
			PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][8], 26.0000, 28.0999);<br />
			PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][8], 1);<br />
			PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][8], 255);<br />
			PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][8], 255);<br />
			PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][8], 4);<br />
			PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][8], 0);<br />
			PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][8], 0);
		</p>

		<p>
			TDEditor_PTD[playerid][9] = CreatePlayerTextDraw(playerid, 483.7897, 74.7167, "ld_beat:chit"); // пусто<br />
			PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][9], 26.4300, 29.0800);<br />
			PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][9], 1);<br />
			PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][9], 8388863);<br />
			PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][9], 255);<br />
			PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][9], 4);<br />
			PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][9], 0);<br />
			PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][9], 0);
		</p>

		<p>
			TDEditor_PTD[playerid][10] = CreatePlayerTextDraw(playerid, 484.7898, 75.4167, "ld_beat:chit"); // пусто<br />
			PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][10], 24.4799, 27.8099);<br />
			PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][10], 1);<br />
			PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][10], 255);<br />
			PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][10], 255);<br />
			PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][10], 4);<br />
			PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][10], 0);<br />
			PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][10], 0);
		</p>

		<p>
			TDEditor_PTD[playerid][11] = CreatePlayerTextDraw(playerid, 492.9012, 81.2999, "$"); // пусто<br />
			PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][11], 0.4000, 1.6000);<br />
			PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][11], 1);<br />
			PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][11], 8388863);<br />
			PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][11], 255);<br />
			PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][11], 1);<br />
			PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][11], 1);<br />
			PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][11], 0);
		</p>

		<p>
			TDEditor_PTD[playerid][12] = CreatePlayerTextDraw(playerid, 559.4684, 80.4833, "999999999999"); // пусто<br />
			PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][12], 0.2108, 1.6074);<br />
			PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][12], 2);<br />
			PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][12], -1);<br />
			PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][12], 255);<br />
			PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][12], 2);<br />
			PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][12], 1);<br />
			PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][12], 0);
		</p>

		<p>
			// Экспортировано 13 текстдравов.
		</p>
	</div>
</div>

<p>
	 
</p>
]]></description><guid isPermaLink="false">3245</guid><pubDate>Tue, 25 Dec 2018 17:07:04 +0000</pubDate></item></channel></rss>
