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

Gangs Mod - Jailbreak


  • 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 01.07.2013 10:36

<!-- BEGIN TEMPLATE: postbit_external -->
<div><div align="left"><br /><font size="4"><div align="center"><b>Gangs Mod - Jailbreak</b></div></font><br /><br /><font color="black"><font size="3"><b>Description:</b></font></font><br />Use this mod to create and rule Gangs in your servers. I've created this mod because I saw that only one mod like this exists, and it's abandoned by the author.<br /><br /><br /><font color="black"><font size="3"><b>Requirements:</b></font></font><br />MySQL System<br /><a href="https://forums.allie...d.php?p=1883525" target="_blank">Store</a><br /><br /><font color="black"><font size="3"><b>Features:</b></font></font><br />* Create and Disband Gangs<br />* Invite or Expel Gang Members<br />* Unlimited Slot expension(controlable by CVar)<br />* Gang Banks<br />* Gang Ranks(supports Custom Ranks)<br />* Gang Bonuses(Guns, Armor, Health, Grenades etc.)<br />* Gang Privacy(Public or Private Gangs)<br />* Gang Admin Menu<br />* Gang Disband Passwords<br /><br /><br /><font color="black"><font size="3"><b>Installation:</b></font></font>:<br /><br />Download the attached zip archive and extract to your sourcemod folder. Then navigate to your configs/ directory and add the following entry in databases.cfg:<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">&quot;gangs&quot;<br />{<br />&nbsp; &nbsp; &quot;driver&quot;&nbsp; &nbsp; &nbsp; &nbsp; &quot;mysql&quot;<br />&nbsp; &nbsp; &quot;host&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;&lt;your-database-host&gt;&quot;<br />&nbsp; &nbsp; &quot;database&quot;&nbsp; &nbsp; &nbsp; &quot;&lt;your-database-name&gt;&quot;<br />&nbsp; &nbsp; &quot;user&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;&lt;username&gt;&quot;<br />&nbsp; &nbsp; &quot;pass&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;&lt;password&gt;&quot;<br />}</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->Next, navigate to configs/gangs/sql-init-scripts and execute gangs.sql in your database<br /><br /><font color="black"><font size="3"><b>ConVars</b></font></font>:<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">// Use Gang Banks? 1 = Yes, 0 = No<br />// -<br />// Default: &quot;1&quot;<br />gangs_bank &quot;1&quot;<br /><br />// Decides how much credits will it cost to upgrade a bonus<br />// -<br />// Default: &quot;1500&quot;<br />gangs_bonus_upgrade_credits &quot;1500&quot;<br /><br />// Decides how much credits will it cost to change a gang name<br />// -<br />// Default: &quot;1000&quot;<br />gangs_changename_credits &quot;1000&quot;<br /><br />// Decides how many credits you need to create a new Gang<br />// -<br />// Default: &quot;1500&quot;<br />gangs_create_credits &quot;1500&quot;<br /><br />// Decides how much credits will it cost to expend a gang<br />// -<br />// Default: &quot;750&quot;<br />gangs_expend_credits_per_slot &quot;750&quot;<br /><br />// Define your Master Key here<br />// -<br />// Default: &quot;&quot;<br />gangs_masterkey &quot;&quot;<br /><br />// If enabled everyone with Master Key will be able to control every Gang!<br />// -<br />// Default: &quot;1&quot;<br />gangs_masterkey_use &quot;1&quot;<br /><br />// Maximum members that can be at a Gang (AFTER EXPENTION)<br />// -<br />// Default: &quot;10&quot;<br />gangs_max_members &quot;10&quot;<br /><br />// Decides if anyone can disband a Gang with a password, or just the Leader<br />// -<br />// Default: &quot;1&quot;<br />gangs_use_disband_pass &quot;1&quot;<br /><br />// Decides if Gangs will be using Ranks for permissions or everyone can do anything<br />// -<br />// Default: &quot;1&quot;<br />gangs_use_ranks &quot;1&quot;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><font size="3"><b><font color="black">Commands:</font></b></font><br /><i>!creategang</i> - Creates a new Gang for 1500 credits(by default, editable). After typing creategang you should type your disband password in chat.<br /><br /><i>!disbandgang</i> - Used only when gangs_use_disband_pass is set to 0. Gives you the ability to disband a Gang as a Leader.<br /><br /><i>!gang</i> - Opens your Gang Main Menu, with info about your gang and features.<br /><br /><i>!gangs</i> - Opens a menu that shows all the Gangs on the server, if public, you can join a Gang from that menu.<br /><br /><b><font size="3"><font color="black">Known Bugs:</font></font></b><br />None.<br /><br /><br /><u>Feel free to post suggestions and requests of new features.</u><br /><br />If you appreciate my work, feel free to <a href="https://www.paypal.c...d=V75DZV9AFEBW8" target="_blank"><font color="black">Donate</font></a></div></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=1372671350">Gangs Mod - Jailbreak.zip</a> (51.7 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