Skocz do zawartości

GLOBALELITE.pl

GLOBALELITE.PL
  • Liczba zawartości

    740
  • Zawartość na Chatboxie

    357
  • Rejestracja

  • Ostatnia wizyta

  • Wygrane w rankingu

    10
  • Haracze

    0,00 zł 

Zawartość dodana przez GLOBALELITE.pl

  1. This plugin is intended to be used on Jailbreak servers, as it only fixes bugs on Jailbreak, otherwise it'd be the same as any other respawn plugin ever. Commands: - sm_rplayer (player) - sm_respawn (player) Note: Default Flag is SLAY Features: - Respawns players - Fixes ammo glitches to do with roundstart on jailbreak servers - Possibly fixes latespawning? Attached Files Get Plugin or Get Source (ajrp.sp - 3.9 KB) ajrp.smx (21.1 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298763&goto=newpost
  2. [ANY / CSGO] BanId Fix What is BanId Fix? BanId fix was originally written to fix a bug in CSGO where players who joined the server while banned would get stuck and end up wasting slots, it now serves as a replacement for handling engine bans which are created using the "banid" command. Why replace the engine bans? Well, if you ban somebody using the "banid" command and then restart your server you will notice that player is unbanned again (At least from my experience in CSGO) so this plugin will seamlessly handle all engine bans using its own logic and an SQLite database and by doing this we are also killing 2 birds with one stone, we fix a known bug which causes ghost players to get stuck which waste slots and we also make the banid command work as it should of (Yes we are fixing bugs which Valve are too lazy to fix) Can you be more specific about the Ghost bug? A couple of months back Valve changed some code related to the ban list filter ("Server ban list filter is now enforced in early stages of client connection packet handling.") When they did this, they introduced a bug which results in servers being filled with "Ghost players" or stuck clients which are impossible to get rid of without a server restart. It appears to happen directly after a banned client tries to connect to the server, so this plugin will attempt to deal with them clients using safer logic to prevent the bug. As you can see from the image, 4 players ("Ghosts") are stuck wasting slots, this happened because they joined the server while they were banned. But I use SourceBans or something else so do I still need this? Most likely yes, you will still have the ghost bug, (At least with an unmodified version of SourceBans) because when a banned player joins SourceBans will issue a shorter temp ban using "banid" to prevent them wasting server resources and spam rejoining. What are the requirements? These are optional but they provide the ability for the plugin to handle bans at a much earlier state, if you choose not to install these extensions then you should still be fine but I do recommend you run one of them. PTAH (CSGO ONLY) ConnectHook (L4D2?) Connect (Universal?) Installation Copy the folder structure to your gameserver. Install one of the extensions depending on your game. Restart server. Notes / Known issuesNo known issues. Repository I enjoy working with other people and if you want to contribute then here is the Bitbucket. Credits I would like to thank everyone who has helped made this project possible, I am sorry if I forgot anyone. MAMAC Helping me test and finding the cause of the bug. komashchenko For PTAH once again, thanks to PTAH we can kick clients at an even earlier stage. Forlix For Temp Ban Fix Borrowed some code. Enjoy Attached Files BanId-Fix-0.3.zip (19.4 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298672&goto=newpost
  3. Plugin Authors MasterMind420 & Lux Simple Forwarding plugin so querying the client convar c_thirdpersonshoulder only happens once not multiple at once by otherplugins, just by using a simple forward. PHP Code: /** * @param iClient Client Index. * @param bIsThirdPerson true = Is in thirdperson shoulder, false otherwise. */ forward TP_OnThirdPersonChanged(iClient, bool:bIsThirdPerson); Plugin Includes fixes when c_thirdpersonshoulder = true but client is still first person. Plugins that use this: Left 4 Dead Model Changer Log: 1.0.1 fixed silly mistake with after Call_Finished() Timocop Attached Files ThirdPersonShoulder_Detect.inc (308 Bytes) Get Plugin or Get Source (ThirdPersonShoulder_Detect.sp - 3.2 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298649&goto=newpost
  4. Description This plugin can check players' convars, to prevent players' use bad convar like "voice_inputfromfile". Install Upload all files to your server. Edit "addons/sourcemod/configs/kento_ccc.cfg". Code: "net_graph" //Cvar name { "immunity" "a" // Waht admin flag have immunity? empty = disabled "mode" "0" // 0 = not allow value, 1 = only allow value "value" "1" // Value "punishment" "0" // 0 = warn admin, 1 = kick, 2 = ban "bantime" "0" // If punishment is ban, how long should a player be banned? (0 = Permanent Ban) } Admin Commands Spoiler PHP Code: sm_ccc_reload //Reload settings. (Need ADMFLAG_ROOT.) sm_ccc_test //Print your convar settings in console. (Need ADMFLAG_ROOT) Cvars Spoiler PHP Code: sm_ccc_timer "1.0" //Check cvar timer Changelog Spoiler 1.0Released. Known BugsGithub Issues To DoSupport more than 1 value. Donate If you apreciate my work, you can donate me via steam trade offer. Git Repo Download Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298646&goto=newpost
  5. Użytkownik Sarchez dostał warna 18 czerwca 2017 - 23:18 od Dzagu. Powód: Spamowanie. Kara: Post: http://globalelite.pl/index.php?app=forums&module=forums&section=findpost&pid=20250 Notatka: nabijanie postów
  6. [FOF] Ranking and Statistics (Version 0.9.0, 2017-06-18 ) A Plugin that implements ranking points, a ranking list, and some statistics for Fistful of Frags. Easy to install and pretty lightweight. Inspired by DarthNinja's Ranking and Item Logger for TF2, but completely rewritten. Features Configurable ranking point system -> earn points for each kill, loose points for being killed. Use the config file to adjust points for each weapon. Ingame ranking list -> say !top10 to view the ranking list ingame. Access the data sheet for each player. Ingame statistics -> say !rank to view your own rank and statistics. (Or say !rank [name] to view the data of someone else.) Adjustable messages and panels -> use the convars described below to adjust how "chatty" this plugin works. Translatable -> this plugin uses sourcemod's translation system. Current languages: English and German. Player Commands A player can issue these two: sm_rank [<name|#userid>] -> display the current players rank and data sheet. If [name] (or target, to be precise) is given, this player's data will be displayed. Works only for connected players. sm_top10 [<starting_position>] -> show the ranking list. By default, max. 500 entries are loaded and displayed. If you want the list to start at a certain position, provide it as a parameter to this command. Admin Commands As an admin, you can do this: sm_rank_reload -> reload the config file fof_rank.cfg. (See below: Configuration) sm_giverankpoints <name|#userid> <points>] -> Silently give points to one ore more players. Usually points are added to or substracted from the points a player already has. But if you provide the points parameter with a preceding '=' the points of a player will be set to this exact amount. For example: sm_giverankpoints @all 50 adds 50 points to every connected player. Whereas sm_giverankpoints @all =50 sets the points of all connected players to 50. PLEASE HANDLE WITH GREAT CARE AND RESPONSIBILITY! CVars sm_rank_version -> the plugin's version, obviously... sm_rank_enabled -> 1/0 for enabling or disabling the plugin. (Default 1) sm_rank_announceplayers -> 0/1 for announcing every connecting player including his rank and country in the chat. (Default 1) sm_rank_showpanels -> 1/0 for showing each connecting player either a welcome panel with the top 3 and a short explanation or with his own ranking data. (Default 1) sm_rank_informpoints -> 0/1 for getting an information each time a player earns or looses points in the chat. (Default 1) Installation Download the ZIP file and extract it info the sourcemod base folder. Usually here: .../fof/fof/addons/sourcemod After that, restart your server or (re)load the plugin: sm plugins load fof_rank Configuration Take a look inside the fof_rank.cfg and modify it to your needs! It's pretty straightforward, really! Spoiler As for now, just take a look into the file I provided with this plugin. Pretty much is described in the comments. I will publish a detailed description here later... Download Use the attached files. There is also a repository on GitHub! https://github.com/TheOnePerson/fof_stats. Use the functionality there to contribute to the sources! Attached Files fof_rank.zip (40.8 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298634&goto=newpost
  7. Switchs in your secondary weapon if your primary weapon will be empty Google translate, sorry if stupid This feature is a quick switching of weapons among themselves, without the use of animation. Switching occurs exclusively between the primary and secondary weapons that the player has. And only in the case: if one of the weapons completely ran out of ammunition, and in the second there is at least more than one cartridge. I consider that this feature essentially gives an advantage to the players who are able to take advantage of the opportunity given to them and to show in the end what their skill is capable of. P.S. there is one problem, when wep switchs in another slot, we can't see this event in players' hud. First wep stays.. : it's bad and can fire some crashes with any unstable plugins which works with client weps. So you must look and fix possible problems with your fake weapons(if exists) or plugins witch works with clients CBasePlayer->m_hMyWeapons (such as remove, give etc.) Ceep your code clean and debug https://youtu.be/QX81Ew1o6ps?t=34 https://github.com/dEROZA/CSG0_FSwit...SG0_FSwitch.sp Attached Files Get Plugin or Get Source (CSG0_FSwitch.sp - 1.8 KB) CSG0_FSwitch.smx (4.5 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298556&goto=newpost
  8. Hard though they are to find, plugins that enable auto-bunnyhop exist in Left 4 Dead 2. These are a boon to many players who enjoy enhancing their gameplay with such effects. This plugin does not replace any of the server-side bunnyhop mods that already exist. Rather it attempts to bring a full range of tools associated with bunnyhop, such that players of all types would be catered to by a single plugin. Features 1. Auto-bunnyhop that is enabled by holding your "jump" key or the console command +JUMP. 2. A manual bunnyhop trainer that signals the player with an audio cue a fraction of a second before the player should make the next jump. 3. A speed multiplier for the bunnyhop, such that the speed that is gained from a successful bunnyhop is amplified. 4. A speed limiter for the multiplier (3) to limit excessive speed gains. 5. A toggle for players to turn off these features by sourcemod player commands. Configuration l4d_bunnyhop_mode Set plugin mode (0) Disabled (1) Auto-bunnyhop (2) Manual bunnyhop training Default: 1 l4d_bunnyhop_multiplier Speed multiplier The value multiplied to the lateral velocity gain for each successful bunnyhop Default: 50 l4d_bunnyhop_limit Speed limit The player speed value at which lateral velocity no longer multiples lateral velocity Default: 300 Toggle Commands !hop !bunny !bunnyhop Both the auto-bunnyhop and manual trainer require that the player know how to bunnyhop by shifting between +LEFT and +RIGHT. For a tutorial in this technique, I highly recommend HS Top's instruction video https://youtu.be/kz-F9tyUSpU. The auto-bunnyhop feature is based on the work of an anonymous author. I claim credit for the rest. Special thanks to Kushtalk for his enthusiasm, and Distemper for his indispensable help. Attached Files Get Plugin or Get Source (l4d_bunnyhop+.sp - 4.6 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298555&goto=newpost
  9. Użytkownik Mohamed dostał warna 15 czerwca 2017 - 22:59 od `Fuzhou ツ. Powód: Spamowanie. Kara: - Punkty: 1 Post: {post} Notatka:
  10. MySQL Stats for Left 4 Dead 2 (Co-op) Requirements • MySQL: External connections required if your MySQL server is not on the same system ! This is not enabled by default, you may need to contact your host! • Metamod: Source/SourceMM (Latest Version) • SourceMod: 1.8 - 1.9 Latest Build Installation • Edit your databases.cfg file and add a section with the following information: PHP Code: "l4d2_stats" { "driver" "mysql" "host" "your_host" "database" "your_db" "user" "your_user" "pass" "your_pass" } • In the game console: sm_addsqlcreate Chat Commands • !rank - Display your current rank information. • !top - Show Top 15 players. - Attached Files Get Plugin or Get Source (l4d2_hx_stats.sp - 15.7 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298535&goto=newpost
  11. [CS:GO] Advanced Noscop This plugins displays a message in chat or hud when player kill someone with noscop. You can customize: - Distance minimum to show message in HUD - Musics when HUD is displayed - Music volume - Unit of length - Weapon allowed (SSG08, AWP or BOTH) Required colors_csgo smlib Example of chat: Example of HUD: Configuration (convars) Spoiler PHP Code: // Minimum distance to show message in HUD // - // Default: "15.0" // Minimum: "0.000000" // Maximum: "160.000000" an_minimum_distance_hud "15.0" // Enable music when HUD is displayed // - // Default: "1" // Minimum: "0.000000" // Maximum: "1.000000" an_music_enable "1" // Path of sounds directory example : sound/advanced_noscop/ // - // Default: "advanced_noscop" an_music_path "advanced_noscop" // Music volume // - // Default: "0.5" // Minimum: "0.000000" // Maximum: "1.000000" an_music_volume "0.5" // Allowed weapons: 1 = AWP Only | 2 = SSG08 Only | 3 = AWP + SSG08 // - // Default: "3" // Minimum: "1.000000" // Maximum: "3.000000" an_weapons_allowed "3" // Unit of length used: 1 = Meter | 2 = Miles // - // Default: "1" // Minimum: "1.000000" // Maximum: "2.000000" an_weapons_unit "1" Updates Spoiler - v1.0 News! Project - Save players records - Create rank and top distance (per map) - Allow client to disable music (cookie) Attached Files advanced_noscop.smx (20.2 KB) Get Plugin or Get Source (advanced_noscop.sp - 4.9 KB) Advanced Noscop.zip (1.23 MB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298525&goto=newpost
  12. [L4D] Fire Immunity Specials (0.9.0, 2017-6-14) Description This Left 4 Dead 1 plugin allows special infected (boomer, hunter, and smoker) to have immunity from fire damage. The effect is adding modest difficulty for survivors. It includes cvars to toggle fire immunity on/off for each special infected and for each game mode. Cvars l4d_fireimmunityspecials_version The version of the Fire Immunity Specials plugin. l4d_fis_enable 1: Enables the Fire Immunity Specials plugin. l4d_fis_coop 1: Enables fire immunity in coop game mode. l4d_fis_survival 1: Enables fire immunity in survival game mode. l4d_fis_versus 1: Enables fire immunity in versus game mode. l4d_fis_boomer 1: Enables fire immunity for boomers. l4d_fis_hunter 1: Enables fire immunity for hunters. l4d_fis_smoker 1: Enables fire immunity for smokers. Changelog Quote: 0.9.0 (2017.06.14) + Cvars supporting boomer, hunter, and smoker fire immunity + Cvars supporting individual game modes Installation Download the smx file to addonssourcemodplugins Edit cfgsourcemodl4d_fire_immunity_specials.cfg to fit your needs. It will be created automatically on first run of the plugin. For example: If you want the plugin to be active only for boomers and exclude versus mode, you would set l4d_fis_enable, l4d_fis_coop, l4d_fis_survival, and l4d_fis_boomer to "1" and the rest to "0". Credits Mr. Zero - Ghost Tank olj - Vomit Extinguishing I used the work on their respective plugins copiously for reference and understanding. Plans Tank and Witch fire immunity Code improvements - Feel free to review it and let me know of any glaring mistakes. It's my first plugin. :up: I'd appreciate the input. Attached Files l4d_fire_immunity_specials.smx (6.7 KB) Get Plugin or Get Source (l4d_fire_immunity_specials.sp - 6.6 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298510&goto=newpost
  13. This is a simple NoScope plugin. It supports an interval round that mean you can do a NoScope round every X round. Supported Games: Counter-Strike: Global Offensive Features: NoScope with sound and message alert. CVars: A config file will be generated the first time you run the plugin. ("cfg/sourcemod/plugin.onet0uch_noscope.cfg") Code: // Set number of rounds between an unscope round // - // Default: "3" // Minimum: "0.000000" noscope_interval "3" // Enable (1)/Disable (0) the alert message when Noscope round // - // Default: "1" noscope_message_enabled "1" // Enable (1)/Disable (0) the sound played when Noscope round // - // Default: "1" noscope_sound_enabled "1" // Path of the sound played when Noscope round // - // Default: "noscope/noscope.mp3" noscope_sound_path "noscope/noscope.mp3" Requirements: SourceMod 1.8+ Last Changelog: 2017-06-14 : Release plugin on Sourcemod. ToDo: None Known Issues: None Attached Files onet0uch_noscope.zip (27.2 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298492&goto=newpost
  14. WebLync v0.0.1 Web based MOTD commands About Recent CS:GO updates have played havoc on plugins that distribute web based commands via the games built in MOTD window such as Web Shortcuts. WebLync works around this issue restoring full functionality allowing server operators to have working web MOTD windows again. Features - Working Web Shortcuts for CS:GO - Completely web based configuration - New links download on map change Installation 1. Install the latest version of Dynamic 2. Install the latest SteamWorks (waterfall) 3. Copy the contents of the attached zip to your servers /csgo/ folder 4. Sign into the WebLync website via Steam 5. Follow the site instructions `Register New Server` 6. Click Links to configure your server links Commands - sm_weblync (WebLync administration menu) - sm_weblyncregserver (Register server with WebLync API) - sm_weblyncsyncserver (Syncs new commands to server) Attached Files WebLync-001.zip (15.2 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298458&goto=newpost
  15. Eylonap_Chattags (tag/name/message-colors) Admin commands: • sm_reloadtags - reload eylonap_chattag.cfg config. Installation: • Upload eylonap_chattag.smx file to addons/sourcemod/plugins. • Upload eylonap_chattag.cfg file to addons/sourcemod/configs. Setup the chattags: • Open eylonap_chattag.cfg file. Code: //* This mod made by: Eylon.A (AuToPrO) //* Custom tags chat. //* Using: //* "steamid64" //* { //* "tag" "yourtag" //* "namecolor" "yournamecolor" //* "tagcolor" "yourtagcolor" //* "chatcolor" "yourchatcolor" //* } //* Colors list: //* team, white, red, green, lightgreen, //* darkgreen, darkred, gray, yellow, orange, //* lightgray, pink, lightred, darkgray, darkblue, blue "tags" { "76561198156423013" // Eylon.A { "tag" "Developer" "namecolor" "lightred" "tagcolor" "darkblue" "chatcolor" "lightgreen" } } Download: Attached Files eylonap_chattag.cfg (536 Bytes) Get Plugin or Get Source (eylonap_chattag.sp - 4.9 KB) eylonap_chattag.zip (9.7 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298451&goto=newpost
  16. Invisible Weapon Fixer Fixes problem what makes weapons of player invisible. Installation: -Put in plugins folder -Restart or type sm plugins load invisfix in server console -Respawn and fun with yours weapons Attached Files Get Plugin or Get Source (invisfix.sp - 872 Bytes) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298406&goto=newpost
  17. Eylonap MultiCommands Admin Commands: sm_1up <target> - Respawn target with death position. sm_hp <target> <hp> - Set target health. sm_give <target> <weaponname> - Give item to target sm_team <target> <1/2/3> - Change client team. sm_disarm <target> - Remove all items from client. sm_god <target> <0/1> - Set godmod for target. sm_rr <time> - Restart the game. sm_swap <target> - Swap target (ct for t, t for ct, spec for t). sm_respawn <target> - Respawn target. sm_teleport <target> .to. <target> or <x> <y> <z> - Teleport target to xyz/target. sm_dropslot <target> <slotnum> - Drop client weapon slot. sm_bury <target> - Bury target. sm_unbury <target> - Unbury target. sm_bring <target> - Bring target to eye position. sm_speed <target> <speednum> - Set target speed. sm_spec <target> - Move target to spec. Player Commands: sm_admins - Open adminlist. Root Commands: sm_fexec <target> <cmd> - Fake target commands. sm_shutdown <time> - Stop the server. Cvars: eylonap_admin_mod - adminlist mod (0 - disable, 1 - menu, 2 - chat). Additional features: Connect announce - name, steamid, country. Eylonap Mcommands API Eylonap_TeleportClientToClient(int client, int target, bool angels = false). ○ Teleport target to target. Eylonap_TeleportClientToPos(int client, float x, float y, float z, bool angels = false). ○ Teleport target to position(x,y,z). Eylonap_PrintToChatAll(const char[] text, any...). ○ Print to all chat. Eylonap_PrintToChat(int client, const char[] text, any...). ○ Print to client chat. Eylonap_CanTarget(int client, int target). ○ Check if target1 have primmsions on target2. Eylonap_SwapTeam(int client, bool savealive = false). ○ Swap target team (ct for t, t for ct, spec for t). Eylonap_RespawnClient(int client, bool pos = false). ○ Respawn target. ○ pos - death position. Eylonap_DisarmClient(int client). ○ Remove all weapons from target. Eylonap_ChangeTeam(int client, int team, bool savealive = false). ○ Change target team (1 - spec, 2 - t, 3 - ct). Eylonap_SetGod(int client, int value). ○ Set target godmod. Eylonap_ValidClient(int client). ○ Check if is client. Eylonap_CheckFlag(int client, int flag). ○ Check admin flags. Eylonap_DropSlot(int client, int slot). ○ Drop target slot. Eylonap_SetSpeed(int client, float speed). ○ Set target speed value. Eylonap_ShutDown(float time). ○ Close the server. Download: Attached Files Get Plugin or Get Source (eylonap_multicommands.sp - 21.2 KB) eylonap_multicommands.smx (15.1 KB) Get Plugin or Get Source (eylonap_multicommands_functions.sp - 6.3 KB) eylonap_multicommands_functions.smx (8.3 KB) eylonap_mcommands.inc (3.0 KB) eylonap_multicommands.zip (31.2 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298378&goto=newpost
  18. Event-Manager Description Event-Manager makes hosting events less tedious, and allows you to control players much easier. This is my first plugin, I hope it'll be useful Credits Although I wrote the plugin, NGS | TheXeon helped with bug fixing, and as this is my first plugin, it helped greatly to have an experienced sourcemod dev to help with learning sourcepawn. Dependencies More Colors By Dr. McKay https://forums.alliedmods.net/showthread.php?t=185016 Features Set a teleport location for blu or red team(or both!). Have the players class set to one of your choice. Choose which weapons to strip off the player before they join the event. Set a spectate location where the players can teleport to watch the event. Enable Event-Talk, mute all non admins preventing players from talking over you. Pictures Spoiler Commands Admin Commands sm_startevent - Start's an event. sm_stopevent - Closes the joining period for the event. sm_blocation - Set's the location where blu will teleport to. sm_rlocation - Set's the location where red will teleport to. sm_setspectate - Set's the location where spectators will teleport to. sm_setclass - Set's the class the player will be set to before joining the event. sm_event - Opens menu interface for event manager plugin. Player Commands sm_joinevent - Join an event sm_spectate - Spectate an event ConVars sm_eventmanager_version - Plugin version sm_eventtalk_enable[0/1] - Default 0 Download https://github.com/EasyEorsak/EventManager/releases Or you can use the attached file download Install Download the more colors include file, and put in in "serverfolder"tf2tfaddonssourcemodscript inginclude Download the eventmanager.smx file, and put it in "serverfolder"tf2tfaddonssourcemodplugin s If you do not have sourcecomms, you will have to comment at line 5. Changelog v1.0 initial release To-do List Nothing planned yet, feel free to suggest feautures, report bugs, or point out anytihng else wrong with the plugin. Feedback is greatly appreciated. Attached Files Get Plugin or Get Source (eventmanager.sp - 16.7 KB) eventmanager.smx (18.7 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298371&goto=newpost
  19. Fix HL2DM's broken model menu with this, so players don't all go on team combine with the combine soldier model automatically. After you connect, your team will be randomly selected along with your model based on that team. Text will appear in the chat saying "Random team and playermodel selected." This will only use the default HL2DM Playermodels Download this plugin: Attachment 163296 Place in addons/sourcemod/plugins Attached Files hl2dmrandomplayermodel.smx (4.5 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298297&goto=newpost
  20. <div><b><font size="4">Descriptions:</font></b><br />well to be honest, it's not as good as the other retake plugin but i ensure you this one can handle a 2vs2 match very easily!<br />and it's not been made to create a duplicate plugins, it's just release for you to use in case you want to have 2 vs 2 tournament.<br /><br /><b><font size="4">Admin Commands (Flag "z"):</font></b><br />sm_emode --> Enter edit mode (required to be able to add spawns).<br />sm_addspawn --> used to add spawns.<br />sm_addbomb --> used to set where bomber will spawn.<br />sm_forcestop --> stop the current in progress retake match.<br /><br /><b><font size="4">Player Commands:</font></b><br />sm_awp --> will set primary weapon to awp (Ct + T)<br />sm_ak --> will set primary weapon to AK47 (T Only)<br />sm_a4 --> will set primary weapon to M4A4 (CT Only)<br />sm_a1 --> will set primary weapon to M4A1-Silencer (CT Only)<br />sm_ready --> will mark you as ready.<br /><br /><font size="4"><b>ConVars:</b></font><br />sm_max_ready_num "4" --> number of ready players needed to start the match.<br /><br /><b>Adding Spawns:</b><br />okay, i've already set those needed maps for a 2vs2 tounament but if you want to edit them or hate them! you can add your own like this:<br /><font color="Red"><b>Step 1: Add your CT spawns:</b></font><br />- To add Ct spawns for A or B side you'll need to enter edit mode first! after that you'll need to type this into conosle:<br />- sm_addspawn SideName TeamName SpawnNum<br />- SideNames are A and B, TeamNames are CT and T, SpawnNum is the number of spawn to get<br />Note : please add spawns on a correct order and do not jump onto numbers!<br />Example : sm_addspawn B CT 1<br /><font color="Red"><b>Step 2: Add you T spawns:</b></font><br />- Just like how you did for CT just change CT to T on second argument.<br />Note : do not forget to set them for both sides.<br /><font color="Red"><b>Step 3: Add bomber spawn:</b></font><br />- sm_addbomb SideName<br />- Just stand somewhere good and use sm_addbomb A or B to set bomber spawn point.<br />Note: try to set one less spawn for T cause one on them will always be the bomber and then both teams will equal.<br /><br /><b>Note: this plugins is on testing stage, i've tested all possible issues but tell me if it's bugged.</b></div> <br /> <div style="padding:6px"> <fieldset class="fieldset"> <legend>Attached Files</legend> <table cellpadding="0" cellspacing="3" border="0"> <tr> <td><img class="inlineimg" src="https://forums.alliedmods.net/images/attach/zip.gif"alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163287&d=1496859720">2vs2Retakes 1.9.2.zip</a> (26.1 KB) </td> </tr> </table> </fieldset> </div> Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298290&goto=newpost
  21. Użytkownik BobPixel dostał warna 07 czerwca 2017 - 18:39 od Dzagu. Powód: Spamowanie. Kara: - Punkty: 1 Post: https://globalelite.pl/index.php?app=forums&module=forums&section=findpost&pid=19659 Notatka: Post który nic nie wnosi do tematu.
  22. <div><a href="https://forums.alliedmods.net/showthread.php?p=2526503&nojs=1#goto_threadrating"target="_blank" rel="noopener">Rate Thread <img class="proxied-img" src="https://forums.alliedmods.net/image-proxy/72950ed0805fb93892710c914849f647a8ace791/68747470733a2f2f666f72756d732e616c6c6965646d6f64732e6e65742f696d616765732f6d6973632f6d656e755f6f70656e2e737667" border="0" alt="" /><img class="proxied-img" src="https://forums.alliedmods.net/image-proxy/bd3394787d97c25fd5b2ccd2b492ed013f1ceb4f/68747470733a2f2f666f72756d732e616c6c6965646d6f64732e6e65742f696d616765732f726174696e672f726174696e675f352e737667" border="0" alt="" /></a><br /><br /><b><font size="5">Retake - Bombsite overlays</font></b> for <a href="https://forums.alliedmods.net/showthread.php?t=262658" target="_blank" rel="noopener">splewis Retake</a><br /><br />Shows on roundstart a overlays which bombsite is active.<br /><br /><a class="proxied-img-link" href="http://shanapu.de/img/a.jpg" rel="nofollow noopener"><img class="proxied-img" src="https://forums.alliedmods.net/image-proxy/326c72cf909ba958b170f14b9f2d812f8e6c479e/687474703a2f2f7368616e6170752e64652f696d672f612e6a7067" border="0" alt="" /></a><br /><br /><a class="proxied-img-link" href="http://shanapu.de/img/b.jpg" rel="nofollow noopener"><img class="proxied-img" src="https://forums.alliedmods.net/image-proxy/6f83126a941269d469db95239dbcbc4112ee66fa/687474703a2f2f7368616e6170752e64652f696d672f622e6a7067" border="0" alt="" /></a><br /><br /><b><u>ConVars</u></b><br /><div style="margin:20px; margin-top:5px"> <div class="smallfont" style="margin-bottom:2px">Code:</div> <hr /><code style="margin:0px" dir="ltr" style="text-align:left">sm_retake_overlays_team - Show overlays only for counter-terrorists <br />sm_retake_overlays_time - How long show the Bombsite overlays? in seconds <br />sm_retake_overlays_path_a - Path to the bombsite A overlay DONT TYPE .vmt or .vft <br />sm_retake_overlays_path_b - Path to the bombsite B overlay DONT TYPE .vmt or .vft</code><hr /> </div><u><b>Required plugins</b></u><ul><li><a href="https://forums.alliedmods.net/showthread.php?t=262658"target="_blank" rel="noopener">Retake</a> by splewis</li> </ul><br /><u><b>ChangeLog</b></u><br /><div style="margin:20px; margin-top:5px; "> <div class="smallfont" style="margin-bottom:2px">Quote:</div> <table cellpadding="6" cellspacing="0" border="0" width="100%"> <tr> <td class="alt2"> <hr /> v1.0<ul><li>initial release</li> </ul> <hr /> </td> </tr> </table> </div><u><b>Credits</b></u> :bacon!:<br />Big thanks @splewis for his great work!<br />Also big thanks to all sourcemod & metamod developers out there!<br /><br /><b><u>Include file for compile</u></b><ul><li><a href="https://github.com/splewis/csgo-retakes/blob/master/scripting/include/retakes.inc"target="_blank" rel="nofollow noopener">retakes.inc</a></li> <li><a href="https://github.com/shanapu/overlays.inc/blob/master/addons/sourcemod/scripting/include/overlays.inc"target="_blank" rel="nofollow noopener">overlays.inc</a></li> </ul><br /><b><u>Installation</u></b><br /><div style="margin:20px; margin-top:5px; "> <div class="smallfont" style="margin-bottom:2px">Quote:</div> <table cellpadding="6" cellspacing="0" border="0" width="100%"> <tr> <td class="alt2"> <hr /> <ol style="list-style-type: decimal"><li>Open <u>gameserver</u> folder and copy the folders <b>addons/</b> & <b>materials/</b> to <u>your gameservers root</u> <b>csgo/</b> directory <br /></li> <li>Open <u>fastDL</u> folder and copy the folder <b>materials/</b> to your <u>FastDownload servers</u> <b>csgo/</b> directory <br /></li> <li>Run plugin for the first time and <u>.cfg file will be generated</u> <br /></li> <li>Have fun! Give feedback!</li> </ol> <hr /> </td> </tr> </table> </div><br /><u><b>Github</b></u><br /><font size="3"><b><a href="https://github.com/shanapu/retake-overlays"target="_blank" rel="nofollow noopener">https://github.com/shanapu/retake-overlays</a></b></font><br /><br /><br /><font size="1">You like my work for the community?</font> <a href="https://www.paypal.me/shanapu" target="_blank" rel="nofollow noopener"> <img class="proxied-img" src="https://forums.alliedmods.net/image-proxy/90e84d277d07ff0496031c3c0dcc85f0395942ff/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f7765627374617469632f656e5f55532f692f62746e2f706e672f73696c7665722d726563742d70617970616c2d323670782e706e67" border="0" alt="" /></a></div> <br /> <div style="padding:6px"> <fieldset class="fieldset"> <legend>Attached Files</legend> <table cellpadding="0" cellspacing="3" border="0"> <tr> <td><img class="inlineimg" src="https://forums.alliedmods.net/images/attach/sp.gif"alt="File Type: sp" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td> <a href="http://www.sourcemod.net/vbcompiler.php?file_id=163250"><strong>GetPlugin</strong></a> or <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163250&d=1496727506">GetSource</a> (retake_overlays.sp - 3.2 KB) </td> </tr><tr> <td><img class="inlineimg" src="https://forums.alliedmods.net/images/attach/zip.gif"alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163251&d=1496727506">retake-overlays.zip</a>(562.8 KB) </td> </tr> </table> </fieldset> </div> Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298249&goto=newpost
  23. <div><div align="center"><font size="5"><b>[CS:GO] DeadMenuItemCMD</b></font><br /><br />Hello!<br /><br />I want to share my first of many plugins.<br /><br /><b><font size="3">Description:</font></b><br /><br />The plugin sends a menu to the user when they die, each item of the menu correspond to a command.<br />Menu item and command is customisable with a config file.<br /><br />Command: sm_deadmenu - To enable/disable the menu (Using cookies).<br /><br />An example:<br /><br /><a class="proxied-img-link" href="https://image.noelshack.com/fichiers/2017/23/1496706951-deadmenu.png"rel="nofollow noopener"><img class="proxied-img" src="https://forums.alliedmods.net/image-proxy/75e00b0bc8ecfa50cf8f43f6e923b70a192311cf/68747470733a2f2f696d6167652e6e6f656c736861636b2e636f6d2f66696368696572732f323031372f32332f313439363730363935312d646561646d656e752e706e67" border="0" alt="" /></a><br /><br /><br /><br /><font size="3"><u>Config file: deadmenu.cfg</u></font><br /><div style="margin: 5px;"> <div class="smallfont" style="margin-bottom: 2px;"> <b>Spoiler</b> <input value="Show" style="margin: 0px; padding: 0px; width: 45px; font-size: 10px;" onclick="if(this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != 'inline') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'inline'; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value='Show'; }" type="button"> </div> <div class="alt2" style="border: 1px inset; padding: 6px;"> <div class="spoiler" style="display: none;"><br /><div style="margin:20px; margin-top:5px"> <div class="smallfont" style="margin-bottom:2px">Code:</div> <hr /><code style="margin:0px" dir="ltr" style="text-align:left">"Deadmenu"<br />{<br /> "1"<br /> {<br /> "item" "Respawn in redie"<br /> "command" "sm_redie" <br /> }<br /> "2"<br /> {<br /> "item" "Join spectator"<br /> "command" "sm_afk" <br /> } <br /> "3"<br /> {<br /> "item" "Show my rank"<br /> "command" "sm_rank" <br /> } <br />}</code><hr /> </div></div> </div> </div><br /><font size="3"><u>Convar</u></font><br /><div style="margin: 5px;"> <div class="smallfont" style="margin-bottom: 2px;"> <b>Spoiler</b> <input value="Show" style="margin: 0px; padding: 0px; width: 45px; font-size: 10px;" onclick="if(this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != 'inline') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'inline'; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value='Show'; }" type="button"> </div> <div class="alt2" style="border: 1px inset; padding: 6px;"> <div class="spoiler" style="display: none;"><br /><div style="margin:20px; margin-top:5px"> <div class="smallfont" style="margin-bottom:2px">Code:</div> <hr /><code style="margin:0px" dir="ltr" style="text-align:left">Delay to send menu<br />sm_menu_delay "0.5"<br /><br />Menu display time<br />sm_menu_display_time "10"<br /><br />Enable button 'Dont show menu again'<br />sm_menu_dontshow_button "1"<br /><br />Round ending menu<br />sm_menu_roundend_menu "1"</code><hr /> </div></div> </div> </div></div></div> <br /> <div style="padding:6px"> <fieldset class="fieldset"> <legend>Attached Files</legend> <table cellpadding="0" cellspacing="3" border="0"> <tr> <td><img class="inlineimg" src="https://forums.alliedmods.net/images/attach/smx.gif"alt="File Type: smx" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163242&d=1496708435">CSGO_DeadMenuItemCMD.smx</a>(8.2 KB) </td> </tr><tr> <td><img class="inlineimg" src="https://forums.alliedmods.net/images/attach/sp.gif"alt="File Type: sp" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td> <a href="http://www.sourcemod.net/vbcompiler.php?file_id=163243"><strong>GetPlugin</strong></a> or <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163243&d=1496708435">GetSource</a> (CSGO_DeadMenuItemCMD.sp - 6.1 KB) </td> </tr><tr> <td><img class="inlineimg" src="https://forums.alliedmods.net/images/attach/zip.gif"alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163244&d=1496708435">CSGO_DeadMenuItemCMD.zip</a>(9.4 KB) </td> </tr> </table> </fieldset> </div> Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298241&goto=newpost
  24. <div><b><div align="center"><font size="7">SMPanel v1.0</font></div></b><br /><br />SMPANEL is web interface for csgo server you can see server stats, send rcon commands, ftp and more.<br /><br />How To Install ?<br /><br />1- Download Web Folders<br />2- Extract<br />3- Paste Files To Your Webserver<br />4- Open your PHPMYADMIN And Import Mithat_smpanel.sql<br />5- Open index.php with text editor, and edit database connection informations.<br />6- Open ayar.php and edit database connection<br />7- Open rcon.php and edit rcon connection.<br />8- Open mithat_smpanel.sp and edit connections.<br />9- Compile it and upload your server.<br />10- Go to domain.com/smpanel/login.php DEFAULT USERNAME : mithat PASSWORD: 1234567890<br /><br />Im Not good at database and php sorry in some places i used templates.<br />its just'a test<br /><br />SCREEN SHOTS :<br /><a href="https://forums.alliedmods.net/attachment.php?attachmentid=163224"target="_blank" title="Name: Views: Size: ">Attachment 163224</a><br /><a href="https://forums.alliedmods.net/attachment.php?attachmentid=163225"target="_blank" title="Name: Views: Size: ">Attachment 163225</a><br /><a href="https://forums.alliedmods.net/attachment.php?attachmentid=163227"target="_blank" title="Name: Views: Size: ">Attachment 163227</a><br /><a href="https://forums.alliedmods.net/attachment.php?attachmentid=163226"target="_blank" title="Name: Views: Size: ">Attachment 163226</a><br /><a href="https://forums.alliedmods.net/attachment.php?attachmentid=163223"target="_blank" title="Name: Views: Size: ">Attachment 163223</a><br /><a href="https://forums.alliedmods.net/attachment.php?attachmentid=163222"target="_blank" title="Name: Views: Size: ">Attachment 163222</a><br /><a href="https://forums.alliedmods.net/attachment.php?attachmentid=163221"target="_blank" title="Name: Views: Size: ">Attachment 163221</a><br /><a class="proxied-img-link" href="https://i.hizliresim.com/oknDRR.png"rel="nofollow noopener"><img class="proxied-img" src="https://forums.alliedmods.net/image-proxy/20f6de72e2be96b7f419992693e7a502cd50272c/68747470733a2f2f692e68697a6c69726573696d2e636f6d2f6f6b6e4452522e706e67" border="0" alt="" /></a><br /><br />LIVE DEMO TURKISH :<a href="http://pluginler.com/smpanel/login.php" target="_blank" rel="nofollow noopener">http://pluginler.com/smpanel/login.php</a><br />LIVE DEMO ENGLISH :<a href="http://pluginler.com/smpanel_en/login.php" target="_blank" rel="nofollow noopener">http://pluginler.com/smpanel/login.php</a><br />username : mithat pass : 1234567890</div> <br /> <div style="padding:6px"> <fieldset class="fieldset"> <legend>Attached Thumbnails</legend> <div style="padding:3px"> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163221&d=1496701459"rel="Lightbox_2526451" id="attachment163221"><img class="thumbnail" src="https://forums.alliedmods.net/attachment.php?attachmentid=163221&stc=1&thumb=1&d=1496701459" border="0" alt="Click image for larger version Name: panelayarlar.png Views: N/A Size: 24.7 KB ID: 163221" /></a> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163222&d=1496701459"rel="Lightbox_2526451" id="attachment163222"><img class="thumbnail" src="https://forums.alliedmods.net/attachment.php?attachmentid=163222&stc=1&thumb=1&d=1496701459" border="0" alt="Click image for larger version Name: panelftp.png Views: N/A Size: 82.5 KB ID: 163222" /></a> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163223&d=1496701459"rel="Lightbox_2526451" id="attachment163223"><img class="thumbnail" src="https://forums.alliedmods.net/attachment.php?attachmentid=163223&stc=1&thumb=1&d=1496701459" border="0" alt="Click image for larger version Name: panelftp1.png Views: N/A Size: 49.9 KB ID: 163223" /></a> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163224&d=1496701472"rel="Lightbox_2526451" id="attachment163224"><img class="thumbnail" src="https://forums.alliedmods.net/attachment.php?attachmentid=163224&stc=1&thumb=1&d=1496701472" border="0" alt="Click image for larger version Name: panelgiris.png Views: N/A Size: 22.0 KB ID: 163224" /></a> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163225&d=1496701472"rel="Lightbox_2526451" id="attachment163225"><img class="thumbnail" src="https://forums.alliedmods.net/attachment.php?attachmentid=163225&stc=1&thumb=1&d=1496701472" border="0" alt="Click image for larger version Name: panelindex.png Views: N/A Size: 61.3 KB ID: 163225" /></a> <br /><br /> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163226&d=1496701472"rel="Lightbox_2526451" id="attachment163226"><img class="thumbnail" src="https://forums.alliedmods.net/attachment.php?attachmentid=163226&stc=1&thumb=1&d=1496701472" border="0" alt="Click image for larger version Name: panelMESAJ.png Views: N/A Size: 18.2 KB ID: 163226" /></a> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163227&d=1496701539"rel="Lightbox_2526451" id="attachment163227"><img class="thumbnail" src="https://forums.alliedmods.net/attachment.php?attachmentid=163227&stc=1&thumb=1&d=1496701539" border="0" alt="Click image for larger version Name: paneloyuncular.png Views: N/A Size: 23.7 KB ID: 163227" /></a> </div> </fieldset> <fieldset class="fieldset"> <legend>Attached Files</legend> <table cellpadding="0" cellspacing="3" border="0"> <tr> <td><img class="inlineimg" src="https://forums.alliedmods.net/images/attach/smx.gif"alt="File Type: smx" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163230&d=1496702990">mithat_smpanel.smx</a>(7.6 KB) </td> </tr><tr> <td><img class="inlineimg" src="https://forums.alliedmods.net/images/attach/sp.gif"alt="File Type: sp" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td> <a href="http://www.sourcemod.net/vbcompiler.php?file_id=163231"><strong>GetPlugin</strong></a> or <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163231&d=1496702990">GetSource</a> (mithat_smpanel.sp - 6.4 KB) </td> </tr><tr> <td><img class="inlineimg" src="https://forums.alliedmods.net/images/attach/zip.gif"alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td> <a href="https://forums.alliedmods.net/attachment.php?attachmentid=163234&d=1496705230">SMPANEL_EN.zip</a>(230.0 KB) </td> </tr> </table> </fieldset> </div> Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298238&goto=newpost
  25. Information Provides hit and kill sounds with the possibility to toggle each feature individually. It also allows for changing of the sound files and their volume. This is my first plugin so I am taking things slow to gather feedback. Feel free to be picky on my code, I would like things to be perfect. In a few days I will be releasing revisions including client cookie settings with commands and menu, translations and auto configuration generator. Any feedback and feature requests are welcome. Server console variables hks_enabled Enable or disable Hit & Kill Sounds [0 - 1] [1] hks_hitsound Enable or disable hit sound [0 - 1] [1] hks_hitsound_file The hit sound file to play [buttons/button15.wav] hks_hitsound_volume The hit sound volume [0 - 255] [60] hks_killsound Enable or disable kill sound [0 - 1] [1] hks_killsound_file The kill sound file to play [buttons/button17.wav] hks_killsound_volume The kill sound volume [0 - 255] [60] Changes [03/06/2017] 1.0 - Initial release Attached Files Get Plugin or Get Source (hitkillsounds.sp - 3.3 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=298169&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ę...