<!-- BEGIN TEMPLATE: postbit_external -->
<div><font color="Orange"><b><font size="6"><div align="center">Group/Website Inviter v1.0</div></font></b></font><br /><br /><br /><b>-</b><font color="red"><font size="4">Description</font></font><b>-</b><br /><br />This plugin is basically made out of new ideas for some growing communities. Its basically a plugin where it invites people to your steam group threw the server and they can even visit your forums from your own server.<br /><br /><br /><b>-</b><font color="red"><font size="4">Cvars</font></font><b>-</b><br /><br /><b>Main:</b><br /><!-- 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">gi_enable 1 <b>-</b> // This Cvar is for all the plugin to enable or disable it || 1 Enable || 0 Disable<br />gi_webmessage 1 <b>-</b> // Displays Message For Website On Connect || 1 Enable || 0 Disable</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><b>-</b><font color="red"><font size="4">Commands</font></font><b>-</b><br /><br /><b>For the 2 VIP Plugins:</b><br /><!-- 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">/join <b>-</b> Opens the Group Inviter Menu & Asks again if he wants to join the group or not. <br /> ( At the connect of the player, it will ask him if he wants to join or not if he press 'No' <br /> well in chat it will tell him if he changes his mind....type /join. That's why there's this command. )<br />/leave <b>-</b> If the player decides to leave the group, he just type this command and he follow the instructions and then he will be out of the group.<br /><br />/website <b>-</b> Opens the website menu.<br />/web <b>-</b> Opens the website menu.<br />/forum <b>-</b> Opens the website menu.</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><b>-</b><font color="red"><font size="4">Installation</font></font><b>-</b><br /><br />Put the <b>.amxx</b> in cstrike/addons/amxmodx/plugins<br />-Then in cstrike/addons/amxmodx/configs/plugins.ini<br /> You will type:<br /><!-- BEGIN TEMPLATE: bbcode_php_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
<div class="alt2">
<hr />
<code style="white-space:nowrap">
<div dir="ltr" style="text-align:left;">
<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">; </span><span style="color: #0000BB">Custom </span><span style="color: #007700">- </span><span style="color: #0000BB">Add 3rd party plugins here</span><span style="color: #007700">.<br /><br /></span><span style="color: #0000BB">GroupInviter</span><span style="color: #007700">.</span><span style="color: #0000BB">amxx
<br /></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div>
<!-- END TEMPLATE: bbcode_php_printable -->Then put the 2 <b>.txt</b> files in cstrike/addons.<br /><br />After you put the .txt files, make sure that you added the .html files<br />in the website or fastdl FileZila.<br /><br /><b>-</b><font color="red"><font size="4">Requirements</font></font><b>-</b><br /><br /><!-- BEGIN TEMPLATE: bbcode_php_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
<div class="alt2">
<hr />
<code style="white-space:nowrap">
<div dir="ltr" style="text-align:left;">
<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #FF8000">#include < amxmodx > <br />#include < amxmisc > <br />#include < cstrike > <br />#include < nvault >
<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div>
<!-- END TEMPLATE: bbcode_php_printable --><b>If the AMXX is out dated, it will use the defines under ( GREEN, RED, BLUE..etc ) If it's not out dated and you have colorchat, it will use the colorchat.inc made by ConnorMcLeod.</b><br /><!-- BEGIN TEMPLATE: bbcode_php_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
<div class="alt2">
<hr />
<code style="white-space:nowrap">
<div dir="ltr" style="text-align:left;">
<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #FF8000">#if AMXX_VERSION_NUM >= 183 <br /> #define ColorChat client_print_color <br /> #define GREEN print_team_default <br /> #define RED print_team_grey <br /> #define BLUE print_team_red <br /> #define GREY print_team_blue <br />#else <br /> #include < colorchat > <br />#endif
<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div>
<!-- END TEMPLATE: bbcode_php_printable --><b>-</b><font color="red"><font size="4">Notes</font></font><b>-</b><br /><br /><b><u>Coding/Sma Part:</u></b><br />You need to change some parts of the code, don't worry it's simple.<br />Those changes is basically to let the player go to the website.<br />What you just need to do is replace 'yourwebsitelink' by your<br />website link/url to each specified part of the code.<br /><br /><b>Here:</b><br /><!-- BEGIN TEMPLATE: bbcode_php_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
<div class="alt2">
<hr />
<code style="white-space:nowrap">
<div dir="ltr" style="text-align:left;">
<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">public </span><span style="color: #0000BB">Website_Handler</span><span style="color: #007700">( </span><span style="color: #0000BB">id</span><span style="color: #007700">, </span><span style="color: #0000BB">menu</span><span style="color: #007700">, </span><span style="color: #0000BB">item </span><span style="color: #007700">) </span><span style="color: #FF8000">// dont care about this<br /></span><span style="color: #007700">{ </span><span style="color: #FF8000">// dont care about this<br /> </span><span style="color: #007700">if( </span><span style="color: #0000BB">is_user_connected </span><span style="color: #007700">( </span><span style="color: #0000BB">id </span><span style="color: #007700">) ) </span><span style="color: #FF8000">// dont care about this<br /> </span><span style="color: #007700">{ </span><span style="color: #FF8000">// dont care about this<br /> </span><span style="color: #007700">new </span><span style="color: #0000BB">szName</span><span style="color: #007700">[ </span><span style="color: #0000BB">32 </span><span style="color: #007700">]; </span><span style="color: #FF8000">// dont care about this<br /> </span><span style="color: #0000BB">get_user_name</span><span style="color: #007700">( </span><span style="color: #0000BB">id</span><span style="color: #007700">, </span><span style="color: #0000BB">szName</span><span style="color: #007700">, </span><span style="color: #0000BB">charsmax</span><span style="color: #007700">( </span><span style="color: #0000BB">szName </span><span style="color: #007700">) ) </span><span style="color: #FF8000">// dont care about this<br /> </span><span style="color: #007700">switch( </span><span style="color: #0000BB">item </span><span style="color: #007700">) </span><span style="color: #FF8000">// dont care about this<br /> </span><span style="color: #007700">{ <br /> case </span><span style="color: #0000BB">0</span><span style="color: #007700">: <br /> { <br /> </span><span style="color: #0000BB">ColorChat</span><span style="color: #007700">( </span><span style="color: #0000BB">0</span><span style="color: #007700">, </span><span style="color: #0000BB">GREEN</span><span style="color: #007700">, </span><span style="color: #DD0000">"^x04[GI]^x01 ^x03%s^x01 has just registered on our forums."</span><span style="color: #007700">, </span><span style="color: #0000BB">szName </span><span style="color: #007700">) </span><span style="color: #FF8000">// dont care about this<br /> </span><span style="color: #0000BB">show_motd</span><span style="color: #007700">( </span><span style="color: #0000BB">id</span><span style="color: #007700">, </span><span style="color: #DD0000">"http://yourwebsiteli...action=register"</span><span style="color: #007700">, </span><span style="color: #DD0000">"Register Today!" </span><span style="color: #007700">) </span><span style="color: #FF8000">// Here<br /> </span><span style="color: #007700">} <br /> case </span><span style="color: #0000BB">1</span><span style="color: #007700">: <br /> { <br /> </span><span style="color: #0000BB">show_motd</span><span style="color: #007700">( </span><span style="color: #0000BB">id</span><span style="color: #007700">, </span><span style="color: #DD0000">"http://yourwebsitelink.com/index.php?action=login"</span><span style="color: #007700">, </span><span style="color: #DD0000">"Welcome To Our Community!" </span><span style="color: #007700">) </span><span style="color: #FF8000">// Here<br /> </span><span style="color: #007700">} <br /> case </span><span style="color: #0000BB">2</span><span style="color: #007700">: <br /> { <br /> </span><span style="color: #0000BB">show_motd</span><span style="color: #007700">( </span><span style="color: #0000BB">id</span><span style="color: #007700">, </span><span style="color: #DD0000">"http://yourwebsitelink.com/index.php"</span><span style="color: #007700">, </span><span style="color: #DD0000">"Welcome Guest!" </span><span style="color: #007700">) </span><span style="color: #FF8000">// Here<br /> </span><span style="color: #007700">} <br /> } <br /> } <br /> <br /> return </span><span style="color: #0000BB">PLUGIN_HANDLED</span><span style="color: #007700">; </span><span style="color: #FF8000">// dont care about this<br /></span><span style="color: #007700">}
<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div>
<!-- END TEMPLATE: bbcode_php_printable --><b><u>.txt Files Part:</u></b><br />Second of all, make sure that in each .txt file you have the right <br />direction for the 2 .html files. <br /><br />In the groupjoin.txt file you will see this:<br /><!-- BEGIN TEMPLATE: bbcode_php_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
<div class="alt2">
<hr />
<code style="white-space:nowrap">
<div dir="ltr" style="text-align:left;">
<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700"><</span><span style="color: #0000BB">html</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">body bgcolor</span><span style="color: #007700">=</span><span style="color: #FF8000">#dbdbdb><br /></span><span style="color: #007700"><</span><span style="color: #0000BB">br</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">center</span><span style="color: #007700">><br /> <</span><span style="color: #0000BB">table width</span><span style="color: #007700">=</span><span style="color: #DD0000">"100%" </span><span style="color: #0000BB">height</span><span style="color: #007700">=</span><span style="color: #DD0000">"100%" </span><span style="color: #0000BB">border</span><span style="color: #007700">=</span><span style="color: #DD0000">"0" </span><span style="color: #0000BB">cellpadding</span><span style="color: #007700">=</span><span style="color: #DD0000">"0" </span><span style="color: #0000BB">cellspacing</span><span style="color: #007700">=</span><span style="color: #DD0000">"0"</span><span style="color: #007700">><br /> <</span><span style="color: #0000BB">tr</span><span style="color: #007700">><br /> <</span><span style="color: #0000BB">td</span><span style="color: #007700">><</span><span style="color: #0000BB">div align</span><span style="color: #007700">=</span><span style="color: #DD0000">"center"</span><span style="color: #007700">><</span><span style="color: #0000BB">font size</span><span style="color: #007700">=</span><span style="color: #DD0000">"1" </span><span style="color: #0000BB">face</span><span style="color: #007700">=</span><span style="color: #DD0000">"trebuchet ms"</span><span style="color: #007700">></span><span style="color: #0000BB">Loading </span><span style="color: #007700">... <br /> </</span><span style="color: #0000BB">font</span><span style="color: #007700">></</span><span style="color: #0000BB">div</span><span style="color: #007700">></</span><span style="color: #0000BB">td</span><span style="color: #007700">><br /> </</span><span style="color: #0000BB">tr</span><span style="color: #007700">><br /> </</span><span style="color: #0000BB">table</span><span style="color: #007700">><br /></</span><span style="color: #0000BB">center</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">meta http</span><span style="color: #007700">-</span><span style="color: #0000BB">equiv</span><span style="color: #007700">=</span><span style="color: #DD0000">"Refresh" </span><span style="color: #0000BB">content</span><span style="color: #007700">=</span><span style="color: #DD0000">"0; URL=http://yourwebsiteli...m/motdjoin.html"</span><span style="color: #007700">><br /></</span><span style="color: #0000BB">body</span><span style="color: #007700">><br /></</span><span style="color: #0000BB">html</span><span style="color: #007700">>
<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div>
<!-- END TEMPLATE: bbcode_php_printable -->And in the groupleave.txt file you will see this:<br /><!-- BEGIN TEMPLATE: bbcode_php_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
<div class="alt2">
<hr />
<code style="white-space:nowrap">
<div dir="ltr" style="text-align:left;">
<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700"><</span><span style="color: #0000BB">html</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">body bgcolor</span><span style="color: #007700">=</span><span style="color: #FF8000">#dbdbdb><br /></span><span style="color: #007700"><</span><span style="color: #0000BB">br</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">center</span><span style="color: #007700">><br /> <</span><span style="color: #0000BB">table width</span><span style="color: #007700">=</span><span style="color: #DD0000">"100%" </span><span style="color: #0000BB">height</span><span style="color: #007700">=</span><span style="color: #DD0000">"100%" </span><span style="color: #0000BB">border</span><span style="color: #007700">=</span><span style="color: #DD0000">"0" </span><span style="color: #0000BB">cellpadding</span><span style="color: #007700">=</span><span style="color: #DD0000">"0" </span><span style="color: #0000BB">cellspacing</span><span style="color: #007700">=</span><span style="color: #DD0000">"0"</span><span style="color: #007700">><br /> <</span><span style="color: #0000BB">tr</span><span style="color: #007700">><br /> <</span><span style="color: #0000BB">td</span><span style="color: #007700">><</span><span style="color: #0000BB">div align</span><span style="color: #007700">=</span><span style="color: #DD0000">"center"</span><span style="color: #007700">><</span><span style="color: #0000BB">font size</span><span style="color: #007700">=</span><span style="color: #DD0000">"1" </span><span style="color: #0000BB">face</span><span style="color: #007700">=</span><span style="color: #DD0000">"trebuchet ms"</span><span style="color: #007700">></span><span style="color: #0000BB">Loading </span><span style="color: #007700">... <br /> </</span><span style="color: #0000BB">font</span><span style="color: #007700">></</span><span style="color: #0000BB">div</span><span style="color: #007700">></</span><span style="color: #0000BB">td</span><span style="color: #007700">><br /> </</span><span style="color: #0000BB">tr</span><span style="color: #007700">><br /> </</span><span style="color: #0000BB">table</span><span style="color: #007700">><br /></</span><span style="color: #0000BB">center</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">meta http</span><span style="color: #007700">-</span><span style="color: #0000BB">equiv</span><span style="color: #007700">=</span><span style="color: #DD0000">"Refresh" </span><span style="color: #0000BB">content</span><span style="color: #007700">=</span><span style="color: #DD0000">"0; URL=http://yourwebsiteli.../motdleave.html"</span><span style="color: #007700">><br /></</span><span style="color: #0000BB">body</span><span style="color: #007700">><br /></</span><span style="color: #0000BB">html</span><span style="color: #007700">>
<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div>
<!-- END TEMPLATE: bbcode_php_printable -->Now where it says 'yourwebsitelinkhereorfastdllink' that means it's<br />the direction where you have putting the .html files. Each .txt<br />file have a .html file as you have noticed up there<br />( groupjoin.txt = motdjoin.html & groupleave.txt = motdleave.html ).<br /><br /><b><u>.html Files Part:</u></b><br />Each .html file have certainly something in it, and that thing will<br />lead us to the steam group. In each of the .html files you need<br />to change a little part so it will lead the players to your steam<br />group. Here are the parts you need to change.<br /><br />In the motdjoin.html you got:<br /><!-- BEGIN TEMPLATE: bbcode_php_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
<div class="alt2">
<hr />
<code style="white-space:nowrap">
<div dir="ltr" style="text-align:left;">
<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700"><</span><span style="color: #0000BB">html</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">body bgcolor</span><span style="color: #007700">=</span><span style="color: #FF8000">#dbdbdb><br /></span><span style="color: #007700"><</span><span style="color: #0000BB">div style</span><span style="color: #007700">=</span><span style="color: #DD0000">"text-align: center;"</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">div style</span><span style="color: #007700">=</span><span style="color: #DD0000">"width: 80%; margin: 0px auto; border: 10px solid #c9d6e4; background-color: #ededed; padding: 10px; font-size: 12px; font-family: Tahoma; margin-top: 10px; color: #818181; text-align: left;"</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">div style</span><span style="color: #007700">=</span><span style="color: #DD0000">"font-size: 30px; font-family: impact; width: 100%; margin-bottom: 5px;"</span><span style="color: #007700">></span><span style="color: #0000BB">Group</span><span style="color: #007700">/</span><span style="color: #0000BB">Website Inviter</span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">><br /></span><span style="color: #0000BB">Made by Baws</span><span style="color: #007700"></</span><span style="color: #0000BB">a</span><span style="color: #007700">>.<br /><</span><span style="color: #0000BB">dl</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">dt</span><span style="color: #007700">></span><span style="color: #0000BB">1. </span><span style="color: #007700"><</span><span style="color: #0000BB">b</span><span style="color: #007700">></span><span style="color: #0000BB">When you will click </span><span style="color: #DD0000">'Join Group' </span><span style="color: #0000BB">you will be redirected to the group</span><span style="color: #007700">.</</span><span style="color: #0000BB">b</span><span style="color: #007700">></</span><span style="color: #0000BB">dt</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">dt</span><span style="color: #007700">></span><span style="color: #0000BB">2. </span><span style="color: #007700"><</span><span style="color: #0000BB">b</span><span style="color: #007700">></span><span style="color: #0000BB">Scroll down </span><span style="color: #007700">& </span><span style="color: #0000BB">Click on </span><span style="color: #DD0000">'Join Group'</span><span style="color: #007700">.</</span><span style="color: #0000BB">b</span><span style="color: #007700">></</span><span style="color: #0000BB">dt</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">dt</span><span style="color: #007700">></span><span style="color: #0000BB">3. </span><span style="color: #007700"><</span><span style="color: #0000BB">b</span><span style="color: #007700">></span><span style="color: #0000BB">Now login with your steam username </span><span style="color: #007700">& </span><span style="color: #0000BB">password</span><span style="color: #007700">.</</span><span style="color: #0000BB">b</span><span style="color: #007700">></</span><span style="color: #0000BB">dt</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">dt</span><span style="color: #007700">>- <</span><span style="color: #0000BB">b</span><span style="color: #007700">>[</</span><span style="color: #0000BB">b</span><span style="color: #007700">> <</span><span style="color: #0000BB">i</span><span style="color: #007700">></span><span style="color: #0000BB">Maybe you will have to verify your code</span><span style="color: #007700">. If </span><span style="color: #0000BB">so</span><span style="color: #007700">, </span><span style="color: #0000BB">press </span><span style="color: #DD0000">'ALT & TAB'</span><span style="color: #007700">. </</span><span style="color: #0000BB">dt</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">dt</span><span style="color: #007700">></span><span style="color: #0000BB">Then go to your Email to see the code</span><span style="color: #007700">.</</span><span style="color: #0000BB">i</span><span style="color: #007700">> <</span><span style="color: #0000BB">b</span><span style="color: #007700">>]</</span><span style="color: #0000BB">b</span><span style="color: #007700">></</span><span style="color: #0000BB">dt</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">dt</span><span style="color: #007700">></span><span style="color: #0000BB">4. </span><span style="color: #007700"><</span><span style="color: #0000BB">b</span><span style="color: #007700">></span><span style="color: #0000BB">After the login</span><span style="color: #007700">, </span><span style="color: #0000BB">you will be redirected to the group</span><span style="color: #007700">.</</span><span style="color: #0000BB">b</span><span style="color: #007700">></</span><span style="color: #0000BB">dt</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">dt</span><span style="color: #007700">></span><span style="color: #0000BB">5. </span><span style="color: #007700"><</span><span style="color: #0000BB">b</span><span style="color: #007700">></span><span style="color: #0000BB">In conclusion</span><span style="color: #007700">, </span><span style="color: #0000BB">click on the </span><span style="color: #DD0000">'Join Group' </span><span style="color: #007700">and </span><span style="color: #0000BB">you</span><span style="color: #DD0000">'re in!</b></dt><br /><dt>6. <b>Thank you & Have Fun In Game!</b></dt><br /><p><br /><a href="your steam group url/link in here c:"><br /><img src="http://i.imgur.com/9w5xD3X.jpg" alt="" width="160" height="40"></a></p><br /></dl><br /></div><br /></div><br /><br /></body><br /></html>
<br /></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div>
<!-- END TEMPLATE: bbcode_php_printable -->Where it says 'your steam group url/link in here c:'<br />it means you need to add your steam group url or<br />link in there. For example:<br />Instead of this 'your steam group url/link in here c:'<br />you will add this: <br />'http://steamcommunit...GamersCommunity'.<br /><br />That's for sure that you don't need to remove the<br />quotes from the original code from the html. But<br />you need to remove those ' '.<br /><br />Here is you got in the motdleave.html file:<br /><!-- BEGIN TEMPLATE: bbcode_php_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
<div class="alt2">
<hr />
<code style="white-space:nowrap">
<div dir="ltr" style="text-align:left;">
<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700"><</span><span style="color: #0000BB">html</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">body bgcolor</span><span style="color: #007700">=</span><span style="color: #FF8000">#dbdbdb><br /></span><span style="color: #007700"><</span><span style="color: #0000BB">div style</span><span style="color: #007700">=</span><span style="color: #DD0000">"text-align: center;"</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">div style</span><span style="color: #007700">=</span><span style="color: #DD0000">"width: 80%; margin: 0px auto; border: 10px solid #c9d6e4; background-color: #ededed; padding: 10px; font-size: 12px; font-family: Tahoma; margin-top: 10px; color: #818181; text-align: left;"</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">div style</span><span style="color: #007700">=</span><span style="color: #DD0000">"font-size: 30px; font-family: impact; width: 100%; margin-bottom: 5px;"</span><span style="color: #007700">></span><span style="color: #0000BB">Group</span><span style="color: #007700">/</span><span style="color: #0000BB">Website Inviter</span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">><br /></span><span style="color: #0000BB">Made by Baws</span><span style="color: #007700"></</span><span style="color: #0000BB">a</span><span style="color: #007700">>.<br /><</span><span style="color: #0000BB">dl</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">dt</span><span style="color: #007700">></span><span style="color: #0000BB">1. </span><span style="color: #007700"><</span><span style="color: #0000BB">b</span><span style="color: #007700">></span><span style="color: #0000BB">When you will click </span><span style="color: #DD0000">'Leave Group' </span><span style="color: #0000BB">you will be redirected to the group</span><span style="color: #007700">.</</span><span style="color: #0000BB">b</span><span style="color: #007700">></</span><span style="color: #0000BB">dt</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">dt</span><span style="color: #007700">></span><span style="color: #0000BB">2. </span><span style="color: #007700"><</span><span style="color: #0000BB">b</span><span style="color: #007700">></span><span style="color: #0000BB">Scroll down </span><span style="color: #007700">& </span><span style="color: #0000BB">Click on </span><span style="color: #DD0000">'Leave group'</span><span style="color: #007700">.</</span><span style="color: #0000BB">b</span><span style="color: #007700">></</span><span style="color: #0000BB">dt</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">dt</span><span style="color: #007700">></span><span style="color: #0000BB">3. </span><span style="color: #007700"><</span><span style="color: #0000BB">b</span><span style="color: #007700">></span><span style="color: #0000BB">Now login with your steam username </span><span style="color: #007700">& </span><span style="color: #0000BB">password</span><span style="color: #007700">.</</span><span style="color: #0000BB">b</span><span style="color: #007700">></</span><span style="color: #0000BB">dt</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">dt</span><span style="color: #007700">>- <</span><span style="color: #0000BB">b</span><span style="color: #007700">>[</</span><span style="color: #0000BB">b</span><span style="color: #007700">> <</span><span style="color: #0000BB">i</span><span style="color: #007700">></span><span style="color: #0000BB">Maybe you will have to verify your code</span><span style="color: #007700">. If </span><span style="color: #0000BB">so</span><span style="color: #007700">, </span><span style="color: #0000BB">press </span><span style="color: #DD0000">'ALT & TAB'</span><span style="color: #007700">. </</span><span style="color: #0000BB">dt</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">dt</span><span style="color: #007700">></span><span style="color: #0000BB">Then go to your Email to see the code</span><span style="color: #007700">.</</span><span style="color: #0000BB">i</span><span style="color: #007700">> <</span><span style="color: #0000BB">b</span><span style="color: #007700">>]</</span><span style="color: #0000BB">b</span><span style="color: #007700">></</span><span style="color: #0000BB">dt</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">dt</span><span style="color: #007700">></span><span style="color: #0000BB">4. </span><span style="color: #007700"><</span><span style="color: #0000BB">b</span><span style="color: #007700">></span><span style="color: #0000BB">After the login</span><span style="color: #007700">, </span><span style="color: #0000BB">you will be redirected to the group</span><span style="color: #007700">.</</span><span style="color: #0000BB">b</span><span style="color: #007700">></</span><span style="color: #0000BB">dt</span><span style="color: #007700">><br /><</span><span style="color: #0000BB">dt</span><span style="color: #007700">></span><span style="color: #0000BB">5. </span><span style="color: #007700"><</span><span style="color: #0000BB">b</span><span style="color: #007700">></span><span style="color: #0000BB">In conclusion</span><span style="color: #007700">, </span><span style="color: #0000BB">click on the </span><span style="color: #DD0000">'Leave Group' </span><span style="color: #007700">and </span><span style="color: #0000BB">you</span><span style="color: #DD0000">'re out!</b></dt><br /><dt>6. <b>Good luck in the future!</b></dt><br /><p><br /><a href="your steam group url/link in here c:"><br /><img src="http://i.imgur.com/Qyeix1Q.jpg" alt="" width="160" height="40"></a></p><br /></dl><br /></div><br /></div><br /><br /></body><br /></html>
<br /></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div>
<!-- END TEMPLATE: bbcode_php_printable -->It's basically the same steps as the motdjoin.html file changes.<br />Just different instructions for the players to follow.<br /><br /><b>-</b><font color="red"><font size="4">Credits</font></font><b>-</b><br /><ul><li>- <b>Allied-Gamers people for testing the plugin. </b></li>
<li>- <b>ConnorMcLeod & Blizzard_87 helping with nvault.</b><br /><br /><a href="http://www.gametrack...ort=&order=" target="_blank">Servers using this plugin!</a></li>
</ul><br /><b>-</b><font color="red"><font size="4">ChangeLog</font></font><b>-</b><br /><br /><!-- 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"><b><u>v1.0</u></b><br /><b>*</b> Released.</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><br /><b>-</b><font color="red">Thank you, Baws.</font></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.../attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>
<a href="https://forums.allie...38;d=1392169790">GroupInviter v1.0.zip</a> (4.2 KB)
</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
</table>
</fieldset>
</div>
<!-- END TEMPLATE: postbit_external -->
Wyświetl pełny artykuł
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.
|
Guest Message by DevFuse

Group/Website Inviter v1.0
Temat rozp. Adminek AMXX.PL, 12.02.2014 02:49
Brak odpowiedzi do tego tematu
Użytkownicy przeglądający ten temat: 0
0 użytkowników, 0 gości, 0 anonimowych