Skocz do zawartości

Nowy szablon forum

mygo.pl

Stworzyliśmy dla Was nowy wygląd forum. Z pewnością znajdziesz rzeczy, które wg Ciebie mogą zostać zmienione - wspomnij o tym w specjalnym wątku.

Czytaj więcej

Jak założyć własną sieć

serwerów CS

Zastanawiasz się nad prowadzeniem własnej sieci serwerów? Przeczytaj podstawowe informacje, na które należy zwrócić uwagę, przy takim projekcie.

Czytaj więcej

Tworzymy spis sieci

dodaj swoją

Dodaj sieć do której należysz, pozwoli to na promocję i budowę ogólnopolskiej bazy sieci CS.

Czytaj więcej

MYGO.pl

RSSy
  • Postów

    28654
  • Dołączył

  • Ostatnia wizyta

    nigdy
  • Wygrane w rankingu

    11

Treść opublikowana przez MYGO.pl

  1. 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) Wyświetl pełny artykuł
  2. Chat/Scoreboard Tag Menu Version: 1.2.0 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 MoreColors for chat colors 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 valuse 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 MoreColors. Change Log: 1.2.0 - Initial release Attached Files Tag Menu.zip (24.7 KB) Wyświetl pełny artykuł
  3. 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. 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) Wyświetl pełny artykuł
  4. 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. :P 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 Attached Files Get Plugin or Get Source (nobuildareas.sp - 8.9 KB) Wyświetl pełny artykuł
  5. GitHub repository - Tested on CS:S and no other games. If it works for other games too, feel free to 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 disabled, such as easy-scroll or autobhop. Attached Files noslide.zip (18.2 KB) Get Plugin or Get Source (noslide.sp - 6.0 KB) Wyświetl pełny artykuł
  6. 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) Wyświetl pełny artykuł
  7. 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) Wyświetl pełny artykuł
  8. MYGO.pl

    Report plugin

    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) Wyświetl pełny artykuł
  9. 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) Wyświetl pełny artykuł
  10. There is a exploit where cheaters can heal enemies. This plugin ban or kicks them. Cvar: sm_aah_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 Attached Files Get Plugin or Get Source (AntiArrowHeal.sp - 1.2 KB) AntiArrowHeal.smx (4.6 KB) Wyświetl pełny artykuł
  11. 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) Wyświetl pełny artykuł
  12. Where i can found plugins !mm, !coin to CSGO dd2 server? Wyświetl pełny artykuł
  13. 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 CHANGE LOG Code: 1.0 - Released plugin Reply 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) Wyświetl pełny artykuł
  14. 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) Wyświetl pełny artykuł
  15. MYGO.pl

    SpecWho

    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) Wyświetl pełny artykuł
  16. 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 pills Any 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) Wyświetl pełny artykuł
  17. 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) Wyświetl pełny artykuł
  18. This plugin is designed to be a no-fuss manager for admins running small tournaments on lan servers. 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. If you encounter an issue as an admin, try "easylan_reinitialize" to fix the problem. Install: Download the zip folder. And unpack it and merge the "csgo" folder. Known Problems: - No knife rounds Attachment 164224 Attachment 164225 Attached Files easylan-master.zip (23.2 KB) Get Plugin or Get Source (easylan.sp - 15.0 KB) Wyświetl pełny artykuł
  19. 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) Wyświetl pełny artykuł
  20. 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) Wyświetl pełny artykuł
  21. [Any] Server security Hi, Did your servers hack with players or bad admins? I wrote plugin, its securiting your servers with block this commands: Quote: AddCommandListener(CheckCMDString, "sm_cvar"); AddCommandListener(CheckCMDString, "sm_rcon"); AddCommandListener(CheckCMDString, "rcon"); Hostname, Tv name, bot names,Gamedesc_override, quit, restart, exit, sm plugins unload, rcon_password, BAN:nono: My plugin banip who hacking your server with this commands.... Please use it because...:nono: Its very nice to securit sourcemod and your server with block this commands! LOG...:nono: In addition, its log hacker name and steam in logs and show for server players in server chat! Tell me...:nono: I dont think it has bug! But if you see bugs or problems in it, say me to I'll fix it in new versions. My Telegram: @mr_arshiababaie & @mr_arshiababaie2 My Gmail:[email protected] :)I Want You To Be Happy:) Attached Files Get Plugin or Get Source (ServerSecurity.sp - 12.9 KB) Server security.zip (9.2 KB) Wyświetl pełny artykuł
  22. Eylonap Anti Mic Spam Convars: eylonap_warningtime - max warnings before mute player. eylonap_startmute - start mute time. eylonap_mutejump - jump time after mute. eylonap_maxmute - max mute time. eylonap_mutereason - mute reason. eylonap_maxmic - max talk players. Credits For: ღMEOWman๖»ツ ☺AlterEGO☺ Requeriments: DHooks Voiceannounce_ex Download: Attached Files eylonap_antimicspam.smx (5.6 KB) Get Plugin or Get Source (eylonap_antimicspam.sp - 3.3 KB) eylonap_antimicspam.zip (8.1 KB) Wyświetl pełny artykuł
  23. Description : [Levels Ranks] Module - Neon is the module for the Levels Ranks plug-in. With this module, players have the opportunity to choose their own neon. Supported Games : Counter-Strike: Global Offensive Counter-Strike: Source Team Fortress 2 Requirements : SourceMod 1.8.0.5979 and higher (only stable) [Levels Ranks] Core How to install : 1) Uninstall the previous version of the plug-in, if available 2) Extract the contents of the archive into folders 3) Configure the files:- addons/sourcemod/configs/levels_ranks/neons.ini​​​ 4) Restart the server Attached Files Module - Neon v2.3.1.zip (17.8 KB) Wyświetl pełny artykuł
  24. In The Name Of God Hi I added this plugin to the users request This Plugin Blocks ddos with command Any Problems Ask Question How To Edit Kick message Red colors represent editing KickClient(client, "[AntiDDos] ANTI-DDOS"); return Plugin_Handled; } if(DDosTries[client] >= MAX_TRIES) { KickClient(client, "[AntiDDos] ANTI-DDOS"); return Plugin_Handled; Attached Files Get Plugin or Get Source (AntiDDoS.sp - 1.3 KB) Wyświetl pełny artykuł
  25. Description : [Levels Ranks] Module - Medkit is the module for the Levels Ranks plug-in. This module allows players with a certain rank and higher to use medkits during the game. Supported Games : Counter-Strike: Global Offensive Counter-Strike: Source Requirements : SourceMod 1.8.0.5979 and higher (only stable) [Levels Ranks] Core How to install : 1) Uninstall the previous version of the plug-in, if available 2) Extract the contents of the archive into folders 3) Configure the files:- addons/sourcemod/configs/levels_ranks/medkit.ini​​​ 4) Restart the server Attached Files Module - Medkit v2.3.1.zip (14.1 KB) Wyświetl pełny artykuł
×
×
  • Dodaj nową pozycję...