Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie

Colour Adverts


  • Nie możesz napisać tematu
  • Zaloguj się, aby dodać odpowiedź
Brak odpowiedzi do tego tematu

#1 Adminek AMXX.PL

    Admin :)

  • Bot

Reputacja: 156
Profesjonalista

  • Postów:7 490
  • Lokalizacja:AMXX.PL
Offline

Napisano 07.01.2014 07:53

<!-- BEGIN TEMPLATE: postbit_external -->
<div><font size="6"><font color="red">ADVERTS</font></font><br /><br />Hello all alliedmodders today i made a quick advert plugin, i dont know if it has already been done but here it is<br /><br />You can change your colors by adding {red}, {green} etc<br />i am using morecolors for this plugin so here is the color list which this plugin supports<br /><br /><!-- BEGIN TEMPLATE: bbcode_quote_printable -->
<div style="margin:20px; margin-top:5px; ">
<div class="smallfont" style="margin-bottom:2px">Quote:</div>
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2">
<hr />

<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code:</div>
<hr /><code style="margin:0px" dir="ltr" style="text-align:left">SetTrieValue(hTrie, &quot;aliceblue&quot;, 0xF0F8FF);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;antiquewhite&quot;, 0xFAEBD7);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;aqua&quot;, 0x00FFFF);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;aquamarine&quot;, 0x7FFFD4);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;azure&quot;, 0xF0FFFF);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;beige&quot;, 0xF5F5DC);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;bisque&quot;, 0xFFE4C4);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;black&quot;, 0x000000);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;blanchedalmond&quot;, 0xFFEBCD);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;blue&quot;, 0x99CCFF); // same as BLU/Counter-Terrorist team color<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;blueviolet&quot;, 0x8A2BE2);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;brown&quot;, 0xA52A2A);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;burlywood&quot;, 0xDEB887);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;cadetblue&quot;, 0x5F9EA0);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;chartreuse&quot;, 0x7FFF00);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;chocolate&quot;, 0xD2691E);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;coral&quot;, 0xFF7F50);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;cornflowerblue&quot;, 0x6495ED);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;cornsilk&quot;, 0xFFF8DC);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;crimson&quot;, 0xDC143C);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;cyan&quot;, 0x00FFFF);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darkblue&quot;, 0x00008B);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darkcyan&quot;, 0x008B8B);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darkgoldenrod&quot;, 0xB8860B);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darkgray&quot;, 0xA9A9A9);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darkgrey&quot;, 0xA9A9A9);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darkgreen&quot;, 0x006400);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darkkhaki&quot;, 0xBDB76B);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darkmagenta&quot;, 0x8B008B);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darkolivegreen&quot;, 0x556B2F);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darkorange&quot;, 0xFF8C00);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darkorchid&quot;, 0x9932CC);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darkred&quot;, 0x8B0000);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darksalmon&quot;, 0xE9967A);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darkseagreen&quot;, 0x8FBC8F);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darkslateblue&quot;, 0x483D8B);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darkslategray&quot;, 0x2F4F4F);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darkslategrey&quot;, 0x2F4F4F);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darkturquoise&quot;, 0x00CED1);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;darkviolet&quot;, 0x9400D3);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;deeppink&quot;, 0xFF1493);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;deepskyblue&quot;, 0x00BFFF);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;dimgray&quot;, 0x696969);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;dimgrey&quot;, 0x696969);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;dodgerblue&quot;, 0x1E90FF);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;firebrick&quot;, 0xB22222);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;floralwhite&quot;, 0xFFFAF0);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;forestgreen&quot;, 0x228B22);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;fuchsia&quot;, 0xFF00FF);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;fullblue&quot;, 0x0000FF);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;fullred&quot;, 0xFF0000);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;gainsboro&quot;, 0xDCDCDC);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;ghostwhite&quot;, 0xF8F8FF);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;gold&quot;, 0xFFD700);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;goldenrod&quot;, 0xDAA520);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;gray&quot;, 0xCCCCCC); // same as spectator team color<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;grey&quot;, 0xCCCCCC);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;green&quot;, 0x3EFF3E);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;greenyellow&quot;, 0xADFF2F);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;honeydew&quot;, 0xF0FFF0);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;hotpink&quot;, 0xFF69B4);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;indianred&quot;, 0xCD5C5C);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;indigo&quot;, 0x4B0082);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;ivory&quot;, 0xFFFFF0);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;khaki&quot;, 0xF0E68C);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lavender&quot;, 0xE6E6FA);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lavenderblush&quot;, 0xFFF0F5);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lawngreen&quot;, 0x7CFC00);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lemonchiffon&quot;, 0xFFFACD);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lightblue&quot;, 0xADD8E6);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lightcoral&quot;, 0xF08080);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lightcyan&quot;, 0xE0FFFF);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lightgoldenrodyellow&quot;, 0xFAFAD2);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lightgray&quot;, 0xD3D3D3);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lightgrey&quot;, 0xD3D3D3);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lightgreen&quot;, 0x99FF99);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lightpink&quot;, 0xFFB6C1);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lightsalmon&quot;, 0xFFA07A);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lightseagreen&quot;, 0x20B2AA);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lightskyblue&quot;, 0x87CEFA);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lightslategray&quot;, 0x778899);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lightslategrey&quot;, 0x778899);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lightsteelblue&quot;, 0xB0C4DE);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lightyellow&quot;, 0xFFFFE0);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;lime&quot;, 0x00FF00);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;limegreen&quot;, 0x32CD32);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;linen&quot;, 0xFAF0E6);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;magenta&quot;, 0xFF00FF);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;maroon&quot;, 0x800000);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;mediumaquamarine&quot;, 0x66CDAA);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;mediumblue&quot;, 0x0000CD);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;mediumorchid&quot;, 0xBA55D3);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;mediumpurple&quot;, 0x9370D8);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;mediumseagreen&quot;, 0x3CB371);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;mediumslateblue&quot;, 0x7B68EE);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;mediumspringgreen&quot;, 0x00FA9A);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;mediumturquoise&quot;, 0x48D1CC);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;mediumvioletred&quot;, 0xC71585);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;midnightblue&quot;, 0x191970);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;mintcream&quot;, 0xF5FFFA);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;mistyrose&quot;, 0xFFE4E1);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;moccasin&quot;, 0xFFE4B5);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;navajowhite&quot;, 0xFFDEAD);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;navy&quot;, 0x000080);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;oldlace&quot;, 0xFDF5E6);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;olive&quot;, 0x9EC34F);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;olivedrab&quot;, 0x6B8E23);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;orange&quot;, 0xFFA500);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;orangered&quot;, 0xFF4500);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;orchid&quot;, 0xDA70D6);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;palegoldenrod&quot;, 0xEEE8AA);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;palegreen&quot;, 0x98FB98);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;paleturquoise&quot;, 0xAFEEEE);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;palevioletred&quot;, 0xD87093);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;papayawhip&quot;, 0xFFEFD5);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;peachpuff&quot;, 0xFFDAB9);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;peru&quot;, 0xCD853F);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;pink&quot;, 0xFFC0CB);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;plum&quot;, 0xDDA0DD);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;powderblue&quot;, 0xB0E0E6);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;purple&quot;, 0x800080);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;red&quot;, 0xFF4040); // same as RED/Terrorist team color<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;rosybrown&quot;, 0xBC8F8F);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;royalblue&quot;, 0x4169E1);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;saddlebrown&quot;, 0x8B4513);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;salmon&quot;, 0xFA8072);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;sandybrown&quot;, 0xF4A460);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;seagreen&quot;, 0x2E8B57);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;seashell&quot;, 0xFFF5EE);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;sienna&quot;, 0xA0522D);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;silver&quot;, 0xC0C0C0);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;skyblue&quot;, 0x87CEEB);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;slateblue&quot;, 0x6A5ACD);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;slategray&quot;, 0x708090);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;slategrey&quot;, 0x708090);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;snow&quot;, 0xFFFAFA);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;springgreen&quot;, 0x00FF7F);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;steelblue&quot;, 0x4682B4);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;tan&quot;, 0xD2B48C);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;teal&quot;, 0x008080);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;thistle&quot;, 0xD8BFD8);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;tomato&quot;, 0xFF6347);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;turquoise&quot;, 0x40E0D0);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;violet&quot;, 0xEE82EE);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;wheat&quot;, 0xF5DEB3);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;white&quot;, 0xFFFFFF);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;whitesmoke&quot;, 0xF5F5F5);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;yellow&quot;, 0xFFFF00);<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTrieValue(hTrie, &quot;yellowgreen&quot;, 0x9ACD32);</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->

<hr />
</td>
</tr>
</table>
</div>
<!-- END TEMPLATE: bbcode_quote_printable --><b>CVARS:</b>sm_spawn_message &quot;{red}Welcome {white}To our new server!&quot;<br /><br />--------------------------<br />Sorry for my poor english.</div>


<br /> <div style="padding:6px">








<fieldset class="fieldset">
<legend>Attached Files</legend>
<table cellpadding="0" cellspacing="3" border="0">
<!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
<td><img class="inlineimg" src="https://forums.allie...s/attach/sp.gif" alt="File Type: sp" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>


<a href="http://www.sourcemod...?file_id=129267"><strong>Get Plugin</strong></a> or
<a href="https://forums.allie...38;d=1389077545">Get Source</a> (advert.sp - 983 Bytes)


</td>
</tr>
<!-- END TEMPLATE: postbit_attachment --><!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
<td><img class="inlineimg" src="https://forums.allie.../attach/smx.gif" alt="File Type: smx" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>


<a href="https://forums.allie...38;d=1389077555">advert.smx</a> (8.2 KB)


</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
</table>
</fieldset>


</div>

<!-- END TEMPLATE: postbit_external -->

Wyświetl pełny artykuł




Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych