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. Info I made this plugin for managing CS:GO servers. In CS:GO a player can only view the first 3 speakers at a time. Additionally it can sometimes be difficult to target them if they have strange names ~or~ you aren't sure who is saying what. Features: Displays the most recent mic users in order (last 5) Also displays their User ID & Steam ID for easy reporting / banning Prints additional text in console in case you miss it Hud will display for 15 seconds after the last user stops talking Formatted as User ID | In Game Name | Steam ID Note: The game engine MUST support https://developer.valvesoftware.com/wiki/Game_text, this was recently added to CS:GO Note: Requires VoiceannounceEX (VoiceHook) Based on / inspired by: Franc1sco's SVoice plugin Screenshot Spoiler Commands / Cvar Code: sm_voicehud ~ Toggle the hud (use admin overrides to restrict) sm_voicehud_excludeadmins ~ Set this to "1" to exclude admins from display, "0" to disable Changelog: Quote: Version 1.0: Initial Release sm_voicehud is now public command, use overrides to restrict (1.1) Added sm_voicehud_excludeadmins convar, see description (1.1) Added sm_voicehud_adminonly, see description (1.2) Undo change 1.2, fixed admin check priority (1.3) Code cleanup (1.4) >> Github Repo << Download Latest Version 1.4: Download compiled plugin (.smx) Install VoiceannounceEX (VoiceHook), this is a requirement not optional Attached Files voice_hud.smx (8.0 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299815&goto=newpost
  2. Description: First of all i just wanna say thats im new and i want upload one of my first plugins. This plugin will show you information about your killer. Attached Files Killerinformation.smx (4.3 KB) Get Plugin or Get Source (Killer information.sp - 915 Bytes) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299787&goto=newpost
  3. This plugin fixes a bug with a minigun that allows players to fly long distances, as shown in the video below. https://www.youtube.com/watch?v=e4jDF2A0x4E Attached Files Get Plugin or Get Source (minigun_fix.sp - 828 Bytes) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299765&goto=newpost
  4. Warningshot Description A simple plugin giving Counter-Terrorists the ability to give Terrorists warning shots by holding the USE-key (Default: E) and shooting a terrorist once. By default, each warningshot makes 15 damage, but this can easily be changed via the config. How to install Put warningshot.smx file to your csgo/addons/sourcemod/plugins folder. Put warningshot.phrases.txt file to your csgo/addons/sourcemod/translations folder. Restart the server or change map. ConVars sm_warning_colored - How long should the victim of the warning shot be colored? Set to 0 to disable entirely! (Def: 4) sm_warning_color_R - The RED value of the color the warned T should get. (Def: 255) sm_warning_color_G - The GREEN value of the color the warned T should get. (Def: 114) sm_warning_color_B - The BLUE value of the color the warned T should get. (Def: 0) sm_warning_damage - How much damage is a warning shot supposed to give? (Def: 15) sm_warning_version - The current version of the plugin you're running. Don't change this! API for Developers PHP Code: /** * Gives the specified client a warning shot. * * @param client index of the victim. * @param client index of the inflictor. * @return true if succesful. */ native bool GiveClientWarningShot(int victim, int inflictor); /** * Called when a client has been given a warningshot. * * @param The victims' client index. * @param The attackers' client index. */ forward void OnWarningShotGiven(int victim, int inflictor); Links Github Attached Files warningshot.phrases.txt (290 Bytes) warningshot.inc (533 Bytes) Get Plugin or Get Source (warningshot.sp - 3.5 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299764&goto=newpost
  5. Hunger Games Install instructions and more details will be added next days Features Custom loot groups Hunger, thirst & stamina Binoculars, parachute, etc. Map events like napalm air strikes Teams ...and tons of other features Requirements A MySQL database for stats Extension: Soundlib Plugin: Zcore-MySQL Plugin: Zcore-Lootspawner Plugin (optional): Zcore-Voice (in case you like to have custom voice rules like zombies only hear zombies and tributes only hear tributes in range) Plugin (optional): Custom-Player-Skins (used for district and zombie glow) Links Support / Feedback Download Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299747&goto=newpost
  6. Simple Anti Spam [s.A.S] Description: A player can not write the same thing more than once. I know it's pretty simple. But it's useful. I will make new updates soon. ConVars: sm_sas_enable "1" - "Enable / Disable Simple Anti Spam Plugin" sm_sas_message_enable "1" - "Enable / Disable Simple Anti Spam Message" Attached Files simple_anti_spam.smx (13.8 KB) Get Plugin or Get Source (simple_anti_spam.sp - 1.7 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299738&goto=newpost
  7. Chat/Scoreboard Tag Menu Version: 1.2.2 Note: Hi, I saw some other plugins on the forum like this but they weren't what some people want. So I wrote this plugin from Original Idea By trzmielu. Also a special thanks to Mayor Gamer for his Set Tag plugin for config file and comments. Description: This plugin creates a tag menu that loaded from a config file located in configs/tagmenu.cfg. Which makes players able to choose their scoreboard and chat tag from the menu and save it for them by SteamID (clientprefs). Required: SourceMod 1.7 or higher MultiColors for chat colors (Just needed for compile) ConVars: sm_tagmenu_enable "1" - "Enable / Disable tag menu" Commands: sm_tag | !tag - "Opens tag menu" sm_tags | !tags - "Opens tag menu" sm_tagmenu | !tagmenu - "Opens tag menu" sm_reloadtags - "Reloads tags from config file (Admin flag generic)" Config: Here is an example of config file so you can add up to 100 tags in file: PHP Code: "TagMenu" // Main key. Don't change it. { "1" // Indexes. They must be in order from 1 and on. Maximum is 100. { "tag" "[Pro-Player]" // "tag" is identifier. Don't change it. Change the next string like "[Pro-Player]". "flag" "b" // "flag" is identifier. Don't change it. Set a flag for tag access (empty = everyone) "tag_color" "{green}" // "tag_color" is identifier. Set client chat tag color. "name_color" "{team}" // "name_color" is identifier. Set client chat name color. "text_color" "{default}" // "text_color" is identifier. Set client chat text color. "mode" "both" // "mode" is identifier. Set tag mode (valid values are: "both" - "scoreboard" - "chat", Default is "both") } "2" { "tag" "[Noob]" "flag" "" "tag_color" "{green}" "name_color" "{team}" "text_color" "{purple}" "mode" "chat" } "3" { "tag" "[Expert]" "flag" "a" "mode" "scoreboard" } } Note: Chat colors are supported with MultiColors. Change Log: 1.2.0 - Initial release 1.2.1 - Fixed empty item in menu | Fixed chat colors (Plugin now uses Multi Colors) 1.2.2 - Fixed printing quotes with player chat Attached Files Tag Menu 1.2.2.zip (36.5 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299733&goto=newpost
  8. Description This plugin checks what country a player is from. Then will put the player in a talk room with other players from the same country. This has only been tested on CS:GO. Convars PHP Code: ctr_enabled = <1/0> Default(1) "Enables the plugins" ctr_mute_unknown_country <0/1> Default(0) "If player country is unknown it will (0) Makes own talk room for unknown countries (1) Mute everyone for client including client" ctr_chat_message = <1/0> Default(1) "(1) Shows a chat message for what country room you're in. (0) Disables the message" ctr_mute_update = <1/0> Default(1) "(1) Updates mutes with a timer (0) Uses only OnClientPutInServer" ctr_mute_update_time = <60.0Min/320.0Max> Default(60.0) "The time in float for the timer for ctr_mute_update (Seconds)" [CSGO/CSS ONLY] ctr_group_tags = <1/0> Default(1) "(1) Sets players tag as country (0) Disables country tag" Change Log Code: 1.1.1 - Changed ctr_mute_update_time minimum to 60.0 1.1 - Released plugin Feature plans Don't have any at the moment, but would love to add some new stuff suggested by you guys. If any bugs were found please reply and I'll try to fix it asap. Attached Files Get Plugin or Get Source (country_talk_room.sp - 7.1 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299727&goto=newpost
  9. TF2 Nobuild Areas Hey everybody! After seeing requests and also having my own needs, I created this plugin. It allows you to add func_nobuild brushes everywhere on a map. This is useful with versus saxton hale maps if you don't want to struggle with decompiling maps and such. I put this plugin together with help from the [TF2] autokits plugin, which is based on DarthNinja's Auto Pumpkins. This is also my first released plugin and I am sure the code could be more optimized. Usage To spawn a brush, use the command !nobuild If you want to delete a nobuild area you also use !nobuild and select the first item. It finds the nearest nobuild brush that is in the range of 600 units In the menu you have six options of dimensions. (If it really is needed I might add a 1024 by 1024 or a command where you can enter custom values) 128 x 128 x 64 256 x 256 x 64 512 x 512 x 64 128 x 128 x 128 256 x 256 x 128 512 x 512 x 128 Installation guide Just download the smx and move it to the plugins folder. The nobuilds you add gets saved in the local sqlite database. Therefore, you have to add this to your databases.cfg Code: "nobuildareas" { "driver" "sqlite" "host" "localhost" "database" "TF2_Nobuildareas" "user" "root" "pass" "" }Changelog Quote: 24-07-2017 1.00 Initial release Improvements Move from database to cfg (Requested) Make a command that shows all the brushes somehow (Maybe sprites. Would be nice if someone knew how) Attached Files Get Plugin or Get Source (nobuildareas.sp - 8.9 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299721&goto=newpost
  10. GitHub repository - Tested on CS:S and no other games. If it works for other games too, please let me know! Build status Download noslide This plugin allows players to not slide after landing while bhopping. It's intended to be used on easybhop styles (autobhop included). Video demonstration: https://www.youtube.com/watch?v=vnxW4QMl0E8 Installation Drag and drop the noslide.smx file to your addons/sourcemod/plugins/ folder. Load the plugin (sm plugins load noslide via the server's console), restart the server or change maps. Add noslide_enabled 1 to map-configs where you want the plugin enabled, such as bhop_badges2 or similar maps. Alternatively, navigate to cfg/sourcemod/plugin.noslide.cfg and switch it to 1 in order to have the plugin running for every map. Usage sm_noslide (!noslide), sm_kzmode (!kzmode) or sm_kz (!kz) will toggle noslide. It's disabled by default. Optional requirements: shavit's simple bhop timer - having bhoptimer installed will force this plugin to only work for bhop styles with easybhop enabled, such as easy-scroll or autobhop. Attached Files noslide.zip (18.2 KB) Get Plugin or Get Source (noslide.sp - 6.0 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299711&goto=newpost
  11. Hi all. I think many faced with the problem, when the tank tries to throw a stone, the players shot the tank. The plugin will fix it and disable the tank damage when the tank wants to throw a stone or knocked down survivor. PHP Code: 23. 07. 2017 - Release. Tests were run on Left 4 Dead. Attached Files l4d_unlock shield tank.smx (5.5 KB) Get Plugin or Get Source (l4d_unlock shield tank.sp - 3.2 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299700&goto=newpost
  12. Cameras And Drones >>Github page<< This plugin adds cameras and drones to the game. Cameras are designed to be used as defensive gear, whereas drones should be used while attacking. Use this gear to lay traps to your enemies! It is similar in some ways to Rainbow six siege. Installation Simply download cameras-and-drones.smx, and place it inside "csgo/addons/sourcemod/plugins/" Features Can buy cameras or drones Cameras stick to walls and can be used to watch enemies Cameras makes red light when used Drones can be thrown and used by the player Drones makes noises when used Can limit the number of drones/cameras per player Can choose which team can use drones/cameras Can choose if teammates are allowed to break your drones/cameras Feature Request/Bug report CVars Commands Spoiler Code: "cd_buy" (buy gear from your team depending on the cvar) "cd_cam" (use the gear from your team) Media Changelog Have fun!! Attached Files cameras-and-drones-master.zip (67.5 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299696&goto=newpost
  13. REPORT BOT This is my first post on AM so I hope the format is correct. short description basically someone on the server says !report <reason> or !report <username/id> <reason> and it'll add it to a database and then I have a discord bot written in NodeJS to watch for reports and post them in a channel that you have set! The bot itself has commands to block people from reporting and unblock people from reporting Anyways this plugin I have created here requires you to have a discord server as I'm sure most communities at this point do. I'm not sure what games this will run on other than TF2 because that's all I've tested it on. This was pretty much my first time creating a plugin and also creating a discord bot, so I give it as it with no warranty. Do with it as you please fix it up as you want, or even message me with suggestions on how to make it better! There is a README.txt file I will be including on how to set this up. I should also mention I edited the helpers.inc to be able to make the plugin work as I wanted, so I will also include my modified version of helpers.inc. I hope you guys find it as useful as the Vatican has! Please post any questions below and I will try to get to you ASAP Attached Files reportBot.zip (14.1 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299649&goto=newpost
  14. Description This plugin sets a players team based on the team put for the given SteamID. Checks for SteamID3. CONVARS atj_chatMessage = <1/0> Default (1) CHANGE LOG Code: 1.0 - Released plugin Installation Drag the .smx file into the plugins folder. Drag the .txt file into addons/sourcemod/configs Autoteamjoin-steamids.txt Example Code: [u:1:0]--T [u:1:1]--CT [u:1:2]--SPEC Reply if you found any bugs or just stuff I should add to the plugin. Attached Files Get Plugin or Get Source (autoteamjoin-steamid.sp - 3.0 KB) autoteamjoin-steamid.smx (5.8 KB) Autoteamjoin-steamids.txt (44 Bytes) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299630&goto=newpost
  15. There is a exploit where cheaters can heal enemies. This plugin ban or kicks them. Cvar: sm_aha_bantime "0" //Amount of time to ban. Default: 0. -1: kick. https://www.youtube.com/watch?v=F43V6y0n5xE This was meant to be for TF2 but should work in any mode Changelog: Spoiler 2017-07-20 + Initial Release + Sourcebans version Attached Files Get Plugin or Get Source (AntiArrowHeal.sp - 1.2 KB) AntiArrowHeal.smx (4.7 KB) Get Plugin or Get Source (SB_AntiArrowHeal.sp - 1.4 KB) SB_AntiArrowHeal.smx (4.9 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299622&goto=newpost
  16. Description Tracks clients monthly (based on SteamID32). Feature list/plans At the moment nothing. Commands sm_stats_create - creates a table for tracking clients. sm_stats_clients [month-year] - gets clients in the month. Quote: Example: sm_stats_clients 07-2017 Changelog Quote: 2017-07-19 (v1.0) * Initial release. Installation instructions Download the plugin and upload it on the server. Load the plugin through the server console (sm plugins load Stats). Create the table for tracking (sm_stats_create). Attached Files Get Plugin or Get Source (Stats.sp - 3.3 KB) Stats.smx (5.6 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299589&goto=newpost
  17. DESCRIPTION A fairly simple coin flip plugin. Challenge other players in-game to a coin flip you. The players in the coin flip set their credits using a menu. Once both players are ready one of them will choose heads or tails then the coin flip will starts. Whoever wins takes all the credits that both players bet. Has only been tested on CS:GO. COMMANDS !coin !flip !coinflip There are no cvars for this plugin yet. DEPENDENCIES Zephyrus Store Compile Colors csgo CHANGE LOG Code: 1.0 - Released pluginReply if you found any bugs or just stuff I should add to the plugin. Attached Files Get Plugin or Get Source (ar_coinflip.sp - 16.2 KB) ar_coinflip.smx (14.9 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299576&goto=newpost
  18. Użytkownik Wiktor dostał warna 18 lipca 2017 - 22:01 od `Fuzhou ツ. Powód: Spamowanie. Kara: - Punkty: 1 Post: http://globalelite.pl/index.php?app=forums&module=forums&section=findpost&pid=21990 Notatka:
  19. Simple Hide Plugin Description: A simple plugin for hide players, can configurable with cvars. Cvars: Config is located in: cfg/sourcemod/sm_hide sm_hideplayers_enable - Enable/Disable plugin. sm_hideplayers_only_admin - Set plugin for only admins or any player. sm_hideplayers_only_teammates - Hide players if they're on client team. Or hide all players Commands: sm_hide sm_hideplayers Enable/disable the hide other players Attached Files Get Plugin or Get Source (sm_hide.sp - 2.7 KB) sm_hide.smx (5.0 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299569&goto=newpost
  20. SpecWho Description If you're running SpecWho you will see a panel when spectating a player that contains all Steam IDs of the person you're spectating, together with their name. This is especially useful when it comes to recording demos of cheaters as the panel itself is visible when playing the demo. Supported games This is only tested to be working in Team Fortress 2, but if you try it in another game feel free to report it back to me in this thread. Commands sm_specwho_version - Displays the current version of the SpecWho plugin. sm_specwho - Toggle the SpecWho panel on/off for yourself. Important note If you're in free-spectating mode (flying with noclip while spectating) the panel will only appear when you're looking at a player with the crosshair. Dependencies SourceMod 1.7+ How to install Put the .smx in your /sourcemod/plugins folder and change the map. Changelog Spoiler 2017-07-18 + Initial Release Attached Files Get Plugin or Get Source (specwho.sp - 4.1 KB) specwho.smx (6.2 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299564&goto=newpost
  21. Hi, Here are the highly longed for survivor legs. My Method is unorthodox but it's the best I could do where many have tried and failed No Download Server Needed Cvar: PHP Code: survivor_legs_version No cvars really it just works!! Works with LMC too Legs judder when updaterate/cmdrate are imbalanced Try and keep them as close as you can. This is an extreme case tho 250ticks is not realistic Bug reporting ragarding animations: Legend: life state: 1HP = Slow Limp //// below below 40HP medium Limp //// Above 40hp = Running Weapon being held: weapon_pistol ect. Character model: Nick ect. Code: Example below: Current health/life state: 35HP Weapon being held: weapon_pain_pills Character model: Zoey I keep seeing zoey's hands when running like i'm carrying pillsAny other bugs report as normal. If bugs happen with Thirdparty models DON'T REPORT IT. Server side model changes are not supported(besides Ada Wong). Client sided should be fine unless the model changes the animations (could cause bug) not many bugs from my testing tho. Includes tpos fix for zoey while holding crowbar Includes coach pistol crouch animation for looking the wrong direction Note for thirdpersonshoulder detection you need a second plugin --> [L4D/L4D2] [L4D/L4D2] [L4D/L4D2]ThirdPersonShoulder_Detect besure to check you have latest version GitHub repo --> https://github.com/LuxLuma/-L4D2-Survivor_Legs Attached Files Get Plugin or Get Source (_[L4D2]Survivor_Legs.sp - 25.1 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299560&goto=newpost
  22. Small thing i did because i hate editing VScripts. You can find the VScript KeyValues inside the decompiled VScript files. A full list of director options can be found here: https://developer.valvesoftware.com/...irectorOptions Cvars: PHP Code: "l4d2_directoroptions_overwrite", "", "Overwrites DirectorOptions key values. Seperate with ';' and assign with '=' (Assign to nothing will remove the key value). (e.g WitchLimit=;TankLimit=5)" "l4d2_directoroptions_use_check_delay", "1", "Use delays to set or remove director option keyvalues, may not precise." Attached Files Get Plugin or Get Source (l4d2_unlock_director.sp - 5.1 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299532&goto=newpost
  23. This plugin is designed to be a no-fuss, on-the-fly manager for admins running small lan (or online) tournaments for csgo. This plugin was inspired by my experiences at small lans where the plugins they were using were too bloated for the small-scale usage, and the complications resulted from using those plugins made running the tournament a nightmare. The only setup prior to running my plugin is optional team configuration. You can quickly make sure every team is on the correct side using server commands "t_team <teamname>" and "ct_team <teamname>." To use this feature, create configuration text files of each team in the folder /addons/sourcemod/configs/easylan/teams/<teamname>.txt. The format of <teamname>.txt should have one steam32id (STEAM:0:0_...) per line. There is an example.txt in the folder. Use "easylan_liveup" to start the game. "easylan_unlive" releases the plugin from the game. Players can use "!stop" during a game if they have a technical issue, and the game will automatically restore the round if there was no player contact. This feature can be disabled with "easylan_emergencystop_enabled 0." The chat command "!playon" unpauses and resumes the game. The game will be paused automatically on player disconnect when the game is live, and the plugin will attempt to automatically restore the round if there was no player contact before the player disconnected. The plugin locks the teams when the game is live, and puts any reconnected player back on the right team and tries to restore the players inventory. The plugin doesn't interfere with gotv or spectators. If you encounter an issue as an admin or need to match medic the last round, try "easylan_reinitialize" to fix the problem. CVARS: PHP Code: // ConVars for plugin "easylan.smx" // Enables easy lan manager. // - // Default: "1" easylan_enabled "1" // Enables an emergency !stop command before any damage is made in the round. // - // Default: "1" easylan_emergencystop_enabled "1" Commands: PHP Code: // Starts a match. Executes live.cfg. Locks teams. // Server command only. // easylan_liveup // Looks for <teamname>.txt and puts those clients on the ct team. Cannot be used when a game is live. // Server command only. // ct_team <teamname> // Looks for <teamname>.txt and puts those clients on the t team. Cannot be used when a game is live. // Server command only. // t_team <teamname> // Releases the game from the plugin. Clients won't notice anything. // Server command only. // easylan_unlive // Attaches the game back to the plugin and restores last backup round. // Server command only. // easylan_reinitialize // !stop pauses the game, and attempts to restore the round if there hasn't been any player contact. // Client command // sm_stop // !playon resumes the game // Client command // sm_playon Install: Download the zip folder, unpack it, and merge the "csgo" folder. Known Problems: - No knife rounds - No score log - No auto-recording demos Attached Files easylan-master.zip (23.2 KB) Get Plugin or Get Source (easylan.sp - 15.0 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299512&goto=newpost
  24. If the bomb explodes before a defuse finishes and the player only needed less than 1 second to successfully defuse it, the plugins prints how much more time was needed to defuse the bomb successfully. Toggle with defusetime_enabled Attached Files Get Plugin or Get Source (defusetime.sp - 2.0 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299467&goto=newpost
  25. Zephyrus Store | Gamble Module By BaroNN About it: a small gambling plugin that I made a long time ago, you write /gamble <ammont> and you have a chance to win and of course a chance to lose your bet, it's a very small plugin but a lot of people were asking me about it so here is it. enjoy! Cvars: sm_gamble_showgamble - Show Gamble Message to All? (default: 0) sm_gamble_minbet - Minimum BetAmmont? (default: 25) sm_gamble_maxbet - Maximum BetAmmont? (default: 7000) sm_gamble_winingchance - Wining Chance? (default: 40) Attached Files Get Plugin or Get Source (store-gamble.sp - 2.9 KB) store-gamble.smx (5.1 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299443&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ę...