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

Pug MOD XT (Rewritten)


  • 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 04.06.2013 04:07

<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hello to all, i will starting a new project called <b>Pug MOD XT<br /></b><i><br />First of all, the Pug MOD its a Pickup Game Play, and allow the server to automate the MIX (Like ESEA and other systems)..<br /><br />When 10 Players its in the server and type .ready in chat, its automatically starts a voting sessions for choose teams, the game type and much more.</i><br /><br /><b>Features:</b><br /><br />- Infinite Pregame (Auto Re-spawn, infinite money and others);<br />- Weapon Restriction in Pregame;<br />- Ready UP system;<br />- LO3 (Live on three);<br />- Vote Map;<br />- Vote configs (CAL and CEVO);<br />- Team Type vote (Captains, Random, Not sorted (Knife round in future));<br />- Infinite Overtime (Allow to vote for this or not);<br />- Stats commands, like .dmg, .hp, .sum and others;<br />- Help System (<b>.help</b>);<br />- Anti Reconnect;<br />- Spec / HLTV manager;<br />- Teammate's money in each round (Live Only);<br />- Force Ready (120 Seconds default);<br />- Auto team switch;<br />- Auto vote-map when PUG is ended;<br />- Multi Language.<br /><br /><i><b>And more!</b></i><br /><br /><b>Requirement's </b><br /><br />- Metamod :)<br />- Amx Mod X (Last dev build or Official version);<br />- Fakemeta;<br />- CSTRIKE;<br />- hamsandwich;<br />- CSX;<br /><br /><b>Recommendations:</b><br /><br />- Use a config files in Attachment;<br />- Use a translation file;<br />- Use a good server.cfg or provided with a Pack;<br />- Time and maybe Patience :)<br /><br /><b>F.A.Q (Frequently Answered Questions)</b><br /><br />Q. Work with BOT's for testing?<br />A. Yes, but should use <i>&quot;pug_minplayers&quot;</i> &quot;1&quot; for example.<br /><br />Q. The map is not changing or changing in every vote?<br />A. Check if the <i>&quot;pug_votemap</i>&quot; is not in any configuration file or don't change it :)<br /><br />Q. How to add maps to Vote Map Menu?<br />A. Follow the amxmodx/configs and add it on maps.ini file<br /><br />Q. How to translate the help file?<br />A. Follow the help.txt file in CSTRIKE folder :)<br /><br />Q. How to change a help file to any web page?<br />A. Set the <i>pug_help </i>cvar to URL of website.<br /><br />Q. I have a error in language?<br />A. Check the Lang folder with a translation (PUG.txt) file<br /><i><br />.. Maybe other questions in future<br /><br /></i><b>Configurations Vars:<br /><br /></b>- Follow the: &quot;amxmodx/configs/pug&quot; folder, and open the Pregame.rc config file<!-- 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">// Pregame Config<br />// Its called when the MAP start :)<br /><br />mp_freezetime&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;0&quot;<br />mp_fadetoblack&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;0&quot;<br />mp_roundtime&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;2.00&quot;<br />mp_c4timer&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;35&quot;<br />mp_forcechasecam&nbsp; &nbsp; &nbsp; &nbsp; &quot;0&quot;<br />mp_forcecamera&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;0&quot;<br />mp_startmoney&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;16000&quot;<br />mp_buytime&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;60.0&quot;<br />mp_friendlyfire&nbsp; &nbsp; &nbsp; &nbsp; &quot;0&quot;<br />mp_autoteambalance&nbsp; &nbsp; &nbsp; &nbsp; &quot;0&quot;<br />mp_limitteams&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;0&quot;<br />mp_playerid&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;3&quot;<br />mp_flashlight&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;1&quot;<br />sv_alltalk&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;1&quot;<br /><br />// Configuration Cvars<br />// I recommend you to not change<br /><br />// Its based on best server configs to play a PUG<br /><br />// To disable some functions in game, use 0 to remove :P<br /><br />// The pug_votemap is not here,<br />// because of it manipulate the vote map after the round end<br />// Add if you want to disable the votemap in each PUG<br />&nbsp; &nbsp; <br />pug_minplayers&nbsp; &nbsp; &nbsp; &nbsp; &quot;10&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Min. Players to start a PUG<br />pug_maxplayers&nbsp; &nbsp; &nbsp; &nbsp; &quot;10&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Max. Players in server<br />pug_vote_delay&nbsp; &nbsp; &nbsp; &nbsp; &quot;10.0&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Delay in vote sessions<br />pug_switch_delay&nbsp; &nbsp; &quot;5.0&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Delay to switch the teams<br />pug_rounds&nbsp; &nbsp; &nbsp; &nbsp; &quot;30&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Rounds in total (15 + 15 in each side)<br />pug_ot_rounds&nbsp; &nbsp; &nbsp; &nbsp; &quot;6&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Rounds in Overtime (3 + 3 in each side)<br />pug_allowspec&nbsp; &nbsp; &nbsp; &nbsp; &quot;1&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Allow Spectactors in server?<br />pug_allowhltv&nbsp; &nbsp; &nbsp; &nbsp; &quot;1&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Allow HLTV to connect in the server?<br />pug_force_restart&nbsp; &nbsp; &quot;1&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Force restart the round in some voting sessions or in changing teams<br />pug_help&nbsp; &nbsp; &nbsp; &nbsp; &quot;help.txt&quot;&nbsp; &nbsp; // File contains the HTML code, or maybe the Address of any webpage (This is the .help command)<br />pug_team_money&nbsp; &nbsp; &nbsp; &nbsp; &quot;1&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Show a teammate money?<br />pug_forceready_time&nbsp; &nbsp; &quot;120&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Time in seconds to force a player use the .ready command (Set 0 to deactivate)<br />pug_allow_stats&nbsp; &nbsp; &quot;1&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Allow the stats commands: Like .dmg, .hp, .hpteam, .hpall, .rdmg, .sum and others<br />pug_config_vote&nbsp; &nbsp; &quot;1&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Starts a voting to config file (0 to use the directly CAL.cfg :)<br />pug_overtime_vote&nbsp; &nbsp; &quot;1&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // In case of a tie: (1 to use voting to Overtime, 2 force a end of match with a DRAW score, 0 Force a directly Overtime)<br />pug_reconnect_time&nbsp; &nbsp; &quot;30&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Anti Reconnect feature (In Live only) (0 to disable)<br /><br />// Configuration files<br />// I really don't recommend to change it<br /><br />// But if you want, choose a different rules for first or second Half<br />// The .rc files? Its same about .cfg files<br /><br />pug_pregame_cfg&nbsp; &nbsp; &nbsp; &nbsp; &quot;pregame.rc&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Pregame config file<br />pug_ready_cfg&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;ready.rc&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Voting ''<br />pug_first_cfg&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;cal.rc&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // default CAL ''<br />pug_intermission_cfg&nbsp; &nbsp; &nbsp; &nbsp; &quot;intermission.rc&quot;&nbsp; &nbsp; // Intermission ''<br />pug_second_cfg&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;cal.rc&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Second Half ''<br />pug_intermission_ot_cfg&nbsp; &nbsp; &quot;intermission.rc&quot;&nbsp; &nbsp; // Overtime Itnermission ''<br />pug_overtime_cfg&nbsp; &nbsp; &nbsp; &nbsp; &quot;cal-ot.rc&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Overtime Config (CAL)<br />pug_finished_cfg&nbsp; &nbsp; &nbsp; &nbsp; &quot;finished.rc&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Finished ''</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><b>Map Configuration (Vote Map Menu)<br /><br /></b>- Follow: amxmodx/configs/maps.ini<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">; This is a comment line (;)<br />; Add your custom maps here<br />; In case of this file is empty, or removed<br />; The default mapcycle file will be used<br /><br />de_dust2<br />de_nuke<br />de_inferno<br />de_train<br />de_tuscan<br />de_mirage<br />de_lite</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><b><br /><br />Help file (Paste it on CSTRIKE)<br /><br /></b><!-- BEGIN TEMPLATE: bbcode_html_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">HTML Code:</div>
<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><span style="color:#000080">&lt;!DOCTYPE HTML&gt;</span><br /><span style="color:#000080">&lt;html&gt;</span><br /><span style="color:#000080">&lt;head&gt;</span><br /><span style="color:#000080">&lt;meta charset=<span style="color:#0000FF">&quot;UTF-8&quot;</span>&gt;</span><br /><span style="color:#800080">&lt;style type=<span style="color:#0000FF">&quot;text/css&quot;</span>&gt;</span><br />body<br />{<br />&nbsp; &nbsp; background: #000;<br />&nbsp; &nbsp; margin: 5px;<br />&nbsp; &nbsp; color: #FFB000;<br />&nbsp; &nbsp; font: normal 16px/8px Verdana;<br />}<br /><span style="color:#800080">&lt;/style&gt;</span><br /><span style="color:#000080">&lt;/head&gt;</span><br /><span style="color:#000080">&lt;body&gt;</span><br /><span style="color:#000080">&lt;pre&gt;</span><br />.help&nbsp; &nbsp; &nbsp; &nbsp; - This list of commands<br />.round&nbsp; &nbsp; &nbsp; &nbsp; - Displays the round number<br />.score&nbsp; &nbsp; &nbsp; &nbsp; - Displays the score<br />.status&nbsp; &nbsp; &nbsp; &nbsp; - The status of server<br />.hp&nbsp; &nbsp; &nbsp; &nbsp; - HP of opponent team<br />.hpteam&nbsp; &nbsp; &nbsp; &nbsp; - Show a teammate HP<br />.hpall&nbsp; &nbsp; &nbsp; &nbsp; - HP of all players in server<br />.dmg&nbsp; &nbsp; &nbsp; &nbsp; - Damage you have done to others<br />.rdmg&nbsp; &nbsp; &nbsp; &nbsp; - Damage done to you by others<br />.sum&nbsp; &nbsp; &nbsp; &nbsp; - The summary of round<br />.ready&nbsp; &nbsp; &nbsp; &nbsp; - Player is ready<br />.notready&nbsp; &nbsp; - Player is not ready<br />.respawn&nbsp; &nbsp; - Respawn in Pregame<br /><span style="color:#000080">&lt;/pre&gt;</span><br /><span style="color:#000080">&lt;/body&gt;</span><br /><span style="color:#000080">&lt;/html&gt;</span></code><hr />
</div>
<!-- END TEMPLATE: bbcode_html_printable -->Thanks all, in case of problems or BUGs, contact this topic :bee:<br /><br /><a href="https://forums.allie...111#post1964111" target="_blank">Translation Request</a> : <a href="https://forums.allie...111#post1964111" target="_blank">https://forums.allie....11#post1964111</a></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=1370314984">Pug MOD XT.zip</a> (17.6 KB)


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

<a href="http://www.amxmodx.o...?file_id=120782"><strong>Get Plugin</strong></a> or
<a href="https://forums.allie...38;d=1370314995">Get Source</a> (PUG.sma - 62.9 KB)

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


<a href="https://forums.allie...38;d=1370315001">PUG.txt</a> (3.6 KB)


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


<a href="https://forums.allie...38;d=1370315010">help.txt</a> (672 Bytes)


</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