Skocz do zawartości

GLOBALELITE.pl

GLOBALELITE.PL
  • Liczba zawartości

    758
  • Zawartość na Chatboxie

    375
  • Rejestracja

  • Ostatnia wizyta

  • Wygrane w rankingu

    10
  • Haracze

    0,00 zł 

Zawartość dodana przez GLOBALELITE.pl

  1. Hard though they are to find, plugins that enable auto-bunnyhop exist in Left 4 Dead 2. These are a boon to many players who enjoy enhancing their gameplay with such effects. This plugin does not replace any of the server-side bunnyhop mods that already exist. Rather it attempts to bring a full range of tools associated with bunnyhop, such that players of all types would be catered to by a single plugin. Features 1. Auto-bunnyhop that is enabled by holding your "jump" key or the console command +JUMP. 2. A manual bunnyhop trainer that signals the player with an audio cue a fraction of a second before the player should make the next jump. 3. A speed multiplier for the bunnyhop, such that the speed that is gained from a successful bunnyhop is amplified. 4. A speed limiter for the multiplier (3) to limit excessive speed gains. 5. A toggle for players to turn off these features by sourcemod player commands. Configuration l4d_bunnyhop_mode Set plugin mode (0) Disabled (1) Auto-bunnyhop (2) Manual bunnyhop training Default: 1 l4d_bunnyhop_multiplier Speed multiplier The value multiplied to the lateral velocity gain for each successful bunnyhop Default: 50 l4d_bunnyhop_limit Speed limit The player speed value at which lateral velocity no longer multiples lateral velocity Default: 300 Toggle Commands !hop !bunny !bunnyhop Both the auto-bunnyhop and manual trainer require that the player know how to bunnyhop by shifting between +LEFT and +RIGHT. For a tutorial in this technique, I highly recommend HS Top's instruction video https://youtu.be/kz-F9tyUSpU. The auto-bunnyhop feature is based on the work of an anonymous author. I claim credit for the rest. Special thanks to Kushtalk for his enthusiasm, and Distemper for his indispensable help. Attached Files Get Plugin or Get Source (l4d_bunnyhop+.sp - 4.6 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298555&goto=newpost
  2. Użytkownik Mohamed dostał warna 15 czerwca 2017 - 22:59 od `Fuzhou ツ. Powód: Spamowanie. Kara: - Punkty: 1 Post: {post} Notatka:
  3. MySQL Stats for Left 4 Dead 2 (Co-op) Requirements • MySQL: External connections required if your MySQL server is not on the same system ! This is not enabled by default, you may need to contact your host! • Metamod: Source/SourceMM (Latest Version) • SourceMod: 1.8 - 1.9 Latest Build Installation • Edit your databases.cfg file and add a section with the following information: PHP Code: "l4d2_stats" { "driver" "mysql" "host" "your_host" "database" "your_db" "user" "your_user" "pass" "your_pass" } • In the game console: sm_addsqlcreate Chat Commands • !rank - Display your current rank information. • !top - Show Top 15 players. - Attached Files Get Plugin or Get Source (l4d2_hx_stats.sp - 15.7 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298535&goto=newpost
  4. [CS:GO] Advanced Noscop This plugins displays a message in chat or hud when player kill someone with noscop. You can customize: - Distance minimum to show message in HUD - Musics when HUD is displayed - Music volume - Unit of length - Weapon allowed (SSG08, AWP or BOTH) Required colors_csgo smlib Example of chat: Example of HUD: Configuration (convars) Spoiler PHP Code: // Minimum distance to show message in HUD // - // Default: "15.0" // Minimum: "0.000000" // Maximum: "160.000000" an_minimum_distance_hud "15.0" // Enable music when HUD is displayed // - // Default: "1" // Minimum: "0.000000" // Maximum: "1.000000" an_music_enable "1" // Path of sounds directory example : sound/advanced_noscop/ // - // Default: "advanced_noscop" an_music_path "advanced_noscop" // Music volume // - // Default: "0.5" // Minimum: "0.000000" // Maximum: "1.000000" an_music_volume "0.5" // Allowed weapons: 1 = AWP Only | 2 = SSG08 Only | 3 = AWP + SSG08 // - // Default: "3" // Minimum: "1.000000" // Maximum: "3.000000" an_weapons_allowed "3" // Unit of length used: 1 = Meter | 2 = Miles // - // Default: "1" // Minimum: "1.000000" // Maximum: "2.000000" an_weapons_unit "1" Updates Spoiler - v1.0 News! Project - Save players records - Create rank and top distance (per map) - Allow client to disable music (cookie) Attached Files advanced_noscop.smx (20.2 KB) Get Plugin or Get Source (advanced_noscop.sp - 4.9 KB) Advanced Noscop.zip (1.23 MB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298525&goto=newpost
  5. [L4D] Fire Immunity Specials (0.9.0, 2017-6-14) Description This Left 4 Dead 1 plugin allows special infected (boomer, hunter, and smoker) to have immunity from fire damage. The effect is adding modest difficulty for survivors. It includes cvars to toggle fire immunity on/off for each special infected and for each game mode. Cvars l4d_fireimmunityspecials_version The version of the Fire Immunity Specials plugin. l4d_fis_enable 1: Enables the Fire Immunity Specials plugin. l4d_fis_coop 1: Enables fire immunity in coop game mode. l4d_fis_survival 1: Enables fire immunity in survival game mode. l4d_fis_versus 1: Enables fire immunity in versus game mode. l4d_fis_boomer 1: Enables fire immunity for boomers. l4d_fis_hunter 1: Enables fire immunity for hunters. l4d_fis_smoker 1: Enables fire immunity for smokers. Changelog Quote: 0.9.0 (2017.06.14) + Cvars supporting boomer, hunter, and smoker fire immunity + Cvars supporting individual game modes Installation Download the smx file to addonssourcemodplugins Edit cfgsourcemodl4d_fire_immunity_specials.cfg to fit your needs. It will be created automatically on first run of the plugin. For example: If you want the plugin to be active only for boomers and exclude versus mode, you would set l4d_fis_enable, l4d_fis_coop, l4d_fis_survival, and l4d_fis_boomer to "1" and the rest to "0". Credits Mr. Zero - Ghost Tank olj - Vomit Extinguishing I used the work on their respective plugins copiously for reference and understanding. Plans Tank and Witch fire immunity Code improvements - Feel free to review it and let me know of any glaring mistakes. It's my first plugin. :up: I'd appreciate the input. Attached Files l4d_fire_immunity_specials.smx (6.7 KB) Get Plugin or Get Source (l4d_fire_immunity_specials.sp - 6.6 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298510&goto=newpost
  6. This is a simple NoScope plugin. It supports an interval round that mean you can do a NoScope round every X round. Supported Games: Counter-Strike: Global Offensive Features: NoScope with sound and message alert. CVars: A config file will be generated the first time you run the plugin. ("cfg/sourcemod/plugin.onet0uch_noscope.cfg") Code: // Set number of rounds between an unscope round // - // Default: "3" // Minimum: "0.000000" noscope_interval "3" // Enable (1)/Disable (0) the alert message when Noscope round // - // Default: "1" noscope_message_enabled "1" // Enable (1)/Disable (0) the sound played when Noscope round // - // Default: "1" noscope_sound_enabled "1" // Path of the sound played when Noscope round // - // Default: "noscope/noscope.mp3" noscope_sound_path "noscope/noscope.mp3" Requirements: SourceMod 1.8+ Last Changelog: 2017-06-14 : Release plugin on Sourcemod. ToDo: None Known Issues: None Attached Files onet0uch_noscope.zip (27.2 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298492&goto=newpost
  7. WebLync v0.0.1 Web based MOTD commands About Recent CS:GO updates have played havoc on plugins that distribute web based commands via the games built in MOTD window such as Web Shortcuts. WebLync works around this issue restoring full functionality allowing server operators to have working web MOTD windows again. Features - Working Web Shortcuts for CS:GO - Completely web based configuration - New links download on map change Installation 1. Install the latest version of Dynamic 2. Install the latest SteamWorks (waterfall) 3. Copy the contents of the attached zip to your servers /csgo/ folder 4. Sign into the WebLync website via Steam 5. Follow the site instructions `Register New Server` 6. Click Links to configure your server links Commands - sm_weblync (WebLync administration menu) - sm_weblyncregserver (Register server with WebLync API) - sm_weblyncsyncserver (Syncs new commands to server) Attached Files WebLync-001.zip (15.2 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298458&goto=newpost
  8. Eylonap_Chattags (tag/name/message-colors) Admin commands: • sm_reloadtags - reload eylonap_chattag.cfg config. Installation: • Upload eylonap_chattag.smx file to addons/sourcemod/plugins. • Upload eylonap_chattag.cfg file to addons/sourcemod/configs. Setup the chattags: • Open eylonap_chattag.cfg file. Code: //* This mod made by: Eylon.A (AuToPrO) //* Custom tags chat. //* Using: //* "steamid64" //* { //* "tag" "yourtag" //* "namecolor" "yournamecolor" //* "tagcolor" "yourtagcolor" //* "chatcolor" "yourchatcolor" //* } //* Colors list: //* team, white, red, green, lightgreen, //* darkgreen, darkred, gray, yellow, orange, //* lightgray, pink, lightred, darkgray, darkblue, blue "tags" { "76561198156423013" // Eylon.A { "tag" "Developer" "namecolor" "lightred" "tagcolor" "darkblue" "chatcolor" "lightgreen" } } Download: Attached Files eylonap_chattag.cfg (536 Bytes) Get Plugin or Get Source (eylonap_chattag.sp - 4.9 KB) eylonap_chattag.zip (9.7 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298451&goto=newpost
  9. Invisible Weapon Fixer Fixes problem what makes weapons of player invisible. Installation: -Put in plugins folder -Restart or type sm plugins load invisfix in server console -Respawn and fun with yours weapons Attached Files Get Plugin or Get Source (invisfix.sp - 872 Bytes) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298406&goto=newpost
  10. Eylonap MultiCommands Admin Commands: sm_1up <target> - Respawn target with death position. sm_hp <target> <hp> - Set target health. sm_give <target> <weaponname> - Give item to target sm_team <target> <1/2/3> - Change client team. sm_disarm <target> - Remove all items from client. sm_god <target> <0/1> - Set godmod for target. sm_rr <time> - Restart the game. sm_swap <target> - Swap target (ct for t, t for ct, spec for t). sm_respawn <target> - Respawn target. sm_teleport <target> .to. <target> or <x> <y> <z> - Teleport target to xyz/target. sm_dropslot <target> <slotnum> - Drop client weapon slot. sm_bury <target> - Bury target. sm_unbury <target> - Unbury target. sm_bring <target> - Bring target to eye position. sm_speed <target> <speednum> - Set target speed. sm_spec <target> - Move target to spec. Player Commands: sm_admins - Open adminlist. Root Commands: sm_fexec <target> <cmd> - Fake target commands. sm_shutdown <time> - Stop the server. Cvars: eylonap_admin_mod - adminlist mod (0 - disable, 1 - menu, 2 - chat). Additional features: Connect announce - name, steamid, country. Eylonap Mcommands API Eylonap_TeleportClientToClient(int client, int target, bool angels = false). ○ Teleport target to target. Eylonap_TeleportClientToPos(int client, float x, float y, float z, bool angels = false). ○ Teleport target to position(x,y,z). Eylonap_PrintToChatAll(const char[] text, any...). ○ Print to all chat. Eylonap_PrintToChat(int client, const char[] text, any...). ○ Print to client chat. Eylonap_CanTarget(int client, int target). ○ Check if target1 have primmsions on target2. Eylonap_SwapTeam(int client, bool savealive = false). ○ Swap target team (ct for t, t for ct, spec for t). Eylonap_RespawnClient(int client, bool pos = false). ○ Respawn target. ○ pos - death position. Eylonap_DisarmClient(int client). ○ Remove all weapons from target. Eylonap_ChangeTeam(int client, int team, bool savealive = false). ○ Change target team (1 - spec, 2 - t, 3 - ct). Eylonap_SetGod(int client, int value). ○ Set target godmod. Eylonap_ValidClient(int client). ○ Check if is client. Eylonap_CheckFlag(int client, int flag). ○ Check admin flags. Eylonap_DropSlot(int client, int slot). ○ Drop target slot. Eylonap_SetSpeed(int client, float speed). ○ Set target speed value. Eylonap_ShutDown(float time). ○ Close the server. Download: Attached Files Get Plugin or Get Source (eylonap_multicommands.sp - 21.2 KB) eylonap_multicommands.smx (15.1 KB) Get Plugin or Get Source (eylonap_multicommands_functions.sp - 6.3 KB) eylonap_multicommands_functions.smx (8.3 KB) eylonap_mcommands.inc (3.0 KB) eylonap_multicommands.zip (31.2 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298378&goto=newpost
  11. Event-Manager Description Event-Manager makes hosting events less tedious, and allows you to control players much easier. This is my first plugin, I hope it'll be useful Credits Although I wrote the plugin, NGS | TheXeon helped with bug fixing, and as this is my first plugin, it helped greatly to have an experienced sourcemod dev to help with learning sourcepawn. Dependencies More Colors By Dr. McKay https://forums.alliedmods.net/showthread.php?t=185016 Features Set a teleport location for blu or red team(or both!). Have the players class set to one of your choice. Choose which weapons to strip off the player before they join the event. Set a spectate location where the players can teleport to watch the event. Enable Event-Talk, mute all non admins preventing players from talking over you. Pictures Spoiler Commands Admin Commands sm_startevent - Start's an event. sm_stopevent - Closes the joining period for the event. sm_blocation - Set's the location where blu will teleport to. sm_rlocation - Set's the location where red will teleport to. sm_setspectate - Set's the location where spectators will teleport to. sm_setclass - Set's the class the player will be set to before joining the event. sm_event - Opens menu interface for event manager plugin. Player Commands sm_joinevent - Join an event sm_spectate - Spectate an event ConVars sm_eventmanager_version - Plugin version sm_eventtalk_enable[0/1] - Default 0 Download https://github.com/EasyEorsak/EventManager/releases Or you can use the attached file download Install Download the more colors include file, and put in in "serverfolder"tf2tfaddonssourcemodscript inginclude Download the eventmanager.smx file, and put it in "serverfolder"tf2tfaddonssourcemodplugin s If you do not have sourcecomms, you will have to comment at line 5. Changelog v1.0 initial release To-do List Nothing planned yet, feel free to suggest feautures, report bugs, or point out anytihng else wrong with the plugin. Feedback is greatly appreciated. Attached Files Get Plugin or Get Source (eventmanager.sp - 16.7 KB) eventmanager.smx (18.7 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298371&goto=newpost
  12. Fix HL2DM's broken model menu with this, so players don't all go on team combine with the combine soldier model automatically. After you connect, your team will be randomly selected along with your model based on that team. Text will appear in the chat saying "Random team and playermodel selected." This will only use the default HL2DM Playermodels Download this plugin: Attachment 163296 Place in addons/sourcemod/plugins Attached Files hl2dmrandomplayermodel.smx (4.5 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298297&goto=newpost
  13. <div><b><font size="4">Descriptions:</font></b><br />well to be honest, it's not as good as the other retake plugin but i ensure you this one can handle a 2vs2 match very easily!<br />and it's not been made to create a duplicate plugins, it's just release for you to use in case you want to have 2 vs 2 tournament.<br /><br /><b><font size="4">Admin Commands (Flag "z"):</font></b><br />sm_emode --> Enter edit mode (required to be able to add spawns).<br />sm_addspawn --> used to add spawns.<br />sm_addbomb --> used to set where bomber will spawn.<br />sm_forcestop --> stop the current in progress retake match.<br /><br /><b><font size="4">Player Commands:</font></b><br />sm_awp --> will set primary weapon to awp (Ct + T)<br />sm_ak --> will set primary weapon to AK47 (T Only)<br />sm_a4 --> will set primary weapon to M4A4 (CT Only)<br />sm_a1 --> will set primary weapon to M4A1-Silencer (CT Only)<br />sm_ready --> will mark you as ready.<br /><br /><font size="4"><b>ConVars:</b></font><br />sm_max_ready_num "4" --> number of ready players needed to start the match.<br /><br /><b>Adding Spawns:</b><br />okay, i've already set those needed maps for a 2vs2 tounament but if you want to edit them or hate them! you can add your own like this:<br /><font color="Red"><b>Step 1: Add your CT spawns:</b></font><br />- To add Ct spawns for A or B side you'll need to enter edit mode first! after that you'll need to type this into conosle:<br />- sm_addspawn SideName TeamName SpawnNum<br />- SideNames are A and B, TeamNames are CT and T, SpawnNum is the number of spawn to get<br />Note : please add spawns on a correct order and do not jump onto numbers!<br />Example : sm_addspawn B CT 1<br /><font color="Red"><b>Step 2: Add you T spawns:</b></font><br />- Just like how you did for CT just change CT to T on second argument.<br />Note : do not forget to set them for both sides.<br /><font color="Red"><b>Step 3: Add bomber spawn:</b></font><br />- sm_addbomb SideName<br />- Just stand somewhere good and use sm_addbomb A or B to set bomber spawn point.<br />Note: try to set one less spawn for T cause one on them will always be the bomber and then both teams will equal.<br /><br /><b>Note: this plugins is on testing stage, i've tested all possible issues but tell me if it's bugged.</b></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.alliedmods.net/images/attach/zip.gif"alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163287&d=1496859720">2vs2Retakes 1.9.2.zip</a> (26.1 KB) </td> </tr> </table> </fieldset> </div> Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298290&goto=newpost
  14. Użytkownik BobPixel dostał warna 07 czerwca 2017 - 18:39 od Dzagu. Powód: Spamowanie. Kara: - Punkty: 1 Post: https://globalelite.pl/index.php?app=forums&module=forums&section=findpost&pid=19659 Notatka: Post który nic nie wnosi do tematu.
  15. <div><a href="https://forums.alliedmods.net/showthread.php?p=2526503&nojs=1#goto_threadrating"target="_blank" rel="noopener">Rate Thread <img class="proxied-img" src="https://forums.alliedmods.net/image-proxy/72950ed0805fb93892710c914849f647a8ace791/68747470733a2f2f666f72756d732e616c6c6965646d6f64732e6e65742f696d616765732f6d6973632f6d656e755f6f70656e2e737667" border="0" alt="" /><img class="proxied-img" src="https://forums.alliedmods.net/image-proxy/bd3394787d97c25fd5b2ccd2b492ed013f1ceb4f/68747470733a2f2f666f72756d732e616c6c6965646d6f64732e6e65742f696d616765732f726174696e672f726174696e675f352e737667" border="0" alt="" /></a><br /><br /><b><font size="5">Retake - Bombsite overlays</font></b> for <a href="https://forums.alliedmods.net/showthread.php?t=262658" target="_blank" rel="noopener">splewis Retake</a><br /><br />Shows on roundstart a overlays which bombsite is active.<br /><br /><a class="proxied-img-link" href="http://shanapu.de/img/a.jpg" rel="nofollow noopener"><img class="proxied-img" src="https://forums.alliedmods.net/image-proxy/326c72cf909ba958b170f14b9f2d812f8e6c479e/687474703a2f2f7368616e6170752e64652f696d672f612e6a7067" border="0" alt="" /></a><br /><br /><a class="proxied-img-link" href="http://shanapu.de/img/b.jpg" rel="nofollow noopener"><img class="proxied-img" src="https://forums.alliedmods.net/image-proxy/6f83126a941269d469db95239dbcbc4112ee66fa/687474703a2f2f7368616e6170752e64652f696d672f622e6a7067" border="0" alt="" /></a><br /><br /><b><u>ConVars</u></b><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">sm_retake_overlays_team - Show overlays only for counter-terrorists <br />sm_retake_overlays_time - How long show the Bombsite overlays? in seconds <br />sm_retake_overlays_path_a - Path to the bombsite A overlay DONT TYPE .vmt or .vft <br />sm_retake_overlays_path_b - Path to the bombsite B overlay DONT TYPE .vmt or .vft</code><hr /> </div><u><b>Required plugins</b></u><ul><li><a href="https://forums.alliedmods.net/showthread.php?t=262658"target="_blank" rel="noopener">Retake</a> by splewis</li> </ul><br /><u><b>ChangeLog</b></u><br /><div style="margin:20px; margin-top:5px; "> <div class="smallfont" style="margin-bottom:2px">Quote:</div> <table cellpadding="6" cellspacing="0" border="0" width="100%"> <tr> <td class="alt2"> <hr /> v1.0<ul><li>initial release</li> </ul> <hr /> </td> </tr> </table> </div><u><b>Credits</b></u> :bacon!:<br />Big thanks @splewis for his great work!<br />Also big thanks to all sourcemod & metamod developers out there!<br /><br /><b><u>Include file for compile</u></b><ul><li><a href="https://github.com/splewis/csgo-retakes/blob/master/scripting/include/retakes.inc"target="_blank" rel="nofollow noopener">retakes.inc</a></li> <li><a href="https://github.com/shanapu/overlays.inc/blob/master/addons/sourcemod/scripting/include/overlays.inc"target="_blank" rel="nofollow noopener">overlays.inc</a></li> </ul><br /><b><u>Installation</u></b><br /><div style="margin:20px; margin-top:5px; "> <div class="smallfont" style="margin-bottom:2px">Quote:</div> <table cellpadding="6" cellspacing="0" border="0" width="100%"> <tr> <td class="alt2"> <hr /> <ol style="list-style-type: decimal"><li>Open <u>gameserver</u> folder and copy the folders <b>addons/</b> & <b>materials/</b> to <u>your gameservers root</u> <b>csgo/</b> directory <br /></li> <li>Open <u>fastDL</u> folder and copy the folder <b>materials/</b> to your <u>FastDownload servers</u> <b>csgo/</b> directory <br /></li> <li>Run plugin for the first time and <u>.cfg file will be generated</u> <br /></li> <li>Have fun! Give feedback!</li> </ol> <hr /> </td> </tr> </table> </div><br /><u><b>Github</b></u><br /><font size="3"><b><a href="https://github.com/shanapu/retake-overlays"target="_blank" rel="nofollow noopener">https://github.com/shanapu/retake-overlays</a></b></font><br /><br /><br /><font size="1">You like my work for the community?</font> <a href="https://www.paypal.me/shanapu" target="_blank" rel="nofollow noopener"> <img class="proxied-img" src="https://forums.alliedmods.net/image-proxy/90e84d277d07ff0496031c3c0dcc85f0395942ff/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f7765627374617469632f656e5f55532f692f62746e2f706e672f73696c7665722d726563742d70617970616c2d323670782e706e67" border="0" alt="" /></a></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.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=163250"><strong>GetPlugin</strong></a> or <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163250&d=1496727506">GetSource</a> (retake_overlays.sp - 3.2 KB) </td> </tr><tr> <td><img class="inlineimg" src="https://forums.alliedmods.net/images/attach/zip.gif"alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163251&d=1496727506">retake-overlays.zip</a>(562.8 KB) </td> </tr> </table> </fieldset> </div> Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298249&goto=newpost
  16. <div><div align="center"><font size="5"><b>[CS:GO] DeadMenuItemCMD</b></font><br /><br />Hello!<br /><br />I want to share my first of many plugins.<br /><br /><b><font size="3">Description:</font></b><br /><br />The plugin sends a menu to the user when they die, each item of the menu correspond to a command.<br />Menu item and command is customisable with a config file.<br /><br />Command: sm_deadmenu - To enable/disable the menu (Using cookies).<br /><br />An example:<br /><br /><a class="proxied-img-link" href="https://image.noelshack.com/fichiers/2017/23/1496706951-deadmenu.png"rel="nofollow noopener"><img class="proxied-img" src="https://forums.alliedmods.net/image-proxy/75e00b0bc8ecfa50cf8f43f6e923b70a192311cf/68747470733a2f2f696d6167652e6e6f656c736861636b2e636f6d2f66696368696572732f323031372f32332f313439363730363935312d646561646d656e752e706e67" border="0" alt="" /></a><br /><br /><br /><br /><font size="3"><u>Config file: deadmenu.cfg</u></font><br /><div style="margin: 5px;"> <div class="smallfont" style="margin-bottom: 2px;"> <b>Spoiler</b> <input value="Show" style="margin: 0px; padding: 0px; width: 45px; font-size: 10px;" onclick="if(this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != 'inline') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'inline'; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value='Show'; }" type="button"> </div> <div class="alt2" style="border: 1px inset; padding: 6px;"> <div class="spoiler" style="display: none;"><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">"Deadmenu"<br />{<br /> "1"<br /> {<br /> "item" "Respawn in redie"<br /> "command" "sm_redie" <br /> }<br /> "2"<br /> {<br /> "item" "Join spectator"<br /> "command" "sm_afk" <br /> } <br /> "3"<br /> {<br /> "item" "Show my rank"<br /> "command" "sm_rank" <br /> } <br />}</code><hr /> </div></div> </div> </div><br /><font size="3"><u>Convar</u></font><br /><div style="margin: 5px;"> <div class="smallfont" style="margin-bottom: 2px;"> <b>Spoiler</b> <input value="Show" style="margin: 0px; padding: 0px; width: 45px; font-size: 10px;" onclick="if(this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != 'inline') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'inline'; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value='Show'; }" type="button"> </div> <div class="alt2" style="border: 1px inset; padding: 6px;"> <div class="spoiler" style="display: none;"><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">Delay to send menu<br />sm_menu_delay "0.5"<br /><br />Menu display time<br />sm_menu_display_time "10"<br /><br />Enable button 'Dont show menu again'<br />sm_menu_dontshow_button "1"<br /><br />Round ending menu<br />sm_menu_roundend_menu "1"</code><hr /> </div></div> </div> </div></div></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.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=163242&d=1496708435">CSGO_DeadMenuItemCMD.smx</a>(8.2 KB) </td> </tr><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=163243"><strong>GetPlugin</strong></a> or <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163243&d=1496708435">GetSource</a> (CSGO_DeadMenuItemCMD.sp - 6.1 KB) </td> </tr><tr> <td><img class="inlineimg" src="https://forums.alliedmods.net/images/attach/zip.gif"alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163244&d=1496708435">CSGO_DeadMenuItemCMD.zip</a>(9.4 KB) </td> </tr> </table> </fieldset> </div> Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298241&goto=newpost
  17. <div><b><div align="center"><font size="7">SMPanel v1.0</font></div></b><br /><br />SMPANEL is web interface for csgo server you can see server stats, send rcon commands, ftp and more.<br /><br />How To Install ?<br /><br />1- Download Web Folders<br />2- Extract<br />3- Paste Files To Your Webserver<br />4- Open your PHPMYADMIN And Import Mithat_smpanel.sql<br />5- Open index.php with text editor, and edit database connection informations.<br />6- Open ayar.php and edit database connection<br />7- Open rcon.php and edit rcon connection.<br />8- Open mithat_smpanel.sp and edit connections.<br />9- Compile it and upload your server.<br />10- Go to domain.com/smpanel/login.php DEFAULT USERNAME : mithat PASSWORD: 1234567890<br /><br />Im Not good at database and php sorry in some places i used templates.<br />its just'a test<br /><br />SCREEN SHOTS :<br /><a href="https://forums.alliedmods.net/attachment.php?attachmentid=163224"target="_blank" title="Name: Views: Size: ">Attachment 163224</a><br /><a href="https://forums.alliedmods.net/attachment.php?attachmentid=163225"target="_blank" title="Name: Views: Size: ">Attachment 163225</a><br /><a href="https://forums.alliedmods.net/attachment.php?attachmentid=163227"target="_blank" title="Name: Views: Size: ">Attachment 163227</a><br /><a href="https://forums.alliedmods.net/attachment.php?attachmentid=163226"target="_blank" title="Name: Views: Size: ">Attachment 163226</a><br /><a href="https://forums.alliedmods.net/attachment.php?attachmentid=163223"target="_blank" title="Name: Views: Size: ">Attachment 163223</a><br /><a href="https://forums.alliedmods.net/attachment.php?attachmentid=163222"target="_blank" title="Name: Views: Size: ">Attachment 163222</a><br /><a href="https://forums.alliedmods.net/attachment.php?attachmentid=163221"target="_blank" title="Name: Views: Size: ">Attachment 163221</a><br /><a class="proxied-img-link" href="https://i.hizliresim.com/oknDRR.png"rel="nofollow noopener"><img class="proxied-img" src="https://forums.alliedmods.net/image-proxy/20f6de72e2be96b7f419992693e7a502cd50272c/68747470733a2f2f692e68697a6c69726573696d2e636f6d2f6f6b6e4452522e706e67" border="0" alt="" /></a><br /><br />LIVE DEMO TURKISH :<a href="http://pluginler.com/smpanel/login.php" target="_blank" rel="nofollow noopener">http://pluginler.com/smpanel/login.php</a><br />LIVE DEMO ENGLISH :<a href="http://pluginler.com/smpanel_en/login.php" target="_blank" rel="nofollow noopener">http://pluginler.com/smpanel/login.php</a><br />username : mithat pass : 1234567890</div> <br /> <div style="padding:6px"> <fieldset class="fieldset"> <legend>Attached Thumbnails</legend> <div style="padding:3px"> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163221&d=1496701459"rel="Lightbox_2526451" id="attachment163221"><img class="thumbnail" src="https://forums.alliedmods.net/attachment.php?attachmentid=163221&stc=1&thumb=1&d=1496701459" border="0" alt="Click image for larger version Name: panelayarlar.png Views: N/A Size: 24.7 KB ID: 163221" /></a> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163222&d=1496701459"rel="Lightbox_2526451" id="attachment163222"><img class="thumbnail" src="https://forums.alliedmods.net/attachment.php?attachmentid=163222&stc=1&thumb=1&d=1496701459" border="0" alt="Click image for larger version Name: panelftp.png Views: N/A Size: 82.5 KB ID: 163222" /></a> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163223&d=1496701459"rel="Lightbox_2526451" id="attachment163223"><img class="thumbnail" src="https://forums.alliedmods.net/attachment.php?attachmentid=163223&stc=1&thumb=1&d=1496701459" border="0" alt="Click image for larger version Name: panelftp1.png Views: N/A Size: 49.9 KB ID: 163223" /></a> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163224&d=1496701472"rel="Lightbox_2526451" id="attachment163224"><img class="thumbnail" src="https://forums.alliedmods.net/attachment.php?attachmentid=163224&stc=1&thumb=1&d=1496701472" border="0" alt="Click image for larger version Name: panelgiris.png Views: N/A Size: 22.0 KB ID: 163224" /></a> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163225&d=1496701472"rel="Lightbox_2526451" id="attachment163225"><img class="thumbnail" src="https://forums.alliedmods.net/attachment.php?attachmentid=163225&stc=1&thumb=1&d=1496701472" border="0" alt="Click image for larger version Name: panelindex.png Views: N/A Size: 61.3 KB ID: 163225" /></a> <br /><br /> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163226&d=1496701472"rel="Lightbox_2526451" id="attachment163226"><img class="thumbnail" src="https://forums.alliedmods.net/attachment.php?attachmentid=163226&stc=1&thumb=1&d=1496701472" border="0" alt="Click image for larger version Name: panelMESAJ.png Views: N/A Size: 18.2 KB ID: 163226" /></a> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163227&d=1496701539"rel="Lightbox_2526451" id="attachment163227"><img class="thumbnail" src="https://forums.alliedmods.net/attachment.php?attachmentid=163227&stc=1&thumb=1&d=1496701539" border="0" alt="Click image for larger version Name: paneloyuncular.png Views: N/A Size: 23.7 KB ID: 163227" /></a> </div> </fieldset> <fieldset class="fieldset"> <legend>Attached Files</legend> <table cellpadding="0" cellspacing="3" border="0"> <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=163230&d=1496702990">mithat_smpanel.smx</a>(7.6 KB) </td> </tr><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=163231"><strong>GetPlugin</strong></a> or <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163231&d=1496702990">GetSource</a> (mithat_smpanel.sp - 6.4 KB) </td> </tr><tr> <td><img class="inlineimg" src="https://forums.alliedmods.net/images/attach/zip.gif"alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163234&d=1496705230">SMPANEL_EN.zip</a>(230.0 KB) </td> </tr> </table> </fieldset> </div> Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298238&goto=newpost
  18. Information Provides hit and kill sounds with the possibility to toggle each feature individually. It also allows for changing of the sound files and their volume. This is my first plugin so I am taking things slow to gather feedback. Feel free to be picky on my code, I would like things to be perfect. In a few days I will be releasing revisions including client cookie settings with commands and menu, translations and auto configuration generator. Any feedback and feature requests are welcome. Server console variables hks_enabled Enable or disable Hit & Kill Sounds [0 - 1] [1] hks_hitsound Enable or disable hit sound [0 - 1] [1] hks_hitsound_file The hit sound file to play [buttons/button15.wav] hks_hitsound_volume The hit sound volume [0 - 255] [60] hks_killsound Enable or disable kill sound [0 - 1] [1] hks_killsound_file The kill sound file to play [buttons/button17.wav] hks_killsound_volume The kill sound volume [0 - 255] [60] Changes [03/06/2017] 1.0 - Initial release Attached Files Get Plugin or Get Source (hitkillsounds.sp - 3.3 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298169&goto=newpost
  19. Created a Deathmatch mod a few years back which works only on No Mercy Campaign maps. Idea never really took off as it suffered one slight issue. Need a good modder for it. How it works. Mod creates / spawns a bot and a player takes over for respawn. When player dies, body lies on the floor and doesn't free up a 'player' slot. New slot is used for a new bot spawn and player takes it over, this gets filled up fast to the max allowed slots on server and then no more bots are spawned. I don't know how to unload the dead bodies and free up slot, if you do, feel free to fix the plugin. -MonkeyDrone Attached Files Deathmatch.zip (90.7 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298129&goto=newpost
  20. Hello,My First Plugin No More Thing.I am waiting for your suggestions and requests. Related Plugins HTML Code: https://forums.alliedmods.net/showthread.php?p=1839628 Attached Files Get Plugin or Get Source (mRZeonaiH15SKE.sp - 981 Bytes) mRZeonaiH15SKE.smx (13.4 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=297979&goto=newpost
  21. Can you give me this plugin? Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=297944&goto=newpost
  22. Description Touchdown is a gamemode from online game S4 League. I'm trying my best to bring this gamemode to CSGO, so I take the sound effect, bgm, and overlay from original game. I know my codes are ugly and messy, I will arrange them and rewrite them if I have time... How To Play Capture the ball and take it to the opposing team's goal, it's very similar to American Football. InstallSimply upload all the files to your server and fastdl. Configure Choose a well balanced map. (THIS IS VERY IMPORTANT!) Stand on where the flags and ball should spawn, aim the ground and use command "sm_whereic" (Need admin flag "ADMFLAG_GENERIC"!) Copy and post the position where "sm_whereic" print in your chat, add them in "sourcemod/configs/kento_touchdown.cfg" Reload the map. Client Commands Spoiler PHP Code: sm_guns //Weapon Menu sm_vol //Change sound effect volume. Admin Commands Spoiler PHP Code: sm_resetball //Reset Ball (need ADMFLAG_GENERIC) sm_whereic //Get the position where you see (whereic.smx) Cvars Spoiler PHP Code: sm_touchdown_respawn "8.0" //Respawn Time sm_touchdown_reset "15.0" //How long to reset the ball if nobody takes the ball after ball drop sm_touchdown_ball_position "1" //Where to attach the ball when player get the ball? 0 = front, 1 = head For Developers I have created some natives and forwards for this plugin. You can make 3rd party plugin for this gamemode. (Maybe zep store credits?) Spoiler kento_touchdown.inc Spoiler PHP Code: /** * Gets the ball holder. * * @return client id. */ native int Touchdown_GetBallHolder(); /** * Gets which team drop the ball. * * @return TR = 2, CT = 3. */ native int Touchdown_GetBallDropTeam(); /** * Is client ball holder? * * @param client Client id. * @return True if client holding the ball. */ native bool Touchdown_IsClientBallHolder(int client); /** * Called when a player drop the ball. * * @param client Player index. * @return No return */ forward Action Touchdown_OnPlayerDropBall(int client); /** * Called when a player kill the ball holder. * * @param ballholder Ball Holder. * @param attacker Attacker. * @return No return */ forward Action Touchdown_OnPlayerKillBall(int ballholder, int attacker); /** * Called when the ball reset. * * @param client Player index. * @return No return */ forward Action Touchdown_OnBallReset(); /** * Called when a player get the ball. * * @param client Player index. * @return No return */ forward Action Touchdown_OnPlayerGetBall(int client); /** * Called when a player touchdown. * * @param client Player index. * @return No return */ forward Action Touchdown_OnPlayerTouchDown(int client); Example plugin: kento_touchdown_test Spoiler PHP Code: #include <sourcemod> #include <kento_touchdown> #pragma newdecls required // Teams #define SPEC 1 #define TR 2 #define CT 3 public Plugin myinfo = { name = "[CS:GO] Touch Down Sample 3rd Party Plugin", author = "Kento from Akami Studio", version = "1.0", description = "Test touchdown natives and forwards", url = "https://github.com/rogeraabbccdd/CSGO-Touchdown" }; public void OnPluginStart() { RegConsoleCmd("sm_tdtest", Command_Test, "Test"); } public Action Touchdown_OnPlayerDropBall(int client) { char clientname [PLATFORM_MAX_PATH]; GetClientName(client, clientname, sizeof(clientname)); PrintToChatAll("%s drop the ball!", clientname); } public Action Touchdown_OnBallReset() { PrintToChatAll("ball reset"); } public Action Touchdown_OnPlayerGetBall(int client) { char clientname [PLATFORM_MAX_PATH]; GetClientName(client, clientname, sizeof(clientname)); PrintToChatAll("%s get the ball!", clientname); } public Action Touchdown_OnPlayerTouchDown(int client) { char clientname [PLATFORM_MAX_PATH]; GetClientName(client, clientname, sizeof(clientname)); PrintToChatAll("%s touchdown", clientname); } public Action Touchdown_OnPlayerKillBall(int ballholder, int attacker) { char ballholdername [PLATFORM_MAX_PATH]; GetClientName(ballholder, ballholdername, sizeof(ballholdername)); char attackername [PLATFORM_MAX_PATH]; GetClientName(attacker, attackername, sizeof(attackername)); PrintToChatAll("%s kill the ball holder %s", attackername, ballholdername); } public Action Command_Test(int client, int args) { char ballholdername [PLATFORM_MAX_PATH]; GetClientName(Touchdown_GetBallHolder(), ballholdername, sizeof(ballholdername)); PrintToChat(client, "Ball Drop Team %i", Touchdown_GetBallDropTeam()); PrintToChat(client, "Ball Holder %s", Touchdown_GetBallHolder()); if(Touchdown_IsClientBallHolder(client)) PrintToChat(client, "You are the ball holder"); else if(!Touchdown_IsClientBallHolder(client)) PrintToChat(client, "You are NOT the ball holder"); } Changelog Spoiler 1.0Release. Known Bugs Github Issues Balls and flags not spawn after warmup. (So I force "mp_warmuptime 1", "mp_do_warmup_period 1" and then "mp_restartgame 10") To Do Change sm_slay team to freeze everyone? (like original S4) or use ForcePlayerSuicide. Add Mysql stats. Fix warmup. WARNING THIS PLUGIN ONLY WORKS IN MP_TIMELIMT, SO YOU CAN'T USE MP_MAXROUNDS. RECOMMEND MAX PLAYERS IS 10. RECOMMEND ROUNDTIME IS 5. Donate If you apreciate my work, you can donate me via steam trade offer. Credits S4 League Developers - Thanks for their awesome game, I take idea, sound effects, bgms and overlay effect from this game. boomix - I take the flag model and resize it, and I also take lots of code(weapon menu, terminate round...etc) from his ctf gamemode. mottzi - I take the ball model and some code(spawn ball) from his Simple Ball Plugin. iEx - I think auras I use in this gamemode are made by him. I found files in my game folder, maybe I got them from someone's server. DEMO Server 【TW】 AkamiStudio Touch Down 達陣模式 Beta | TWF.TW Connect Git Repo Download Maps Third party plugins Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=297921&goto=newpost
  23. Original idea: Rainbowize! Description: Rainbow chat name/message (Support Chinese Simplified/Traditional) Dependencies: This plugin requires Chat-Processor Convars: src_name_flag - Set flag for vip must have to get access to rainbow chat name feature src_message_flag - Set flag for vip must have to get access to rainbow chat messge feature Screenshot: GitHub Attached Files Get Plugin or Get Source (simplerainbowchat.sp - 3.3 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=297900&goto=newpost
  24. ! WARNING ! You need to restart the server after you add the plugin to prevent any bugs. ! WARNING ! Plugin Description : I made a simple plugin that shows the player's time played. Plugin Commands : sm_timeplayed - It's showing the time you played on the server. sm_time - Shortcut number 2. sm_hours - Shortcut number 3. Changelogs : Code: - 1.0.0 - RELEASE. IF THERE IS ANY BUG OR YOU HAVE SOME IDEAS TO ADD LEAVE A REPLY ! Attached Files Get Plugin or Get Source (timeplayed.sp - 2.8 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=297871&goto=newpost
  25. VIPRespawns Great for jailbreak servers! Description This plugins allows VIP's respawn 3 times per map. Server operators can use the config to define how many times a user is allowed to respawn per map, but 3 is default. It's a great way to award players that has purchased VIP on your servers, and fits extremely well for Jailbreak-servers! Installation Spoiler Download the plugin and drop in into your /addons/sourcemod/plugins/ folder. In server console, type: sm plugins load viprespawns Go to /cfg/sourcemod/viprespawns.cfg and change the settings if you want to. Done! Client commands Spoiler sm_vipspawn - Use one of your respawns. sm_spawnsleft - Returns how many respawns you have left. Config/CVars Spoiler // This file was auto-generated by SourceMod (v1.8.0.5998) // ConVars for plugin "viprespawn.smx" // Amount of times a user is allowed to respawn per map // - // Default: "3" respawn_amount "3" // Users with this flag are allowed to use the respawn command. // Correct flagnames needs to be used: http://bit.ly/2rkYezB // - // Default: "ADMFLAG_RESERVATION" respawn_flag "ADMFLAG_RESERVATION" Changelog Spoiler v1.2 Added option to change flag for VIP's in config. v1.1 Added config to configure amount of respawns allowed. v1.0 Initial release To-doNo plans yet! Links Github Credits Thanks to B2SX for creating the base code after my request! Attached Files viprespawn.zip (8.9 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=297855&goto=newpost

O GLOBALELITE.PL


Chcemy pokazać absolutnie wszystkim, że człowiek jest zdolny do rzeczy wielkich! Potrzebujemy tylko waszej pomocy. Dzięki ciężkiej pracy chcemy udowodnić, że razem możemy wszystko! Szukamy ludzi ambitnych i skorych do poświeceń, ludzi którzy są godni, aby dołączyć do globalnej elity społeczności, którą traktuje się jak drugą rodzinę!

Istniejemy od 2014 r.

Motyw zrobiony przez doc

Strona zarządzana przez: Adam Plicha

Linki społecznościowe

Gdzie można nas znaleźć?


Facebook Teamspeak Discord

Linki forumowe

Linki z różnego rodzaju podaniami


Podanie o admina Prośba o unbana Propozycja Złóż skargę

Administracja

Oni odpowiedzą na Twoje pytania ;)


×
×
  • Dodaj nową pozycję...