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

Guess Who Mod


  • 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 492
  • Lokalizacja:AMXX.PL
Offline

Napisano 30.01.2016 17:36

<div><div align="center"><b><font size="5"><font color="Red">Guess Who Mod</font></font></b><br /><b><font size="4"><font color="Red">Version 1.0</font></font></b><br /><b><font size="4"><font color="Red">by Yousef</font></font></b></div><br /><b><font size="4">Introduction:</font></b><br />This is a Counter-Strike 1.6 mod where Terrorists have to guess which player of Counter-Terrorists is real, because there will be npcs that have the same ct model. Idea of the mod were taken from Garry's Mod, but I couldn't make it the exact same, at least I have tried my best :). There's a shop to buy things from, and points system (fvault). Also, every Counter-Terrorist can be invisible once a round (check client commands).<br /><br /><b><font size="4">Description:</font></b><br />An amount of npcs (depends on how many players in the server) will be placed in the map as Counter-Terrorist's models and Terrorists have to find which ones are the real Counter-Terrorist players. Terrorists will be given random guns (m4a1/ak47 with a deagle) to kill Counter-Terrorists.<br /><br /><b><font size="4">Admin Commands:</font></b><ul><li>g_setpoints &lt;name , #userid , @ CT - T - ALL&gt; &lt;points number&gt;<br />- change player's points (line 30 to change the access [ADMIN_BAN])</li>
</ul><br /><b><font size="4">Client Commands:</font></b><ul><li>(say/say_team) <b>/points</b><br />- View player's points</li>
<li>(say/say_team) <b>/shop</b><br />- Opens the shop's menu</li>
<li>(say/say_team) <b>/models</b><br />- Opens the models' menu</li>
<li><b>third_person</b><br />- Toggle third person view</li>
<li><b>radio1 ('z' key)</b><br />- CTs command to be invisible for X amount of seconds (cvar to change).</li>
</ul><br /><b><font size="4">Main Cvars:</font></b><ul><li><b>g_health</b> ( default: 10 )<br />- Amount of health that will be taken from Terrorists if they miss or will be given to them if they didn't miss.</li>
<li><b>g_invisible</b> ( default: 10 )<br />- Amount of seconds for Counter-Terrorists invisibility.</li>
<li><b>g_start</b> ( default: 5 )<br />- Amount of seconds to start the mod when the mod can start.</li>
<li><b>g_freeze</b>( default: 10 )<br />- Amount of seconds for Terrorists to be unfrozen.</li>
</ul><br /><b><font size="4">Shop Menu:</font></b><ul><li>Counter-Terrorists<ul><li><b>Turn on invisible ability</b> (15 points)</li>
</ul></li>
<li>Terrorists<ul><li><b>AWP</b> (10 points)</li>
<li><b>HE-GRENADE</b> (7 points)</li>
<li><b>Reveal one ct</b> (15 points)</li>
<li><b>Reveal all Counter-Terrorists</b> (40 points)</li>
<li><b>+200 HP</b> (20 points)</li>
</ul></li>
</ul><br /><b><font size="4">Recommended Maps:</font></b><ul><li><b>fy_blocked</b> ( best one )</li>
<li><b>fy maps</b> ( fy_snow, etc.. )</li>
</ul><br /><b><font size="4">Things You may change:</font></b><br />(line 24)<br /><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">new szPrefix[] = &quot;^4[Guess Who] ^1&quot;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Prefix for messages that come in chat<br />new szConsolePrefix[] = &quot;[GuessWho]&quot;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Prefix for messages that come in console<br />new FvaultFileName[] = &quot;GWPoints&quot;;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // File vault name<br /><br />#define POINTS_CT_ADD&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Amount of points will be added to CTs when they win the round<br />#define POINTS_T_ADD&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 5&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Amount of points will be added to Terrorists when they win the round<br />#define ADMIN_ACCESS&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ADMIN_BAN&nbsp; &nbsp; &nbsp; &nbsp; // Access for g_setpoints command<br />#define POINTS_MAX_LEN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 10&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Max length for the points number<br />#define MESSAGE_TIME&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 120.0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Message comes every 120 seconds</code><hr />
</div><b><font size="4">Credits:</font></b><ul><li><b>Pokemonmaster</b></li>
<li><b>v3x</b></li>
<li><b>VEN</b></li>
<li><b>Exolent</b></li>
<li><b>ConnorMcLeod</b></li>
<li><b>bugsy</b></li>
<li><b>XxAvalanchexX</b></li>
<li><b>joaquimandrade</b></li>
<li><b>Mini_Midget</b></li>
</ul></div>


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








<fieldset class="fieldset">
<legend>Attached Files</legend>
<table cellpadding="0" cellspacing="3" border="0">
<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...75"><strong>GetPlugin</strong></a> or
<a href="https://forums.allie...1454172495">GetSource</a> (guesswho.sma - 65.8 KB)

</td>
</tr>
</table>
</fieldset>


</div>

Wyświetl pełny artykuł




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

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