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 plugin that mutes prisoners, except admins. Make sure you have sv_alltalk 1 and sv_deadtalk 0. Attached Files Get Plugin or Get Source (jb_voice.sp - 912 Bytes) Wyświetl pełny artykuł
  2. FortWarsGO v1.0 Description: This plugin is a remake of matheus' FortWarsTF2 plugin for CSGO (https://forums.alliedmods.net/showthread.php?p=1340412) As the game starts, you are able to build whatever you want with props. After setup/build state is over, the barrier in the middle of the map will break and capture the flag mode is enabled. Deathmatch mode is enabled. ConVars: Quote: fortwarsgo_flag_return_time - 30 - The amount of time in seconds it takes until the flag returns to its spawn if its left somewhere fortwarsgo_setup_time - 3 - The amount of time in minutes each team got to build fortwarsgo_match_time - 7 - The amount of time in minutes one round lasts fortwarsgo_respawn_time - 10 - The amount of time in seconds until player respawns fortwarsgo_amount_of_score_to_win - 5 - The amount of score needed to win the round fortwarsgo_money_per_team - 30000 - The amount of money that should be split to all players per team fortwarsgo_max_props_per_team - 700 - The amount of props the team can have Commands: Quote: Admin Commands: sm_reloadprops - Reloads the prop config (If you wanna edit it mid game) Regular Commands: sm_fw - Opens up the main FortWars menu sm_build - Opens up the main FortWars menu sm_props - Opens up the props menu sm_remove - Removes the prop you look at (If its yours) sm_guns - Opens up guns menu sm_stuck - Respawns the player (Only works in setup/build mode) Prop Config Example: PHP Code: "Props" { "Box" { "model" "models/props/cs_assault/dryer_box.mdl" "price" "20" "health" "200" } } Installation: Spoiler Literally drop all the contents in SteamCMD\steamapps\common\Counter-Strike Global Offensive Beta - Dedicated Server\csgo Dependencies: DHooks extension is required (I already included this in the download though) To mappers: I will be including the .vmf of the map I made, just incase you have problems PHP Code: //These entities with names are REQUIRED for your fortwars map - func_breakable ("fortwarsgo_barrier"); // More than one of these entities may exist, aslong as they have the same name - info_target ("fortwarsgo_ct_flag_spawn"); - info_target ("fortwarsgo_t_flag_spawn"); - trigger_multiple ("fortwarsgo_ct_capture_zone"); // More than one of these entities may exist, aslong as they have the same name - trigger_multiple ("fortwarsgo_t_capture_zone"); // (More than one of these entities may exist, aslong as they have the same name - trigger_multiple ("fortwarsgo_t_build_zone"); // (Should cover every part of the map Ts should be able to build at) More than one of these entities may exist, aslong as they have the same name - trigger_multiple ("fortwarsgo_ct_build_zone"); // (Should cover every part of the map CTs should be able to build at) More than one of these entities may exist, aslong as they have the same name Preview: Extra: I have not really balanced the money and props per team. Changelog: Spoiler v1.0 Release Credits Me Pelipoika (Code stuff) Boomix (Flag model and some code stuff) Matheus28 (https://forums.alliedmods.net/showthread.php?p=1340412) DOWNLOAD Wyświetl pełny artykuł
  3. Fixing issue game_player_equip (after update 2017.08.17) that usp_silencer was impossible get. Attached Files Get Plugin or Get Source (game_player_equip_fix_usp.sp - 1,020 Bytes) Wyświetl pełny artykuł
  4. [CS:GO]Simple Donators Menu Description: I made this plugin for my community ( VoidGaming ) as a simple and manual donators menu. It's easy to use and personalize. Commands: sm_donators - Show's the donators menu sm_showdonators - Show's the donators menu to a selected player Cvar's: sm_donatorsmenu_version - Defines the version of the Rules Menu installed on this server sm_donatorsmenu_join - Enables/disables if a player joins the server to show the donators menu. sm_donatorsmenu_announce_player - Announce if a player is checking the donators menu with a message in chat. sm_donatorsmenu_announce_admin - Announce if an admin is using the showdonators command with a message in chat. Changelog: 2017-08-22 (v1.0) * Initial release. Credits: The.Hardstyle.Bro^_^ He created the rules plugin, I just modified it as I needed, all the credits go to him. https://forums.alliedmods.net/showthread.php?p=1729710 Also is the first time I post something, don't be rude, please. Attached Files simpledonatorsmenu.zip (11.0 KB) Get Plugin or Get Source (simpledonatorsmenu.sp - 4.9 KB) simpledonatorsmenu.smx (6.8 KB) Wyświetl pełny artykuł
  5. Button Detector Version: 1.0.0 | Made by: FusionLock - Fusion Developments Description: Quote: This is a super simple plugin that detects button presses and releases. This is based on a code snippet released by "psychonic" (Thread by psychonic) This plugin has two forwards, OnButtonPressed and OnButtonReleased, you use them like any other forward you would. Examples: Code: public void OnButtonPressed(int iClient, int iButton) { PrintToChat(iClient, "You pressed %i", iButton); } Code: public void OnButtonReleased(int iClient, int iButton) { PrintToChat(iClient, "You released %i", iButton); } Here's a video proving that the plugin works: Usage: Quote: To use this in your plugin make sure buttondetector.smx is running and add this include to your plugin and use the forwards like normal. Code: #include <buttondetector> Browse The Source Code Download The Plugin Wyświetl pełny artykuł
  6. Description Fed up that SM doesn't support Case-Insensitive chat commands? Here's a fix for you. I don't know why this isn't built into SM itself. Installing Copy / Compile the Plugin. Changelog https://git.discordlogs.com/oscar/Un...ster/CHANGELOG Download https://git.discordlogs.com/oscar/Unified-Commands Example !ImACOMMaND, !BURn @all 3, !frEEZe @ct 5 Wyświetl pełny artykuł
  7. MYGO.pl

    cs1.6 help

    How nonners can hear steamers? What kind of plugin or somethink?? Wyświetl pełny artykuł
  8. Description Ever had the dull feeling that basic / standard AM plugins included with all installations were missing that touch of color? Here I'm introducing Base Plugins+. This will effectivly package all plugins AM is included with into one plugin with a modifiable config which you can configure to change colors and enable / disable modules. Additional Info I have not gotten around to re-adding the commands back into !admin yet. Also I've not re-wrote all the base plugins yet. Down below you can see which modules have been re-written and which haven't. I will try to stick to a new module being completed a day. Installing Copy / Compile the Plugin. /plugins/Base-Plugins-Plus.smx | /scripting/Base-Plugins-Plus.sp Copy all Translation Files. Reload the map in-order to cache the Translations files. Changelog https://git.discordlogs.com/oscar/Ba...ster/CHANGELOG Download https://git.discordlogs.com/oscar/Base-Plugins-Plus Translations If you would like to contribute to the Translations, feel free to submit a pull request with the translations for your language respectively done. Thanks. Modules ✓ - Player Commands ✓ - Base Commands ✓ - Fun Commands Config PHP Code: "BasePlugins" { "prefix" "[{blue}SM{white}]" // All Colors Listed Below "text" "{white}" "data" "{yellow}" "admin" "{orange}" "target" "{red}" "basecommands" "1" // 1 = Enabled | 0 = Disabled "funcommands" "1" "playercommands" "1" } Colors: https://git.discordlogs.com/oscar/Ba...colors.inc#L46 Example Wyświetl pełny artykuł
  9. Description: This plugin provides additional features for other plugin. Working as core. It can check player is in steam group. Commands: swgm_check — force check all connected players. swgm_list— list of players with group info. Cvars: swgm_groupid — identifier of your steam group. swgm_timer — interval beetwen checks. Requirements: Sourcemod 1.8+ SteamWorks Instalation: Put files from archive into your Sourcemod folder. Open group administration panel and copy identifier, then set it in swgm_groupid. (Don't forget edit cfg/sourcemod/swgm.cfg) GitHub: SWGM Archive contains these modules: Command Listener - block commands SM (some client side commands as kill may work). Attached Files SWGM.zip (18.2 KB) Wyświetl pełny artykuł
  10. Hi all. The plugin gives the admin color. PHP Code: ADMFLAG_ROOT - Red ADMFLAG_GENERIC - Blue ADMFLAG_CUSTOM1 - Green Attached Files l4d_colors admin.smx (4.7 KB) Get Plugin or Get Source (l4d_colors admin.sp - 646 Bytes) Wyświetl pełny artykuł
  11. Allows medic to heal RED and BLU teams. Plugin doesn't have any cvars or commands. Just install it. Installation: Place tf2_allow_enemy_heal.smx in addons/sourcemod/plugins/ Place tf2.koh.enemyheal.txt in addons/sourcemod/gamedata/ Changelog: Quote: 1.0.0 (17/08/2017) * Initial release. ! WARNING: Didn't test on Linux, I'll be appreciated for some tests if you can. Attached Files tf2.koh.enemyheal.txt (630 Bytes) tf2_allow_enemy_heal.smx (4.7 KB) Get Plugin or Get Source (tf2_allow_enemy_heal.sp - 1.8 KB) Wyświetl pełny artykuł
  12. This is a simple addon for splewis's Multi-1v1 plugin. Attached Files Get Plugin or Get Source (multi1v1_knife.sp - 768 Bytes) multi1v1_knife.smx (13.6 KB) Wyświetl pełny artykuł
  13. This is a simple addon for splewis's Multi-1v1 plugin. Attached Files Get Plugin or Get Source (multi1v1_deagle1tap.sp - 1.6 KB) multi1v1_deagle1tap.smx (14.4 KB) Wyświetl pełny artykuł
  14. Build Status: Better Warden on Github Description Better Warden is a new feature-packed and advanced warden system for CS:GO Jailbreak-Servers! What differs this plugin from other Warden plugins is the fact that you have much more configurable options for the base plugin. Not only can you fully configure this plugin to match your server perfectly; this plugin also provides a fully functioning Warden Menu that the warden can access. Features Warden Base Plugin Spoiler Allows the warden to toggle noblock rules for the current round. Provides a hint-box displaying who's warden and how many players there are in each team. Possible to prevent the same client of becoming warden twice in a row. Allows warden to open cell doors via a command (Needs to be configured with SJD). Allows the warden's playermodel to be colored. This can be configured. Blue as default! Warden Menu Spoiler Weapons Spawns the chosen weapon to the warden. These weapons are available: AK47 M4A1-S M4A4 AWP P90 Negev Scout Player Freeday Give a certain player or players freeday, with a beacon letting everyone know that they have a freeday! Event Days Spoiler Freeday Gives every terrorist a freeday where they can roam around and explore the map without any other specific rules, unless the warden says so. Restricted Freeday Same as a freeday, except for that terrorists carrying a weapon will be shot upon sight. Warden can also say that terrorists are not allowed to enter armory, which should also result in them being KOS. Hide n' Seek Terrorists are hiders and Counter-Terrorists are seekers. If sm_cmenu_hns_godmode is set to 1, terrorists will be unable to kill Counter-Terrorists. Warday Terrorists shall head directly to the armory while Counter-Terrorists will run away during this time. Warden is supposed to say a time when war starts, at that time all terrorists will go out and hunt down the remaining counter-terrorists. Gravity Freeday Freeday except that everyone has a low gravity. This event can be modified to only give a certain team gravity or everyone with the cvar sm_cmenu_gravity_team. Requirements Smart Jail Doors by Kailo SDKHooks (Included with SM as of 1.5) Download! Useful Links How to Install Commands ConVars API Report a bug / Issues Github Wyświetl pełny artykuł
  15. I made this plugin for practicing sourcemod when I was a beginner of sourcemod. This plugin has MANY BUGS and skills are just demonstrations. No Cvars. Language are Koreans. Enjoy. Wyświetl pełny artykuł
  16. This is a simple addon for splewis's Multi-1v1 plugin. Btw it disable the scope while you are in No-Scope fight! Attached Files Get Plugin or Get Source (multi1v1_noscope.sp - 1.4 KB) multi1v1_noscope.smx (14.1 KB) Wyświetl pełny artykuł
  17. Description A Simple Plugin allowing Admins to view all chat across the Server. Including Team Chat, Spec Chat and Dead Chat. Installing Copy / Compile the Plugin. /plugins/Admin-Util-Chat.smx | /scripting/Admin-Util-Chat.sp Copy all Translation Files. Reload the map in-order to cache the Translations files. Changelog https://git.discordlogs.com/oscar/Ad...ster/CHANGELOG Download https://git.discordlogs.com/oscar/Admin-Util-Chat Translations If you would like to contribute to the Translations, feel free to submit a pull request with the translations for your language respectively done. Thanks. Example Wyświetl pełny artykuł
  18. Description Was looking for this kind of plugin for my server and couldn't find anything. Pretty useful to mark certain spots on map until it changes. Has only been tested on CSGO but I think it would work on other games Lets players "paint" on walls by using +paint command. The paint looks more like dots, but its the best textures I could find. Textures were found in a friends materials folder, if it belongs to anyone I'll try to find something else. If anyone finds anything better let me know. Features Let's users add paint (more like dots) on map, with different colours and sizes. To remove current paints from your screen you can use r_cleardecals. Command List +paint - When held down places paint where client is looking sm_paintcolour/sm_paintcolor - Opens menu that lets client choose from various colours sm_paintsize - Opens menu that lets client choose from sizes Changelog 1.0 - Initial release Installation instructions Add the .smx to plugins folder and add the decal textures (.vmt and .vtf) to materials/decals/paint Plans Might make a config file to easily add/change paint textures and sizes Credits to Mitchell who made LAZERRRSSSSSS!! (https://forums.alliedmods.net/showthread.php?p=1749220) and to altex who made Paintball (https://forums.alliedmods.net/showthread.php?t=107012). Some code/ideas taken from both. Attached Files Get Plugin or Get Source (paint.sp - 6.9 KB) paints.zip (28.3 KB) Wyświetl pełny artykuł
  19. [CSGO]VIP System Version 1.0: This vip system is a simple plugin that many people need, so I decided to make it and publish it. This system allow you: Add&Remove Online/Offline VIPs Add/Remove VIPs For Time VIP Features No need in flags! VIP Features: Custom Chat Tag Tag Color Name Color Chat Color Start With Full Armor Start With Defuse Kit Start With 10 HP bonus All The Features In 1 Menu And Can Be Also Used In Commands Commands: sm_addvip - Adds A VIP(example: sm_addvip s4muray 1) - Root Only! sm_removevip - removes a VIP(example: sm_removevip s4muray) - Root only! sm_vip - Opens the VIP menu - Only VIPs can access it! sm_tag - Change your tag - only VIPs! sm_tagcolor - Opens a menu with colors, the selected color will be the tag color - VIPs Onl;y! sm_namecolor - Same as tag color but the selected color will be the name color - VIPs Only! sm_chatcolors - Same as tag and chat colors but the selected color will be the chat text color - VIPs Only! Cvars: None Installation: Download the SMX file to your computer Download the Simple Chat Processor if you dont have it Upload the SMX file to "addons/sourcemod/plugins" Create a database entry named "vipsystem" Change map or restart your server Enjoy the VIP System! To compile: Download the SP file Download the scp.inc file Upload the scp.inc file to your compiler Edit what you want to Compile Changelog: Spoiler 1.0 - Realsed! If you Appreciate my work you can donate me in Paypal or in Trade Offer Attached Files Get Plugin or Get Source (csgovip.sp - 14.9 KB) csgovip.smx (12.7 KB) Wyświetl pełny artykuł
  20. More info will be added Wyświetl pełny artykuł
  21. CIDR Blocker Blocks CIDR (Classless Inter-Domain Routing) IP Ranges. Potential Uses Block VPNs to prevent hackers Block certain ISPs Block certain countries ConVar sm_cidr_log - Enable blocked logging [Default: 1.0] (Min: 0.0) (Max: 1.0) Database Structure Spoiler CIDR_LIST Quote: id - Auto incremental ID (Filled in automatically) cidr - CIDR to block kick_message - Message to display when kicked comment - Helps you keep track CIDR_WHITELIST Quote: id - Auto incremental ID (Filled in automatically) type - Whitelist type (steam OR ip) identity - Depending on the whitelist type (steamid32 OR IP) comment - Helps you keep track CIDR_LOG (Used when sm_cidr_log is 1.0) id - Auto incremental ID (Filled in automatically) Quote: ip - Client's connecting IP steamid - Client's SteamID32 name - Client's connecting name cidr - CIDR that was triggered time - Time it was blocked Installation Extract CIDR_Blocker.smx to /addons/sourcemod/plugins Create cidr_blocker entry in your database.cfg Resources ASN Blocklist - https://www.enjen.net/asn-blocklist/ Pre-made SQL script of most datacenters - https://github.com/RumbleFrog/CIDR-B...atacenters.sql Plans & Bugs Issue tracker Changelog Commits Download Download the latest version from the release page. Source You can view the source here. License GPL-3.0 Wyświetl pełny artykuł
  22. Advanced AFK Kicker Version 1.0: This is an advanced afk kicker that not like any afk kicker plugin it contains some special things. This AFK-Kicker also know to detect when player use +right or +left and to still kick him for AFK Commands: sm_afk or !afk - Mark yourself as AFK(while you are AFK you cannot get kicked), time in seconds, max: 90 sm_captcha or !captcha - Admin flag generic only - give player XXX a captcha question, if he will not answer the question in X seconds(cvar to set it) he will get kicked. Cvars: sm_afkkicker_afktime - Default: 90, The time that player need to be AFK before gettings kicked. sm_afkkicker_enablecmd - Default: 1, Enable or Disable the /afk command, 1 to Enable, 0 to Disable. sm_afkkicker_autokick - Default: 0, Kick the player automatic or show the kick menu, 0 to show the kick menu, 1 to automatic kick. sm_afkkicker_captcha- Default: 1, Enable or Disable the /captcha command, 1 to Enable, 0 to Disable. sm_afkkicker_captcha_time - Default: 30, The time that player has to answer the captcha question. *Note: All the cvars are located in a config file in the sourcemod folder named "afkkicker". Installation: Install the Smlib if you dont have it. put the afkkicker.smx into the sourcemod/plugins folder. Use rcon/console to load it(sm plugins load afkkicker) Config your settings in the config file Change map or reload the plugin(sm plugins reload afkkicker) Changelog: Spoiler 1.0 - Realsed Attached Files afkkicker.smx (19.6 KB) Wyświetl pełny artykuł
  23. It all works,,i just want to kno how to have more then 2 skins for the bots,,i have 2 skins for the bots Gordon Freeman and Barney,,they work great!,,How can i add eli and alyx in there so they show all 4 bots skins on the bots(i use 6 bots). i kno you can add it like models/alyx/alyx.mdl models/gordon/gordon.mdl I tryed and put the 2 others the same way but it will only show 2 of them skins on bots in game. Can someone help and explaine how to do that? I think ive asked the ? the wrong way on here soo forgive me please! I use the skin_chooser_hl2dm_new that you have on here. Wyświetl pełny artykuł
  24. Hello ! I don't know if this has been done before but this plugin allows you to quickly setup a game with a custom sentry/dispenser limit. Other plugins have that feature what's different? I haven't searched trough all of the internet but so far, i've seen three different ways to do that. Spawning a building without the build command (needs a custom command which is less easy to use) Editing some of the game's files which needs a server restart and provides no direct access through the pda. Using a custom extension (the plugin which did that also needed two bots in the game) Well this plugin here needs no server restart, no custom extension and directly uses the ingame pda Cvars & Commands Cvars sm_sentry_limit How many sentries a single player can build. sm_dispenser_limit Same but for the dispensers. Commands: sm_destroy_dispensers Destroy all the dispensers owned by the player who runs this command. sm_destroy_sentries Same but for the sentries Plugin in action: https://www.youtube.com/watch?v=ByQGOWs4h-E Warning, the plugin hasn't his own config file, use your server.cfg instead. Attached Files Get Plugin or Get Source (multiple_buildings.sp - 5.3 KB) Wyświetl pełny artykuł
  25. Hi all. The plugin will send the player that was rescued from the safe and send mode in the AFK. Taking into account that you have installed the plugin https://forums.alliedmods.net/showthread.php?p=1239549 It is also useful for the plugin https://forums.alliedmods.net/showthread.php?p=900977 PHP Code: 11. 08. 2017 - Release. Tested in mode coop game L4D Attached Files respawn_afk.smx (3.9 KB) Get Plugin or Get Source (respawn_afk.sp - 756 Bytes) Wyświetl pełny artykuł
×
×
  • Dodaj nową pozycję...