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

[TF2] TF2Jail (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 476
  • Lokalizacja:AMXX.PL
Offline

Napisano 18.08.2013 07:18

<!-- BEGIN TEMPLATE: postbit_external -->
<div><div align="center"><font size="5"><b><u>TF2Jail - TF2 Jailbreak<br />(Banner Coming Soon)<br /></u></b></font></div><br />Note: This plugin is still being developed so nothing's final. I'm posting it here to get more feedback early, no need to review this plugin yet if you're an approver. :3<br /><br />Description:<br />[code=auto:0]<br />Jailbreak is an old game mode which dates back to Counter-Strike 1.6 days and further into Counter-Strike: Source and more. The plugin in a nutshell places the red team into prisoners and the blue team into guards and the goal is for the prisoners to follow orders of the guards and the guards can kill the prisoners if they break the rules. The rules can be different and game mode can be different based on the idea that different communities interact in different ways. It's in your best interest to Google search for information on it since it's quite a popular game mode.<br />[code=auto:0]<br /><br />Goal of this Plugin:<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">Make TF2 Jailbreak a thing!</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->This plugin is designed to be stream-lined as much as possible in terms of the ability to enable/disable certain features. This offers features and code other communities can use or build off of in order to fit their needs. I stated a few things inside of the script file for the plugin which I'll go ahead and paste here.<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">TF2 Jailbreak by Jack of Designs!<br />&nbsp; &nbsp; Goal of this plugin: Offer a TF2 Jailbreak experience and make TF2 Jailbreak a thing. I'm expecting to see hundreds of servers by at least 3-4 months after I release this! Make it happen people!<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; The licensing for this plugin is similar to Sourcemod but there's two things I'd like to ask in a sincere way:<br />&nbsp; &nbsp; &nbsp; &nbsp; - If you make any changes to this plugin, tell me. I'd like to update this for everyone to use. If you have updates you think should happen, fork this plugin on Github and push it to me to look at.<br />&nbsp; &nbsp; &nbsp; &nbsp; - If you can help it, attempt to use the Natives I offer to create sub modules as plugins. I can make new natives if you need them so just give me a buzz.<br />&nbsp; &nbsp; Other than that, if you need to edit the plugin, go right ahead, I don't mind.<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; <br />&nbsp; &nbsp; Do you like my work? Donate to me on my site below or use the link on the side:&nbsp; &nbsp; http://www.jackofdesigns.com/blog/<br />&nbsp; &nbsp; &nbsp; &nbsp; - Every penny counts since I like to eat food so anything is appreciated! If you donate $10000, I will personally come to your house and share a nice glass of Orange Juice with you!<br />&nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; The list of credits for the plugin will be on the Github Wiki, I want them in one central place so check them out there. There's a lot of people since I generally looked at code made up by them and saw new methods that actually made my life easier.<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; Also, I'd like to thank The Outpost Community for giving me a ground to step in in terms of a server to test things on and start the plugin on, I wouldn't have been able to do it without them.</code><hr />
</div><!-- END TEMPLATE: bbcode_code_printable -->[Command Variables]<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">tf2jail_version&nbsp; &nbsp; - Version cvar so we can track which servers run the plugin and which versions.<br />sm_jail_enabled &quot;1&quot; - Status of the plugin: (1 = on, 0 = off)<br />sm_jail_advertisement &quot;1&quot; - Display plugin creator advertisement: (1 = on, 0 = off)<br />sm_jail_variables &quot;1&quot; - Set default cvars: (1 = on, 0 = off)<br />sm_jail_autobalance &quot;1&quot; - Should the plugin autobalance teams: (1 = on, 0 = off)<br />sm_jail_balance_ratio &quot;0.5&quot; - Ratio for autobalance: (Example: 0.5 = 2:4)<br />sm_jail_redmeleeonly &quot;1&quot; - Strip Red Team of weapons: (1 = strip weapons, 0 = off)<br />sm_jail_warden &quot;1&quot; - Allow Wardens: (1 = on, 0 = off)<br />sm_jail_wardenmodel &quot;1&quot; - Does Warden have a model: (1 = on, 0 = off)<br />sm_jail_wardencolor &quot;125 150 250&quot; - Color of warden if wardenmodel is off: (0 = off)<br />sm_jail_doorcontrols &quot;1&quot; - Allow Wardens and Admins door control: (1 = on, 0 = off)<br />sm_jail_cell_opener &quot;60&quot; - Time after Arena round start to open doors: (1.0 - 60.0) (0.0 = off)<br />sm_jail_redmute &quot;2&quot; - Mute Red team: (2 = mute prisoners alive and all dead, 1 = mute prisoners on round start based on redmute_time, 0 = off)<br />sm_jail_redmute_time &quot;15&quot; - Mute time for redmute: (1.0 - 60.0)<br />sm_jail_micchecks &quot;1&quot; - Check blue clients for microphone: (1 = on, 0 = off)<br />sm_jail_rebels &quot;1&quot; - Enable the Rebel system: (1 = on, 0 = off)<br />sm_jail_rebels_color &quot;0 0 255&quot; - Rebel color flags: (0 = off)<br />sm_jail_rebel_time &quot;30.0&quot; - Rebel timer: (1.0 - 60.0, 0 = always)<br />sm_jail_crits &quot;1&quot; - Which team gets crits: (0 = off, 1 = blue, 2 = red, 3 = both)<br />sm_jail_voteoffwarden_votesneeded &quot;0.60&quot; - Percentage of players required for fire warden vote: (default 0.60 - 60%) (0.05 - 1.0)<br />sm_jail_voteoffwarden_minplayers &quot;0&quot; - Minimum amount of players required for fire warden vote: (0 - MaxPlayers)<br />sm_jail_voteoffwarden_post &quot;0&quot; - Fire warden instantly on vote success or next round: (0 = instant, 1 = Next round)<br />sm_jail_freekillers &quot;1&quot; - Enable the Freekill system: (1 = on, 0 = off)<br />sm_jail_freekillers_time &quot;6.0&quot; - Time in seconds minimum for freekill flag on mark: (1.0 - 60.0)<br />sm_jail_freekillers_kills &quot;6&quot; - Number of kills required to flag for freekilling: (1.0 - MaxPlayers)<br />sm_jail_freekillers_wave &quot;60.0&quot; - Time in seconds until client is banned for being marked: (1.0 - 60.0)<br />sm_jail_freekillers_action &quot;2&quot; - Action towards marked freekiller: (2 = Ban client based on cvars, 1 = Slay the client, 0 = remove mark on timer)<br />sm_jail_freekillers_banreason - &quot;You have been banned for freekilling.&quot;, &quot;Message to give the client if they're marked as a freekiller and banned.&quot;<br />sm_jail_freekillers_bandcreason - &quot;You have been banned for freekilling and disconnecting.&quot;, &quot;Message to give the client if they're marked as a freekiller/disconnected and banned.&quot;<br />sm_jail_freekillers_bantime &quot;60&quot; - Time banned after timer ends: (0 = permanent)<br />sm_jail_freekillers_bantimedc &quot;120&quot; - Time banned if disconnected after timer ends: (0 = permanent)<br />sm_jail_lr_enabled &quot;1&quot; - Status of the LR System: (1 = on, 0 = off)<br />sm_jail_freeday_color &quot;0 255 0&quot; - Freeday color flags: (0 = off)<br />sm_jail_voteoffwarden_limit &quot;3&quot; - Limit to wardens fired by players via votes: (1 - 10, 0 = unlimited)<br />sm_jail_bluemute &quot;2&quot; - Mute Blue team: (2 = always except warden, 1 = while Warden is active, 0 = off)</code><hr />
</div><!-- END TEMPLATE: bbcode_code_printable -->[Commands]<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">sm_jailbreak - The Main Jailbreak Menu.<br />sm_fire - Allows players to fire wardens if they desire. (Concept is same as RTV)<br />sm_firewarden&quot;, Command_FireWarden); - Same as 'sm_fire'.<br />sm_w - Allows player to become warden.<br />sm_warden - Same as 'sm_w'.<br />sm_uw - If the player is warden, this will retire them.<br />sm_unwarden - Same as 'sm_uw'.<br />sm_wmenu - Menu wardens can use to access their commands.<br />sm_wardenmenu - Same as 'sm_wmenu'.<br />sm_open - If the map is compatible, allows wardens to open the cell doors.<br />sm_close - If the map is compatible, allows wardens to close the cell doors.<br />sm_wff - Allows wardens to enable or disable friendly fire.<br />sm_wardenff - Same as 'sm_wff'.<br />sm_wardenfriendlyfire - Same as 'sm_wff'.<br />sm_wcc - Allows wardens to toggle collision for prisoners.<br />sm_wcollision - 'Same as 'sm_wcc'.<br />sm_givelr - Allows wardens to grant last requests to prisoners.<br />sm_givelastrequest - Same as 'sm_givelr'.<br />sm_removelr - If a last request has been chosen, this will remove their last request in queue.<br />sm_removelastrequest - Same as 'sm_removelr'.</code><hr />
</div><!-- END TEMPLATE: bbcode_code_printable -->[Admin Commands]<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">sm_rw - Allows admins to remove the current warden.<br />sm_removewarden - Same as 'sm_rw'.<br />sm_pardon - Allows admins to pardon freekillers currently marked.<br />sm_denylr - Allows admins to deny the LR currently queued.<br />sm_denylastrequest - Same as 'sm_denylr'.<br />sm_opencells - If the map is compatible, allows admins to open the cell doors.<br />sm_closecells - If the map is compatible, allows admins to close the cell doors.<br />sm_lockcells - If the map is compatible, allows admins to lock the cell doors so nobody can open them, not even warden.<br />sm_unlockcells - If the map is compatible, allows admins to unlock cell doors if they're locked so they can be opened again.<br />sm_forcewarden - Picks a random client on blue team and grants them warden status if there isn't a warden<br />sm_forcelr - Allows admins to give themselves an LR or others.<br />sm_jaildebugger - Debugger admins can use to see technical information.<br />sm_jailreset - Resets the plugin if you reloaded the plugin.<br />sm_compatible - Gives you information on if the current map is compatible or not and if it can detect the entities, etc.<br />sm_givefreeday - Allows admins to grant freedays to clients.</code><hr />
</div><!-- END TEMPLATE: bbcode_code_printable --><b>Requirements:</b><br /><ul><li>SDKHooks</li><li>MoreColors (To Compile)</li><li>SMLib (To Compile)</li><li>TF2Items</li><li>Steamtools (Optional)</li><li>Sourcebans (Optional)</li><li>Sourcecomms (Optional)</li><li>BetheRobot (Optional)</li><li>VoiceAnnounce_Ex which requires DHooks (Optional)</li><li>FileManagementInterface (Optional)</li></ul><br />Latest copies can be found here:<br /><a href="https://github.com/JackofDesigns/TF2-Jailbreak" target="_blank">https://github.com/JackofDesigns/TF2-Jailbreak</a><br /><br />You can find the Warden Model <a href="http://jackofdesigns.com/files/WardenModel.zip" target="_blank">Here</a>!<br /><br />If you have any questions, feel free to add me on Steam, email me, etc.<br /><br /> - Jack</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.alliedmods.net/images/attach/smx.gif" alt="File Type: smx" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>


<a href="https://forums.alliedmods.net/attachment.php?attachmentid=124416&amp;d=1376804636">TF2Jail.smx</a> (57.6 KB)


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


<a href="https://forums.alliedmods.net/attachment.php?attachmentid=124417&amp;d=1376804641">TF2Jail_BlueBans.smx</a> (19.5 KB)


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


<a href="http://www.sourcemod.net/vbcompiler.php?file_id=124418"><strong>Get Plugin</strong></a> or
<a href="https://forums.alliedmods.net/attachment.php?attachmentid=124418&amp;d=1376804651">Get Source</a> (TF2Jail.sp - 94.9 KB)


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


<a href="http://www.sourcemod.net/vbcompiler.php?file_id=124419"><strong>Get Plugin</strong></a> or
<a href="https://forums.alliedmods.net/attachment.php?attachmentid=124419&amp;d=1376804656">Get Source</a> (TF2Jail_BlueBans.sp - 36.6 KB)


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


<a href="https://forums.alliedmods.net/attachment.php?attachmentid=124420&amp;d=1376804664">TF2Jail.phrases.txt</a> (16.6 KB)


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


<a href="https://forums.allie...phrases.txt</a> (2.2 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