<!-- 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>"pug_minplayers"</i> "1" for example.<br /><br />Q. The map is not changing or changing in every vote?<br />A. Check if the <i>"pug_votemap</i>" 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: "amxmodx/configs/pug" 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 "0"<br />mp_fadetoblack "0"<br />mp_roundtime "2.00"<br />mp_c4timer "35"<br />mp_forcechasecam "0"<br />mp_forcecamera "0"<br />mp_startmoney "16000"<br />mp_buytime "60.0"<br />mp_friendlyfire "0"<br />mp_autoteambalance "0"<br />mp_limitteams "0"<br />mp_playerid "3"<br />mp_flashlight "1"<br />sv_alltalk "1"<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 /> <br />pug_minplayers "10" // Min. Players to start a PUG<br />pug_maxplayers "10" // Max. Players in server<br />pug_vote_delay "10.0" // Delay in vote sessions<br />pug_switch_delay "5.0" // Delay to switch the teams<br />pug_rounds "30" // Rounds in total (15 + 15 in each side)<br />pug_ot_rounds "6" // Rounds in Overtime (3 + 3 in each side)<br />pug_allowspec "1" // Allow Spectactors in server?<br />pug_allowhltv "1" // Allow HLTV to connect in the server?<br />pug_force_restart "1" // Force restart the round in some voting sessions or in changing teams<br />pug_help "help.txt" // File contains the HTML code, or maybe the Address of any webpage (This is the .help command)<br />pug_team_money "1" // Show a teammate money?<br />pug_forceready_time "120" // Time in seconds to force a player use the .ready command (Set 0 to deactivate)<br />pug_allow_stats "1" // Allow the stats commands: Like .dmg, .hp, .hpteam, .hpall, .rdmg, .sum and others<br />pug_config_vote "1" // Starts a voting to config file (0 to use the directly CAL.cfg :)<br />pug_overtime_vote "1" // 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 "30" // 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 "pregame.rc" // Pregame config file<br />pug_ready_cfg "ready.rc" // Voting ''<br />pug_first_cfg "cal.rc" // default CAL ''<br />pug_intermission_cfg "intermission.rc" // Intermission ''<br />pug_second_cfg "cal.rc" // Second Half ''<br />pug_intermission_ot_cfg "intermission.rc" // Overtime Itnermission ''<br />pug_overtime_cfg "cal-ot.rc" // Overtime Config (CAL)<br />pug_finished_cfg "finished.rc" // 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"><!DOCTYPE HTML></span><br /><span style="color:#000080"><html></span><br /><span style="color:#000080"><head></span><br /><span style="color:#000080"><meta charset=<span style="color:#0000FF">"UTF-8"</span>></span><br /><span style="color:#800080"><style type=<span style="color:#0000FF">"text/css"</span>></span><br />body<br />{<br /> background: #000;<br /> margin: 5px;<br /> color: #FFB000;<br /> font: normal 16px/8px Verdana;<br />}<br /><span style="color:#800080"></style></span><br /><span style="color:#000080"></head></span><br /><span style="color:#000080"><body></span><br /><span style="color:#000080"><pre></span><br />.help - This list of commands<br />.round - Displays the round number<br />.score - Displays the score<br />.status - The status of server<br />.hp - HP of opponent team<br />.hpteam - Show a teammate HP<br />.hpall - HP of all players in server<br />.dmg - Damage you have done to others<br />.rdmg - Damage done to you by others<br />.sum - The summary of round<br />.ready - Player is ready<br />.notready - Player is not ready<br />.respawn - Respawn in Pregame<br /><span style="color:#000080"></pre></span><br /><span style="color:#000080"></body></span><br /><span style="color:#000080"></html></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ł
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

Pug MOD XT (Rewritten)
Temat rozp. Adminek AMXX.PL, 04.06.2013 04:07
Brak odpowiedzi do tego tematu
Użytkownicy przeglądający ten temat: 0
0 użytkowników, 0 gości, 0 anonimowych