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. This plugin patches the server to allow 10 human players to join a MvM game(no console spam). For Windows server it is ok. For Linux, at first will still show 0/6 players BUT after first player it will show x/10 players. GitHub: https://github.com/gabriel-munteanu/...r/tf2mvm-10plr Test server: tf2.rambase.ro:27065 Attached Files tf2mvm10plr.games.txt (1.4 KB) tf2mvm10plr.smx (4.2 KB) Get Plugin or Get Source (tf2mvm10plr.sp - 1.4 KB) Wyświetl pełny artykuł
  2. Collision Rush This plugin allows servers with a lot of players and collision enabled to solve the rush problem by disabling the collision for a few moments and after that enable the push away effect. Because sometimes the push away effect is not enough(players get stuck with each other), there is a sm_unstuck / sm_unblock (!unstuck/!unblock) command so players get unstuck on their own. Cvars sm_cr_nocollision_time - No collision time offset(after freeze time) sm_cr_pushaway_time - Push away time The plugin was tested on CS:GO. GitHub: https://github.com/gabriel-munteanu/...collision_rush Attached Files Get Plugin or Get Source (collision_rush.sp - 2.7 KB) Wyświetl pełny artykuł
  3. Installation: Auto Bunnyhop: server/cfg/sourcemod/plugins/sm_bhop.smx Commands: "!autobhop" — Toggle Auto Bunnyhop. Attached Files Get Plugin or Get Source (sm_bhop.sp - 1.1 KB) sm_bhop.smx (7.4 KB) Wyświetl pełny artykuł
  4. Hello The Best Supporters of Allied :) Please if can some one help me :/ I Need This plugin In cs1.6: IF Team Ct Or Team Terro Lose The Round The Lighting Kill hem and a cmd play a sound of lighting Please if some one know help me <3 And T'hanks so mush :oops: #DMC Wyświetl pełny artykuł
  5. Connect/Disconnect Message Description: A plugin which allow you and all the connected players on the server to see info in form of name, steamid and country of connecting/disconnecting players in the chat. Easy to edit by using the CVARS, if you for example would like to only show name and steamid in the messages and so on. CVARS: sm_connectmsg - Shows connecting messages 0 = Disable | 1 = Enable Default: "1" - Enable sm_disconnectmsg - Shows disconnecting messages 0 = Disable | 1 = Enable Default: "1" - Enable sm_steamidmsg - Shows the STEAMID in messages 0 = Disable | 1 = Enable Default: "1" - Enable sm_countrymsg - Shows the COUNTRY in messages 0 = Disable | 1 = Enable Default: "1" - Enable Installation: Put connectmessage.smx to sourcemod/plugins Put connectmessage.sp to sourcemod/scripting Attached Files Get Plugin or Get Source (connectmessage.sp - 3.5 KB) Wyświetl pełny artykuł
  6. Allows you to ride on another teammate's back! Mount: Right-Click (if tf2: with melee weapon out) Dismount: Jump (tf2) /Pickup weapon button (CSGO) for TF2 version spy is disabled (for now) Cvars: "pb_method" "0" "Method to handle a piggybacking player. 1 = force view, 2 = disable shooting (tf2 only) , 0 = do nothing "pb_enable" "1" "Enable piggybacking" Credits: Mecha the slug (original mod) Attached Files Get Plugin or Get Source (piggyback.sp - 8.2 KB) piggyback.smx (13.2 KB) Get Plugin or Get Source (piggyback_csgo.sp - 7.1 KB) piggyback_csgo.smx (12.2 KB) Wyświetl pełny artykuł
  7. Since nobody decided to publish a health bar plugin for CS:S I decided to do one. I have drawn the health bar sprites myself using PAINT.NET with VTF plugin. VMT uses "Sprite" with proper sprite orientation so that the health bar looks 2D from any angle (looks 3D and become thinner vmt specify it as "unlitgeneric" or other. Health bar changes length and colour at 5% health interval Added two cvars to make it more customizable. Cvars: Code: sm_healthbar_time 5.0 // Time before health bar disappear when player receive damage. Default = 5.0, Always show health bar = 0 sm_healthbar_render 1 /* Health bar rendermode. Default = 1, you can change it to other mode to see how the health bar is displayed in different environment. Other settings includes integers from 0 to 10 (see: https://developer.valvesoftware.com/wiki/Render_Modes)*/ How it works: If sm_healthbar_time is set to 0, healthbar will always displayed above player head until death. If sm_healthbar_time is non-zero, healthbar will only appear when player takes damage and disappears after the set value. Continuous damage will reset the timer. If any of the cvars is changed during game: Set to 0: All healthbar would be removed. Set to non-zero: All health bar will be recreated. Installation: Place sm_healthbar.smx in cstrike\addons\sourcemod\plugins Extract the sprites to your cstrike\materials folder Done Limitations: Does not work with other health regeneration mod or when player health is changed through commands like SetEntData since health change is detect through only the "player_hurt" event. Sorry, will try to implement. Bugs: If you decide to change cvar during gameplay, health bar will shift position if player is crouching or jumping. Therefore Recommend you to place the cvars in server.cfg and not change them during game play. Thats all so far. I have tried testing it over and over and did checks like if player is alive, is health bar already created ... etc. So tel me if you find any bugs other than stated in my limitations above! :) If anyone can test if this plugin works for other games please tell me thanks!!! Attached Files material.zip (14.8 KB) Get Plugin or Get Source (sm_healthbar.sp - 9.2 KB) Wyświetl pełny artykuł
  8. Since nobody decided to publish a health bar plugin for CS:S I decided to do one. I have drawn the health bar sprites myself using PAINT.NET with VTF plugin. VMT uses "Sprite" with proper sprite orientation so that the health bar looks 2D from any angle (looks 3D and become thinner when vmt specify it as "unlitgeneric" or other. Health bar changes length and colour at 5% health interval Added two cvars to make it more customizable. Cvars: Code: sm_healthbar_time 5.0 // Time before health bar disappear when player receive damage. Default = 5.0, Always show health bar = 0 sm_healthbar_render 1 // Health bar rendermode. Default = 1, you can change it to other mode to see how the health bar is displayed in different environment (default value is good enough). Other settings includes integers from 0 to 10 (see:) How it works: If sm_healthbar_time is set to 0, healthbar will always displayed above player head until death. If sm_healthbar_time is non-zero, healthbar will only appear when player takes damage and disappears after the set value. Continuous damage will reset the timer. If any of the cvars is changed during game: Set to 0: All healthbar would be removed. Set to non-zero: All health bar will be recreated. Installation: Place sm_healthbar.smx in cstrike\addons\sourcemod\plugins Extract the sprites to your cstrike\materials folder Done Limitations: Does not work with other health regeneration mod or when player health is changed through commands like SetEntData since health change is detect through only the "player_hurt" event. Sorry, will try to implement. Bugs: If you decide to change cvar during gameplay, health bar will shift position if player is crouching or jumping. Therefore Recommend you to place the cvars in server.cfg and not change them during game play. Thats all so far. I have tried testing it over and over and did checks like if player is alive, is health bar already created ... etc. So tel me if you find any bugs other than stated in my limitations above! :) Attached Files healthbar.smx (8.2 KB) material.zip (14.8 KB) Wyświetl pełny artykuł
  9. 0.1 - Release. 0.2 - Changed destroy code(thx TonyBaretta) Attached Files Get Plugin or Get Source (balance_fix.sp - 1.4 KB) balance_fix.smx (6.0 KB) Wyświetl pełny artykuł
  10. Description: This plugin is intended for Zombie:Reloaded servers, I wrote this just for fun :)Zombies standing inside an inferno created by Molotov / Incindiary will be on fire, they will get extinguished if they step outside of it.If you want the slow effect you should use Rules of _P burning slowdown fix or another such plugin. Cvars: Code: None at this moment (?) Changelog: Spoiler Quote: Version 1.0: Initial release Download & Installation: Drop in plugins folder. If compiling yourself make sure to include zombiereloaded Attached Files Get Plugin or Get Source (inf_ignite.sp - 3.5 KB) inf_ignite.smx (5.6 KB) Wyświetl pełny artykuł
  11. https://forums.alliedmods.net/showthread.php?p=1739883 remake of zeus round :) taser & knife REMAKE on start round player has deagle & awp Join see how remake work<-- :) zeus_remake_awp_dgl_v6 are only awp & dgl :) https://forums.alliedmods.net/showthread.php?t=291609 Attached Files zeusround.phrases.txt (742 Bytes) Get Plugin or Get Source (zeus_remake_awp_dgl_v6.sp - 32.1 KB) zeus_remake_awp_dgl_v6.smx (16.5 KB) Wyświetl pełny artykuł
  12. Simple Snowfall A super simple snow plugin which should work with any games, and should not cause crashes as it automatically adjusts bounds to make sure they are within a playable area. Merry Christmas :) Attached Files Get Plugin or Get Source (SimpleSnowfall.sp - 2.7 KB) Wyświetl pełny artykuł
  13. MYGO.pl

    Coinflip

    This is a coinflip plugin! You type !coinflip in the chat and the coin will flip and either land on terrorist or counter terrorist. It's 50/50% chance. I also made one for Eccas Warden plugin, so only the warden can flip the coin. Everything is translatable, so you can edit it however you want it. Put the .smx file in plugins and .txt file in translations Commands: !coinflip PHP Code: public OnPluginStart() { RegConsoleCmd("sm_coinflip", OnFlip, "Flip the coin"); LoadTranslations("warden-coinflip.phrases") } public Action:OnFlip(client, args) { if (warden_iswarden(client) == CanUseCommand) switch(GetRandomInt(1, 2)) { case 1: { CPrintToChatAll("%t %t", "MSG_PREFIX", "Terrorist"); } case 2: { CPrintToChatAll("%t %t", "MSG_PREFIX", "Counter Terrorist"); } } else { CPrintToChat(client, "%t %t", "MSG_PREFIX", "Only Warden"); } return Plugin_Handled; } This is one of my first plugins, so give criticism.:) Attached Files Warden-coinflip.smx (13.7 KB) Get Plugin or Get Source (Warden-coinflip.sp - 1,019 Bytes) warden-coinflip.phrases.txt (413 Bytes) Coinflip.smx (13.1 KB) Get Plugin or Get Source (Coinflip.sp - 789 Bytes) Coinflip.phrases.txt (285 Bytes) Wyświetl pełny artykuł
  14. This is small plugin that replaces decoy model with snowball model. Models may not seem to work very perfect, because they are from garrysmod :D Config file: cfg/sourcemod/snowball.cfg sm_EnableSnowballTrail sm_GiveAnotherSnowballAfterThrow sm_SnowballHitDamage sm_SnowballHitPlayerType sm_SpawnSnowballOnPlayerSpawn sm_TimeToGiveSnowballAfterThrow sm_SnowballEnable sm_SnowballUnfreezeTime sm_SnowballEnableOnlyWarmup Explantion for each cvar in the config file! :) I have also added one event for developers, if they want to do something with the guy who hit someone or who was hitted: Snowball_HitPlayer(int client, int attacker). Download & put files from sendproxy Download snowball files & put them in server Restart server Configure convars in cfg/sourcemod/snowball.cfg Attached Files Snowball plugin.7z (3.88 MB) Wyświetl pełny artykuł
  15. https://forums.alliedmods.net/showthread.php?p=1739883 remake of zeus round :) taser & knife REMAKE on start round player has deagle & awp + flashbang,hegrenade,molotov new round new items:) for awp servers good remake i thing:) have a nice play:) ip of test server:) Join see how remake work<-- :) Attached Files Get Plugin or Get Source (zeus_remake_awp_dgl_v5.sp - 32.8 KB) zeus_remake_awp_dgl_v5.smx (16.6 KB) zeusround.phrases.txt (742 Bytes) Wyświetl pełny artykuł
  16. Description: Simple Coop Manager is a simple plugin for cooperative servers managements. This plugin simply fixes server's needed configurations on each round and fix bots amount and player's team and even tell and move players to the team you set on the plugins configurations. Cvars: -You have to add these commands on Server.cfg (if you are running server with different coop maps use MapConfigs to make changes per map). - sm_bot_team #TeamName (T = 1 , CT = 2) (Default 1) --> This convar will tell the plugin which team should bots be added on. - sm_cm_enable 1/0 (Default 1) --> Enable/Disable plugin. - sm_bots_knife_only 1/0 (Default 1) --> this is useful when bots should not have knifes (like on Coop_Mission_Haunted) - sm_cm_maxrounds #Maxrounds --> useful on maps that have internal configurations executing them selves each round start. Note: This Plugin will Gets your server's name and add a small hint for player to join into which team so if you're going to make it work correctly add your hostname into autoexec.cfg or use it via +hostname "ServerName" into server running options. I Hope You enjoy. Attached Files Get Plugin or Get Source (Coop Manager.sp - 4.0 KB) Coop Manager.smx (5.9 KB) Wyświetl pełny artykuł
  17. MYGO.pl

    ABM

    Anyone new to SourceMod looking to add more than 4 players to their L4D2 campaign or any veterans already familiar with solutions out there but are looking for something different, here it is. It's really just a new way to do old things and adds a few complimentary features I think will be appreciated. It may for this reason never be an approved plugin but I'm pretty cool with that at this point. Some Notes On 4 different Linux servers and one virtual machine, it ran as flawless as it should. On one Windows dedicated server and one virtual machine, it blew up and crashed when adding a large number of bots. If you have time and patience and want to see if you can get it to run on Windows any better than I can, please be my guest. Because of these differences between Windows and Linux, I acknowledge this release to be alpha and without warranty of any kind. Please see my GitLab page https://gitlab.com/vbgunz/ABM for some finer detailed points about ABM. Attached Files abm.tar.gz (45.6 KB) abm.smx (28.1 KB) Get Plugin or Get Source (abm.sp - 49.6 KB) abm.txt (1.4 KB) Wyświetl pełny artykuł
  18. Description: Just what the title says. Available Cheats: Wall Hack - most of you know already know this but for those who don't, these makes walls translucent and players see through. Speed Hack - again as mentioned above but this changes the player's speed. Gravity Hack - changes the player's gravity, useful for zombie servers. Invincibility - nothing and I mean absolutely nothing can kill the player. Teleport - warps the player to another player's location. Teleport Mode - (All, Ally, Enemy) filters players that aren't in the category. Always Headshot - every kill count as a headshot. Bugs: Tested and didn't encounter any but please report if you do found something. To Do: Add more cheats. Add restrictions to prevent players from abusing the cheat. Add support for SourceBans. Improve Wall Hack. Note: The file attached below is password protected to prevent some leechers. If you want it, please PM me. Changelog: 12-14-16 : First release. Attached Files cheats_menu.zip (3.7 KB) Wyświetl pełny artykuł
  19. TF2 Snowballs description : Using Special attack key (attack3 or mouse3) players can shoot a snowball every 1.5 sec. enemy hitted get stunned for 1 sec becoming "ice color". Cvar: stunball_sound "0", "Enables/disables stunball sound. Changelogs: 1.0 initial release Attached Files Get Plugin or Get Source (snowball.sp - 3.6 KB) Wyświetl pełny artykuł
  20. Description: As stated in the title, it precaches game files that are bound to be the cause of server/game crashes. Also fixes the "player/survivor/voice/teengirl/hordeattack10.wav" missing sound file. Independencies: All plugins that precaches models. They conflict and even make the server not load the map due to repeated process of model precaching. Changelog: 12-10-16 : First release. Attached Files Get Plugin or Get Source (game_files_precacher-l4d2.sp - 8.2 KB) Wyświetl pełny artykuł
  21. Advanced Admin ESP This is a total remake of CSGO Admin ESP. This plugin allows admins to give the ESP to others besides themselves. Dedication: This plugin is dedicated to Root_, this is not to demean he original plugin, since his demise there were a few bugs and in order to fix those I had to create a new plugin submission. Commands: sm_giveesp <player> [0/1] //Give ESP to a certain player sm_esp [0/1] //Toggle/Set ESP on Convars: Code: sm_advanced_esp_tcolor "144 120 72 64" //Determines R G B A glow colors for Terrorists team Format should be "R G B A" (with spaces) sm_advanced_esp_ctcolor "72 96 144 64" //Determines R G B A glow colors for Counter-Terrorists team Format should be "R G B A" (with spaces) sm_advanced_esp_default "0" //Set to 1 if admins should automatically be given ESP when they connect sm_advanced_esp_lifestate "0" //Set to 1 if admins should only see esp when dead, 2 to only see esp while alive, 0 dead or alive. sm_advanced_esp_notify "0" //Set to 1 if giving and setting esp should notify the rest of the server. REQUIRES TRANSLATIONS TO BE INSTALLED. DOWNLOAD Plugin Translation File Source Github Wyświetl pełny artykuł
  22. Description: With this plugin a player (flag a) can reset his gravity/speed or an admin can force it. Features Player can reset themself their speed/gravity Admin can force reset of the gravity/speed Commands sm_rs Reset yourself speed sm_rg Reset yourself gravity sm_frs <Player> Force reset speed sm_frs <Player> Force reset gravity. Thanks to cravenge for his help. Attached Files Get Plugin or Get Source (Reset_Gravity_Speed.sp - 2.3 KB) Wyświetl pełny artykuł
  23. [CSGO] Chicken Colors Description : This plugin give random color(s) to chickens, there are 3 type of chicken Black , Gold , Rainbow ( change colors). Work fine with others chickens plugins and zombie chicken. Installation : Copy chicken_colors.smx into addons/sourcemod/plugins and restart the server or map Changelogs : 1.0 initial release Attached Files Get Plugin or Get Source (chicken_colors.sp - 1.7 KB) Wyświetl pełny artykuł
  24. Description: FreeKill report it's a plugin that made for jailbreak servers, the plugin allow players on ct team to report for fk while they are dead, example: ct freekilled a terrorist, the terrorist type !fk and it prints to online admins this message: "XXX(t name) report XXX(ct name) for freekilling him". Commands: sm_fk - Report for freekill - Terrorists only Cvars: None Version history: 1.0 - Realse Support: Here or in private PM. Attached Files Get Plugin or Get Source (FKReport.sp - 2.2 KB) Wyświetl pełny artykuł
  25. Hello, i wanted to combine different types of detections to make an AC-Tool like SMAC. I'm now searching for a working ANTI-Wallhack or a code-snippet to work with. I have't tried latest SMAC yet but i am a little bit confused of a string in one file: Code: if (GetEngineVersion() == Engine_CSGO) { strcopy(error, err_max, "This module is disabled for this game. Enable \"sv_occlude_players\" for the same feature."); return APLRes_Failure; } Does this mean, that the SMAC Anti-Wallhack isn't available for CSGO? Best regards Christian Wyświetl pełny artykuł
×
×
  • Dodaj nową pozycję...