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

    28561
  • Dołączył

  • Ostatnia wizyta

    nigdy
  • Wygrane w rankingu

    11

Treść opublikowana przez MYGO.pl

  1. Related Plugins: [L4D & L4D2] Molotov Shove [L4D & L4D2] Pipebomb Shove [L4D2] Vomitjar Shove [L4D] GasCan Shove by "axelnieves2012" [L4D & L4D2] Incapped Shove [L4D & L4D2] Survivor Shove About: Allows shoving to stagger survivors. Stumbles a survivor when shoved by another survivor. Thanks: Vacindak - For the original idea and request. Timocop - For the L4D2 stumble vscript. Cvars: Saved to l4d_survivor_shove.cfg in your servers \cfg\sourcemod\ folder. PHP Code: // 0=Plugin off, 1=Plugin on. l4d_survivor_shove_allow "1" // Players with these flags have access to the shove feature. l4d_survivor_shove_flags "z" // Turn on the plugin in these game modes, separate by commas (no spaces). (Empty = all). l4d_survivor_shove_modes "" // Turn off the plugin in these game modes, separate by commas (no spaces). (Empty = none). l4d_survivor_shove_modes_off "" // Turn on the plugin in these game modes. 0=All, 1=Coop, 2=Survival, 4=Versus, 8=Scavenge. Add numbers together. l4d_survivor_shove_modes_tog "0" // Survivor Shove plugin version. l4d_survivor_shove_version Changes: Code: 1.1 (17-Sep-2019) - Added cvar "l4d_survivor_shove_flags" to control who has access to the feature. 1.0 (15-Sep-2019) - Initial release. Installation: Click "Get Plugin" and put the .smx file into your servers \addons\sourcemod\plugins\ folder. L4D1 only: Download the .txt gamedata file and put into your servers \addons\sourcemod\gamedata\ folder. Updating from 1.0: New cvars have been added: use the Cvar Configs Updater, or delete the old cvars config or manually add them. Attached Files Get Plugin or Get Source (l4d_incapped_shove.sp - 11.6 KB) l4d_incapped_shove.txt (2.0 KB) Wyświetl pełny artykuł
  2. Description This plugin is an extension to the original ConVar Enforcer plugin which adds per map support where you can enforce commands based on the map Installation -To install this plugin you must install the original ConVar Enforcer plugin from the link below because this plugin uses natives from that plugin (since it's an extension) https://forums.alliedmods.net/showthread.php?p=2334694 Configurations In the directory sourcemod/configs/mapcvarenf add your map cfg like : de_dust2.cfg and add your stuff line by line there and then restart the map to see the effect Direct Download Source Code (Github) Wyświetl pełny artykuł
  3. About: Prevents Tank punches and rocks from stumbling survivors. Thanks: xZk - For the original idea and request. Cvars: Saved to l4d_block_stumble.cfg in your servers \cfg\sourcemod\ folder. PHP Code: // 0=Plugin off, 1=Plugin on. l4d_block_stumble_allow "1" // Turn on the plugin in these game modes, separate by commas (no spaces). (Empty = all). l4d_block_stumble_modes "" // Turn off the plugin in these game modes, separate by commas (no spaces). (Empty = none). l4d_block_stumble_modes_off "" // Turn on the plugin in these game modes. 0=All, 1=Coop, 2=Survival, 4=Versus, 8=Scavenge. Add numbers together. l4d_block_stumble_modes_tog "0" // Block Stumble From Tanks plugin version. l4d_block_stumble_version Changes: Code: 1.0 (16-Sep-2019) - Initial release. Installation: Click "Get Plugin" and put the .smx file into your servers \addons\sourcemod\plugins\ folder. Attached Files Get Plugin or Get Source (l4d_block_stumble.sp - 6.9 KB) Wyświetl pełny artykuł
  4. About: Prevents the Witch from insta-killing survivors. Damage values for incapped survivors and non-incapped are scaled to the game difficulty with the plugins scale cvar. l4d_witch_damage_scale "25,50,75,100" - This means 25% of the cvars damage value on Easy difficulty, 100% on Expert. Thanks: cacaopea - For the original idea and request. Cvars: Saved to l4d_witch_damage.cfg in your servers \cfg\sourcemod\ folder. PHP Code: // 0=Plugin off, 1=Plugin on. l4d_witch_damage_allow "1" // Damage applied when survivor is not incapped. Scaled with scale cvar depending on the game difficulty. l4d_witch_damage_damage "100" // Damage applied when survivor is incapped. Scaled with scale cvar depending on the game difficulty. l4d_witch_damage_incapped "30" // Scales damage depending on game difficulty, each comma separated: 1st = Easy. 2nd = Normal. 3rd = Advanced. 4th = Expert. l4d_witch_damage_scale "100,100,100,100" // Turn on the plugin in these game modes, separate by commas (no spaces). (Empty = all). l4d_witch_damage_modes "" // Turn off the plugin in these game modes, separate by commas (no spaces). (Empty = none). l4d_witch_damage_modes_off "" // Turn on the plugin in these game modes. 0=All, 1=Coop, 2=Survival, 4=Versus, 8=Scavenge. Add numbers together. l4d_witch_damage_modes_tog "0" // Witch Damage plugin version. l4d_witch_damage_version Changes: Code: 1.0 (16-Sep-2019) - Initial release. Installation: Click "Get Plugin" and put the .smx file into your servers \addons\sourcemod\plugins\ folder. Attached Files Get Plugin or Get Source (l4d_witch_damage.sp - 9.4 KB) Wyświetl pełny artykuł
  5. contact me if u can do steam : http://steamcommunity.com/id/shinaeon Discord : Shin#1323 Wyświetl pełny artykuł
  6. Related Plugins: [L4D & L4D2] Molotov Shove [L4D & L4D2] Pipebomb Shove [L4D2] Vomitjar Shove [L4D] GasCan Shove by "axelnieves2012" About: Allows shoving to stagger survivors. Stumbles a survivor when shoved by another survivor. Thanks: Vacindak - For the original idea and request. Timocop - For the L4D2 stumble vscript. Cvars: Saved to l4d_survivor_shove.cfg in your servers \cfg\sourcemod\ folder. PHP Code: // 0=Plugin off, 1=Plugin on. l4d_survivor_shove_allow "1" // Turn on the plugin in these game modes, separate by commas (no spaces). (Empty = all). l4d_survivor_shove_modes "" // Turn off the plugin in these game modes, separate by commas (no spaces). (Empty = none). l4d_survivor_shove_modes_off "" // Turn on the plugin in these game modes. 0=All, 1=Coop, 2=Survival, 4=Versus, 8=Scavenge. Add numbers together. l4d_survivor_shove_modes_tog "0" // Survivor Shove plugin version. l4d_survivor_shove_version Changes: Code: 1.0 (15-Sep-2019) - Initial release. Installation: Click "Get Plugin" and put the .smx file into your servers \addons\sourcemod\plugins\ folder. L4D1 only: Download the .txt gamedata file and put into your servers \addons\sourcemod\gamedata\ folder. Attached Files Get Plugin or Get Source (l4d_survivor_shove.sp - 7.9 KB) l4d_survivor_shove.txt (484 Bytes) Wyświetl pełny artykuł
  7. Commands: sm_get_pointer - Get pointer for SDKCalls also detour, should be used if pointer == 0. sm_downloadables_restore - Restore downloadables stringtable items. sm_downloadables_reset - Delete all strings in downloadables stringtable. sm_delete_all - Delete all stringtables. sm_delete_all_strings - Delete all strings from all stringtables. sm_dump_st - Dump the list of stringtables to console and ALL tables to log file. sm_dump_sti - Dump the items of specified stringtable to console and log file Credits: dragokas - for his idea and post To Do: Add support for l4d1. Attached Files l4d2_stringtable_control.txt (1.6 KB) Get Plugin or Get Source (l4d2_stringtable_control.sp - 9.6 KB) l4d2_stringtable_control.smx (33.3 KB) Wyświetl pełny artykuł
  8. I'm trying to find sm props plugin for ZR but most of them are outdated or aren't for csgo so does anybody have a prop plugin with points system where you kill zombies get points and buy props with them or just in general prop plugin... Wyświetl pełny artykuł
  9. Description This plugin allows players to use emotes from Fortnite. Type !emotes in chat and choose an emote. There are 5 emotes, some of them with music. There is a 4s cooldown for emotes. Players can't move during the animation. You can cancel emote with right/left mouse button, crouch or use. It works with any player model that uses latest skeleton (after reanimated update). This is just a demo plugin, so i expect that you will edit it for your needs. Feel free to edit anything or to make your own plugin based on functions from this plugin. I also have private animset with 85 unique animations. If you want some new emotes that is missing from that animset, i can port them for some money. Contact me: https://steamcommunity.com/id/kodua/ Credits: xFlane for main function idea and code, Alex Dragokas for some code from he's plugin that i used. Special Thanks: 1337norway, CrazyBoy and KillStr3aK for some help with the plugin. And thanks to RuFa for a lot of testing! Requirements: You will need SMLIB to compile. TODO: Change the way how sound works if people will complain. Make a store/shop version Attached Files fortnite_emotes.zip (4.92 MB) fortnite_emotes_FastDL.zip (4.75 MB) Wyświetl pełny artykuł
  10. This plugin is designed to connect a forum based on XenForo 2 and a game server. Installation: Put the xf_admin.smx file at: /addons/sourcemod/plugins And Put the xf_admin.txt file at: /addons/sourcemod/configs Config configuration: PHP Code: "xf_admin" { "20" //Group ID from XF admin panel. { "flags" "t" //admin flags "immunity" "0" //admin immunity } } DataBase configuration: You must connect to the forum database. PHP Code: "xf_admin" { "driver" "mysql" "host" "" "database" "" "user" "" "pass" "" //"port" "3306" } The plugin automatically exposes the administrator username to the players in their name on the forum. (If you look through sm_who) If the player has several groups, and they are described in the config, then the plugin adds all the flags at once, and the immunity sets the highest. Attached Files Get Plugin or Get Source (xf_admin.sp - 4.1 KB) xf_admin.txt (106 Bytes) Wyświetl pełny artykuł
  11. This plugin provides warmup for the deathrun gamemode. The warmup will be triggered every round. ConVars: Code: dr_warmup_duration 30 // How long the warmup period lasts? dr_warmup_hide_world_kills 1 // Hide world kills from killfeed in warmup period? dr_warmup_timeleft_hud 2 // Show the warmup's timeleft in hud? (0 - no, 1 - hint, 2 - hud) GitHub: https://github.com/Ilusion9/sm-csgo-deathrun-warmup Wyświetl pełny artykuł
  12. So recently, there's been a lot of people figuring out that you can replicate sv_cheats to your own client. Currently this bug works in MM or community servers if you try loading into a map and it gives an error like this "Host_EndGame: Map coordinate extents are too large!!" and kicks you out immediately. After that you're able to go and change the value of sv_cheats for yourself only and enable any client sided cvars (like r_DrawOtherModels 2). This plugin immediately kicks whoever tries doing this, so that it won't be a problem for your server. Here's a video that probably can explain it better than I can. Wyświetl pełny artykuł
  13. MYGO.pl

    [CS:GO] CSS:DM Fix

    This plugin is just to help DM Server have a DM feeling. It is nothing like CSSDM but can be used for it to make your server a dm server. COMMANDS - NONE Known Issues - None TODO - None CVars mp_respawn_on_death_ct mp_respawn_on_death_t mp_death_drop_gun mp_death_drop_defuser mp_death_drop_grenade mp_death_drop_bomb Feel free to use, config generated in csgo/cfg/sourcemod/respawn_dm.cfg Example Config: PHP Code: // - // Default: "1.0.0" download_version "1.0.0" // - // Default: "0" mp_death_drop_bomb "0" // Drop defuser on player death // - // Default: "1" // Minimum: "0.000000" // Maximum: "1.000000" mp_death_drop_defuser "1" // Which grenade to drop on player death: 0=none, 1=best, 2=current or best, 3=all grenades // - // Default: "2" // Minimum: "0.000000" // Maximum: "3.000000" mp_death_drop_grenade "2" // Which gun to drop on player death: 0=none, 1=best, 2=current or best // - // Default: "1" // Minimum: "0.000000" // Maximum: "2.000000" mp_death_drop_gun "1" // When set to 1, counter-terrorists will respawn after dying. // - // Default: "0" mp_respawn_on_death_ct "0" // When set to 1, terrorists will respawn after dying. // - // Default: "0" mp_respawn_on_death_t "0" Attached Files Get Plugin or Get Source (respawn_dm.sp - 2.4 KB) Wyświetl pełny artykuł
  14. simple show damage plugin allow you to select show damage in hint message or HUD Cvars : sm_show_damage_enable : "0" to disable plugin - "1" to enable sm_show_damage_type : "0" show damage in hint message - "1" show damage in HUD message sm_show_damage_mode : "0" show damage only - "1" show damage and remaining victim health TODO : add client preferences screenshot : Attachment 177204 Attachment 177205 Attachment 177206 Attachment 177207 Attachment 177208 Attached Images Untitled11111.jpg (65.2 KB) Untitled1.jpg (58.1 KB) Untitled1111.jpg (79.1 KB) Untitled111.jpg (77.1 KB) Untitled.jpg (78.8 KB) Attached Files Get Plugin or Get Source (SimpleShowDamage.sp - 2.9 KB) Simple_Show_Damage.phrases.txt (851 Bytes) SimpleShowDamage.zip (7.7 KB) Wyświetl pełny artykuł
  15. Original ver: https://forums.alliedmods.net/showthread.php?t=252392 Powerind's ver: https://forums.alliedmods.net/showthread.php?p=2656979 Some info Added ownages Added blues Added anti-cheat functions Built in Distbug Jump bug detection Menu for all settings Cookies!! for all settings Added CVars for all settings All stat values Enable/Disable CT Jumpstats and Distbug Commands [*]sm_showkeys sm_speed sm_sync sm_stats sm_bstats sm_sound sm_ljblock sm_colorchat sm_jumptop sm_top sm_rtop sm_buggedjumptop sm_btop sm_js sm_jssettings sm_discord Wyświetl pełny artykuł
  16. Hey i am creating a FFA/DM With a multi mod config Its like 25 minutes with Armor on and 25 min armor off or 25 min Ak & 25 min M4 & 15 min only hs & 10 min awp & 10 min pistols only Anyone can help me i can pay him if he want <3 And thanks <3 Wyświetl pełny artykuł
  17. Currently in use on the [MAGA] 16 player server, hopefully rolling out to all [MAGA] servers soon pending testing. ===Changelog=== 9/2/2016, v0.2: Initial release Attached Files Get Plugin or Get Source (maga_teamflash.sp - 1.4 KB) maga_teamflash.smx (4.5 KB) Wyświetl pełny artykuł
  18. Infomation: Hello everyone. Its been long times i post something. Anyways after spent 3 years times for trying Fix this nice "League Of Legends KillAnnounce" Created by Guren. Its finally fixed. I hosting 6 community servers. And i realy like this sound from guren. What did i do with this. I change a map folder from addons/sourcemod/scripting/lol/lolsound.inc from line music/LOLannounce_v3/... to LOLannounce_v3/... and i put the all LOLannounce_v3 mp3's into sound/LOLannounce_v3 Not only that. thanks to Triniayo for best idea that I using SDownloader as well for make it work and the last what i did special for you i made all sounds bzip2 files for the fastdownload. I hope i make you happy with this... About this League Of Legends KillAnnounce: League Of Legends KillAnnounce is a deathmatch sound. If you hit somebody you hear first blood or Enemys killing spree etc.. If all enemys or teams are killed you will hear ace or enemys ace... If peoples join the server you hear also server join sound.. why i do this? because i know / see that some peoples got same probleme as me. And trying fix this as well. So i think by my self. i will trying fix this and want share to this tophic... My plan is not copy or change other creator name. I just want help other peoples who have same issus as me.. So i hopyfully i make you happy with this. and also i dont think that Guren gonna back. But for sure i do this for you... LeagueOfLegendsKillAnnounce server command: !lolsettings You can turn off sound or chat info You can also config some setting at cfg/sourcemod/plugin.LeagueOfLegendsKillAnnounce.cfg how to installed: 1: download from this 2: make sure you have 7zip or others that you can extract... 3: extract it to you desktop or somewhere that you can find eazy. 4: upload addons , cfg , sound , from server into you csgo/ folder 5: upload sound from fastdl into you fastdl/csgo/ folder 6: restart server or restart map 7: test if it work. 8: so yes? you are done. Special thanks by: 1: Guren ( For creating LeagueOfLegendsKillAnnounce plugin for public ) 2: Triniayo ( For give me a best idea for using SDownloader ) 3: karill ( for help translations and fixed a cs:go sound bug for Guren ) 4: javalia ( for made stocklib.inc and help Guren problems. ) 5: RIOT Games ( for provide a sound files to Guren ) 6: sniperkills ( for give suggested to Guren that a great idea ) 7: And ( for peoples who love Guren mod ) 8: And ye for me ( trying fixing this LeagueOfLegendsKillAnnounce for public ) If you got some issuse please report it and i will try take a look. But for now i going finish my new surf server. And sorry for my English. ( Not 100% ) I hope i make you happy with this fixed version. Attached Files server.7z (3.03 MB) fastdl.7z (3.05 MB) Wyświetl pełny artykuł
  19. Fixes a new server crash exploit that works on vanilla csgo servers. [9/1/19] Attached Files Get Plugin or Get Source (AntiServerCrash_9_1_2019.sp - 826 Bytes) Wyświetl pełny artykuł
  20. Came back from a game of danger zone and found that my survival_equip bind crashes the server. I don't know if anyone else has this issue, but if you do here's a small plugin to block the command. Attached Files Get Plugin or Get Source (dz_fix.sp - 472 Bytes) Wyświetl pełny artykuł
  21. Download MoreVIPFeatues, a compact plugin with more features for VIP players! With this plugin, you can customize almost everything. From which grenades should be given, to the amount of health the player should get. Features Grenades Smoke FlashBang HE Grenade Tatical Grenade Taser MediShot Enable respawning Max respawns per map Armor Kev Kev + Helmet Health Bonus per kill Health Bonus on a normal kill Health Bonus on a headshot kill Max health that a player can have Feel free to submit a Pull request or an issue if you have any idea or suggestion of something you would like to see in this plugin. How to install? Simple! Just drag the MoreVIPFeatures.smx file to the plugins folder and the MoreVIPFeatures.phrases.txt file to the translations folder! Commands "sm_vipmenu" - The menu that shows the activated features "sm_vipspawn" - The command to respawn Changelog v1.0 - Initial Release. Wyświetl pełny artykuł
  22. Hi guys, I've seen a few prison plugins here. I would love for your personal recommendation on certain plugins Wyświetl pełny artykuł
  23. Hello everyone, I am currently trying to redo a Zombie Horde because I had one a very long time ago (like 2007) that was always full and where we had a lot of fun. I added the RPGmenu mode to my old Zombie Horde server. What's is Zombie Horde ? Zombie Horde is a gamemode where the Terrorists are zombies and the Anti-Terrorists are humans. Zombies are played by bots (more than 20) and there is no infection, only knife damage. When a human dies, he must wait for his team to win the round or lose it to repeat a new round (like Zombie Riot(outdated) but no waves) I need you, for the moment I have something correct, I used: -Headshot Only (the money is blocked at $0, I'm looking in the settings of the plugins to edit) -sm_skinchooser (I can not force the bots to have a lot of zombie skins, someone have an idea?) -SMRPG (working great) I still need: -Plugin to force like 20-24 bots only in Terrorist Team -something very difficult, I want to redo what Zombie Horde was doing in 2007, green powerup balls (with different power like Berserker, Regen auto stuck at 120hp, Gravity, you burn (malus), ...) -Dark ambiance plugin (sky, sound,...) Here is what I have in mind, if I have any other idea I will tell you. Thank you for future people who will give me help, I'm not very good at coding but I learn. PS: I looked for other posts like this but they are all 5-6 years old Wyświetl pełny artykuł
  24. Cvars: • bhop_prefix Prefix for Bhop menu. (Default: [Bhop]) Compiling: • Download the Bhop.sp file. • Upload the Bhop.sp file to your compiling folder. Commands: • sm_bhop • Thanks to the K1lleR_gamea ($uicidE) for helping me write the code Attached Files Get Plugin or Get Source (bhop.sp - 2.4 KB) Wyświetl pełny artykuł
  25. Description: This plugin allows you to respawn not just in a spawn room, but on any ally, that is undamaged or unhurt for about at least 3 seconds (~3-4). However, if your entire team is wiped out, you have to wait about 15 seconds (default time, there is convar for that one). This in turn makes following points: You must have at least 2 persons in teams at all times alive to respawn fast. Otherwise the team is punished for dying together. There's a sound played every time frontline respawn is utilized. If you are seen by the enemy, you can't spawn allies for a short amount of time. A disguised spy can't spawn allies, for that matter it also denies enemy frontline spawns just as well by being in line of sight. A sentry gun is the only engineer building that denies frontline spawning for the enemy as well. If you get hurt by the enemy (not self inflicted damage) you can't spawn allies for a short amount of time. Lastly, if you don't care where to spawn but any ally will do, just say !respawn once and it will toggle that option for you. Otherwise spectate ally and press E (Medic!), and it will tell you, if it's not okay to respawn there or spawn you right away. I play tested this with 24 bots. I had quite an amount of situations where I felt like in circus and ~10 clowns could exit a car at any moment. (by car I mean the enemy bot who turned around the corner and left my line of sight for 3 seconds, heh) In ctf_2fort I had a moment or two, where I killed about 70 enemies in one life by having a medic heal me and picking up ammunition from dead enemies. I recommend installing a plugin that restricts suicide (because as long as allies are nearby, losing ammo or health is not an issue that much). And maybe one to have engineers build multiple buildings, because turtling is much less useful and is a lot harder, depending on player count. Teleports itself are near useless with this. This is basically proof of concept. I scripted this in about 2 hours just by looking at about other 3-4 plugins on this forum. Because of the nature of this plugin, it may naturally conflict with any other respawn management system, so if you enable this one, disable the other ones. Cvars: sm_fr_enabled - Default 0 - Respawn disabled/enabled cvar sm_fr_time_red - Default 15.0 - Respawn time for Red team sm_fr_time_blue - Default 15.0 - Respawn time for Blue team Installation: 1. frontline_respawns.smx goes to addons/sourcemod/plugins folder. 2. extract archive contents to tf folder, it doesn't replace anything, but adds resources this pluign currently utilizes. 3. change map (or load plugin) and sm_fr_enabled 1, have fun. Current Issues: I personally don't like that you can suicide and get fresh health and ammo. But I'm not sure how to prevent that. Other than that I haven't caught any issue of about hour of playing with it with bots. Also I might add more convars... Changelog: 0.0.1 - Literally first public version. Initial release so to say. Sadly I couldn't manage to play test this on normal server with actual amount of people. Attached Files Get Plugin or Get Source (frontline_respawns.sp - 21.3 KB) tf.7z (300.1 KB) Wyświetl pełny artykuł
×
×
  • Dodaj nową pozycję...