Skocz do zawartości

GLOBALELITE.pl

GLOBALELITE.PL
  • Liczba zawartości

    758
  • Zawartość na Chatboxie

    375
  • Rejestracja

  • Ostatnia wizyta

  • Wygrane w rankingu

    10
  • Haracze

    0,00 zł 

Zawartość dodana przez GLOBALELITE.pl

  1. 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 Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=300291&goto=newpost
  2. Advanced AFK Kicker Version 1.1: 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 1.1 - Fixed Translation Problem & Fixed Captcha To Work On Dead Players Attached Files Get Plugin or Get Source (afkkicker.sp - 11.6 KB) afkkicker.smx (19.6 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=300288&goto=newpost
  3. Użytkownik Megero27 dostał warna 11 sierpnia 2017 - 21:29 od `Fuzhou ツ. Powód: Abusive Behaviour. Kara: - Punkty: 1 Post: http://globalelite.pl/index.php?app=forums&module=forums&section=findpost&pid=0 Notatka:
  4. Użytkownik BobPixel dostał warna 11 sierpnia 2017 - 21:29 od `Fuzhou ツ. Powód: Niestosowne słownictwo. Kara: - Punkty: 1 Post: {post} Notatka:
  5. 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) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=300271&goto=newpost
  6. 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 - 809 Bytes) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=300260&goto=newpost
  7. Simple Chatter Bot Description:A bot that automatically answer the text from player and automatically type some words. Console Variables: sm_prefix "" - Prefix, you can fill your Bot Name in here sm_suffix "" - suffix, you can fill some emoji in here(?) sm_chattime "" - Set the such automatically type words time. Commands:None Installation: Put the simplechatterbot.smx in the addons/sourcemod/plugins/. Put the autochat.cfg and speech.cfg in the addons/sourcemod/configs/. Put the AutomaticallyAnswerBot.cfg in the cfg/sourcemod/. Requirement:Color variables Features: PHP Code: "Speech" { "0" //Do not forget the start is at 0 { "equal" "Bot" //Perfectly match "answer" "What?" "typetime" "1.2" //The time of typing the text, default is 0.5 //IMPORTANT!!! The data structure of typetime is float point number, do not write it like an integer such as "1" } "1" { "equal" "nth" "answer" "okay." "condition" "1" //If player want to trigger this answer, then he must trigger Key "1" answer first. } "2" { "equal" "Hello" "answer" "hi" "answer2" "Hello {name}" //Support mutli answer, the maximum of multi answer is 6. "answer3" "OHHHH {name} long time no see <3" "answer4" "bye" //A mean answer ;D "count" "4" //After using those multi answer, you must define how many answer you created. } "3" { "equal" "Fuck my life." //Support mutli equal and contains, the maximum of those censorship is 4. "equal2" "fml" //And those doesn't need to use "count" "equal3" "FML" "answer" "okay." } "4" { "equal" "slap my ass baby" "answer" "okay." "action" "sm_slap #{userid}" //Support servercommand. } "5" { "contains" "WTF" //A part of full text match. "answer" "okay." } } Video: https://youtu.be/vxIFX3nD9ds Attached Files Simple Chatter Bot.zip (39.2 KB) Get Plugin or Get Source (simplechatterbot.sp - 10.5 KB) AutomaticallyAnswerBot.cfg (335 Bytes) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=300251&goto=newpost
  8. Hai, this plugin allows you to manipulate/edit entities in-game. Command: sm_fire <target> <action> <value> | ADMFLAG_BAN Targets Single !self - "yourself" !picker - "target under your crosshair" @playername - "playername" *index - "entity index" Multiple !all - "every player on server" !blue - "every player on team blue" !red - "every player on team red" !bots - "every bot on server" #targetname - "targetname of entity" classname - "classname of entity" Actions data (full) - "displays entity id, classname and targetname (more info if you write data full)" removeslot <slot> - "remove a players weapon slot (0-5)" stun <duration> - "stuns a player" setname <name> - "sets targetname for entity" kill - "kills entity or forces suicide on player" addorg <x> <y> <z> - "adds origin to entity" addang <pitch> <yaw> <roll> - "adds angles to entity" setorg <x> <y> <z> - "sets origin for entity" setang <pitch> <yaw> <roll> - "sets angles for entity" copy <x> <y> <z> <pitch> <yaw> <roll> - "copies entity to given location with angles (only works with props)" class <tfclass> - "sets players class" setheadscale <value> - "sets players headscale" settorsoscale <value> - "sets players torsoscale" sethandscale <value> - "sets players handscale" resetscale - "resets all scales to 1" fp or firstperson - "enables firstperson for player" tp or thirdperson - "enables thirdperson for player" teleport <target> - "teleports entity to target" addcond <value> - "adds condition to player" removecond <value> - "removes condition from player" !aim when using !aim as target you can use one of the following actions: data - "displays trace startpos, startang, endpos and entity hit" prop <modelpath> - "spawns a prop_dynamic at crosshair location" create <entity name> - "creates an entity and stores it" delete - "deletes stored entity" value <key> <value> - "adds keyvalues to stored entity" spawn - "spawns the entity with given keyvalues" Datamap Manipulation If you type a datamap as action it will output a value for it or you can edit that value if possible. Usage: sm_fire <target> <datamap> <value> Examples: sm_fire !self m_flGravity 0.3 - "sets the clients gravity to 0.3" sm_fire !picker m_iMaxHealth - "shows client the max health of picker." sm_fire @pear m_flMaxspeed 370 - "sets pears maxspeed to 370" sm_fire *6 m_iName - "shows client the targetname of entity with index 6" Else Everything else will be treated like ent_fire. sm_fire <target> setmodelscale 5 sm_fire <target> addoutput origin 0 0 0 (do not use quotes) sm_fire <target> color 255+0+32 etc. Please note: - only for tf2, will make non-tf2 version in the future - still has lots of bugs - my first plugin published Source on github: https://github.com/bakapear/sourcemo...ting/smfire.sp feedback is much appreciated! :3 Attached Files Get Plugin or Get Source (smfire.sp - 25.3 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=300214&goto=newpost
  9. [ANY] CountdownHUD Description Detects whenever the map says a message that contains a timer, and counts down the exact message on a game_text hud. Has support for most phrases (feel free to tell me which ones don't work), and changes the exact message given from the map. The plugin is made for ZR servers to tell people when things are happening, but it should work on non-ZR servers. Server ConVars sm_cdhud_version - CountdownHUD Version (1.6) sm_cdhud_position - The X and Y position for the hud. (Default: "-1.0 0.125") sm_cdhud_color - RGB color value for the hud. (Default: "0 255 0") sm_cdhud_symbols - Determines whether >> and << are wrapped around the text (Default: "1") Phrases Plugin has support for all the phrases I've seen on any ZE map, if you have examples of phrases that don't work, please tell me so I can add them. The plugin also filters out symbols in its detection methods, so that phrases that have symbols in them in any place will still work. It also has support for phrases where the number and the word are combined (e.g 30sec) Examples of phrases: ***The door will open in 30 seconds*** >>The door will open in 30 sec<< ###The door will open in 30s### ***The door will open in 30sec*** 30sec 30 Examples of phrases that are blacklisted to not trigger the plugin: Powerup cooldown: 30 seconds Recast 30sec Screenshots Spoiler Known BugsIf the initial chat message contains two of the exact same numbers and is being counted down, the plugin will change both of those numbers. (e.g Door 30 is opening in 30 seconds -> Door 29 is opening in 29 seconds) Changelog1.6 - Plugin Release If you find any bugs or find any phrases that don't trigger the plugin (or any that shouldn't), feel free to give feedback so I can fix the plugin. Attached Files Get Plugin or Get Source (countdownhud.sp - 6.7 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=300178&goto=newpost
  10. Hi all ! I need to find a plug-in... XP (Pts) + Rank + Rank Up overlay with sounds... I'm lost... Can u tell me where can i find it ? Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=300173&goto=newpost
  11. Description: This plugin allow players to find the Steam ID of players and to show you their Steam profile Commands: "sm_id <Ø>": Show you the list of all players. "sm_id <target>": Show you info about the target. "sm_info <Ø>": Show you the list of all players. "sm_info <target>": Show you info about the target. "sm_steamid <Ø>": Show you the list of all players. "sm_steamid <target>": Show you info about the target. When you type "sm_id": When you choose a player or when you type "sm_id <target>": When you choose "View his steam profile" Attached Files Get Plugin or Get Source (steamid.sp - 4.3 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=300164&goto=newpost
  12. Daily Credits for Zephyrus Store Command: sm_daily Alternative commands - sm_dailies, !daily, !dailies Collect daily credits by playing on the server everyday. Credits increase each consecutive day! Requires Zephyrus Store GitHub CVARs store_daily_credits_enable - Daily Credits enable?(0 = Disabled, 1 = Enabled[DEFAULT]) store_daily_credits_amount - Amount of Credits.(10[DEFAULT]) store_daily_credits_bonus - Increase in Daily Credits on consecutive days.(2[DEFAULT]) Attached Files dailycredits.smx (6.0 KB) Get Plugin or Get Source (dailycredits.sp - 4.6 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=300143&goto=newpost
  13. Description Manage all giveaways for skins and add entries. There is only 1 possible running giveaway at the same moment. Entries are based on Steam Auth ID. Feature list/plans At the moment nothing. Admin commands sm_giveaway_create - creates tables for giveaways and entries. sm_giveaway_add <deadline> <type> <skin> <description> - creates a new giveaway. Type can be 0, 1 or 2. 0 = everyone, 1 = for Steam group members, 2 = for players with reserved slots (usually VIPs). Quote: Example: sm_giveaway_add 2017-08-13 0 "Galil AR | Cerberus (FT)" "Float value: 0.25357672. It's very nice skin, I hope you will like it!" sm_giveaway_draw - draws a winner of ended giveaways. sm_giveaway_winner <giveawayID> - gets the winner of a giveaway + info about the giveaway. Commands sm_giveaway - writes information about running giveaway. sm_giveaway_enter - enters in the running giveaway. Variables Spoiler Quote: // This file was auto-generated by AutoExecConfig read and append beta // ConVars for plugin "Giveaway.smx" // Enable auto message on every round start // - // Default: "1" // Minimum: "0.000000" // Maximum: "1.000000" sm_giveaway_enablemessage "1" // Content of auto message (possible to use colors) // - // Default: "A giveaway is running! Use command {darkred}!giveaway {default}for more information" sm_giveaway_automessage "A giveaway is running! Use command {darkred}!giveaway {default}for more information" // ID of Steam group where the client should be member // - // Default: "" sm_giveaway_steamgroup "" // Name of the Steam group // - // Default: "" sm_giveaway_steamgroupname "" // Link to the Steam group // - // Default: "" sm_giveaway_steamgrouplink "" Changelog Quote: 2017-08-07 (v1.0) * Initial release. Dependencies You must have SourceMod connected with database. You need extension SteamWorks. If you want to compile, you need Colors. Installation instructions Download the extension SteamWorks and upload it on the server. Restart the server. Download the plugin and upload it on the server. Create tables for giveaways and entries (sm_giveaway_create). Attached Files Giveaway.smx (18.1 KB) Get Plugin or Get Source (Giveaway.sp - 13.8 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=300139&goto=newpost
  14. Użytkownik MARTIN ツ dostał warna 03 sierpnia 2017 - 08:42 od `Fuzhou ツ. Powód: Spamowanie Kara: - Punkty: 1 Post: https://globalelite.pl/topic/4267-skarga/?do=findComment&comment=22512 Notatka:
  15. As the title says, this plugin allows players made reports on players that behave bad, this is my first plugin ever, so mods please check the SP file.. How it works Simple in game chat you type !report the menu with players will pop up, you choose the player and he's steam_id will be stored to your database in column reported, in column reporter you can find steam_id of the player who made report Creating table to store data CREATE TABLE `sm_report` ( `id` int(64) NOT NULL AUTO_INCREMENT, `reported` varchar(32) DEFAULT '', `reporter` varchar(32) DEFAULT '', `reason` text, `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=utf8; In yourSourcemod/configs/databases.cfg Don't forget to add your credentials "default" { "driver" "default" "host" "localhost" "database" "your_database" "user" "your_login" "pass" "your_password" //"timeout" "0" "port" "3306" } Attached Files Get Plugin or Get Source (mysql_reports.sp - 3.9 KB) mysql_reports.smx (6.0 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299993&goto=newpost
  16. This is s simple plugin that plays a sound for the observer when the observed player hits someone. Attached Files Get Plugin or Get Source (spechitsound.sp - 1.6 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299992&goto=newpost
  17. Coin Toss for Zephyrus Store sm_coin <credits> <name or #userid> Alternative commands - sm_cointoss, !coin, !cointoss Sends an invitation for Coin Toss to the player for the mentioned credits. The invited player can accept or reject the invitation. If accepted, the credits are gambled with both players having 50% chance of winning the pot. Currently only 1 coin toss is allowed per player per round. Suggestions are always welcome! Requires Zephyrus Store I had originally made this a long while ago but forgot about it entirely, just updated the syntax and posting it here! GitHub P.S. I know there are few other coin toss / coin flip plugins for the store already like this, this and this. Each is different and I mine is definitely not the best one out there but I'll keep updating with whatever feedback I get! Thanks for visiting. Attached Files zeph_cointoss.smx (8.3 KB) Get Plugin or Get Source (zeph_cointoss.sp - 5.8 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299983&goto=newpost
  18. KnifeFight WITH CHICKEN MODELS! Description ----------- This is the same 1.3.8 ver posted here https://forums.alliedmods.net/showthread.php?p=847532 but with the players changed to chickens for the knife fight. I have not tested this yet on a server let me know if it works. If you already have this plugin just over write the smx whith this one and add the chicken.ini to the sourcemod/config folder and add the model files. Otherwise unzip all files to your cstrike folder on the server. BTW THESE ARE NEW CHICKENS I MADE ABOUT 6 YEARS AGO BUT NEVER RELEASED. Attached Files Get Plugin or Get Source (knifefight.sp - 54.4 KB) chickens.ini (1.2 KB) knifefight.smx (29.8 KB) sm_knifefight-1.3.8-C.zip (505.3 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299981&goto=newpost
  19. Hey hey hey, here's a zombie vs engineers plugin. It's practically muselks, rewritten and it works pretty well, dunno if it works on arena maps since I've only tested it with bots and it was like LOLNOPE may aswell point out that w/o waiting for players per map change the plugin is like LOLNOPE Cvar/s tf_zve_setuptime [60] - Time before zombies are released tf_zve_roundtime [340] - How long does each round last (This is after the zombies are released) tf_zve_dj_enabled [1] - Enable medic double jump? tf_zve_dj_max [1] - How many double jumps? comment below if u want something kcheers Attached Files Get Plugin or Get Source (tf2_zve.sp - 16.5 KB) tf2_zve.smx (22.2 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299979&goto=newpost
  20. Build status: Description Quite simple plugin, really. Gives players ability to flip a coin with a 50/50 chance to win or lose. Most of the plugins' content is configurable. Dependencies Store by Zephyrus How to install Download the plugin Put coinflip.smx in your root/addons/sourcemod/plugins folder Put coinflip.phrases.txt in your root/addons/sourcemod/translations folder Change map or restart your server Make your desired changes in the config located in root/cfg/sourcemod/store.coinflip.cfg Commands sm_flip - The actual command to use for gambling. Proper use: !flip <amount of credits>. CVars Code: // This file was auto-generated by SourceMod (v1.8.0.6014) // ConVars for plugin "coinflip.smx" // What's the maximum amounts of credits a user can bet at once // - // Default: "50" // Minimum: "1.000000" sm_coinflip_max "50" // What's the minimum amount of credits a player is allowed to bet? // - // Default: "5" // Minimum: "0.100000" sm_coinflip_min "5" // In seconds, how long does a player have to wait inbetween bets? // Set to 0 to disable. // - // Default: "120" sm_coinflip_waittime "120" // The amount of the betted coins that the client wins. (Betted credits * 0.5) // - // Default: "0.5" // Minimum: "0.100000" sm_coinflip_winratio "0.5" Translations ✔ English ✔ Swedish × Russian × French Download the plugin! Links Github Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299963&goto=newpost
  21. Hi all. The plugin will tell you, who killed the tanks or witches and will cause a panic mobs. PHP Code: 31. 07. 2017 - Release. Attached Files Get Plugin or Get Source (l4d_penalty for murder.sp - 2.5 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299944&goto=newpost
  22. [CS:GO] JailBreak Advance Description: well, i had made this plugin a long time ago for one of my servers and it's a real simple one and new jail break system allows you to play jailbreak mode in a little more peace and avoid ending up new players shooting everyone for no reason. basically i made this plugin for that purpose and decided to update it's syntax , fix bugs and release it to be used by anyone who wants it. How it works? In this jailbreak mode plugin Terrorists are inoccent guys at the beginning of each round and no CT player can kill them until they become Bad Guys. Terrorists will become Bad Guys when ever they switch a gun which is forbidden or hurt one of CT members and then they can be killed by any CT player, but before all of that, there is also 2 ranks for CT team which are named as Captain and Guardians. Captains and Guardians are those CT members who have the ability to kill every Bad Guys and Innocent Guys without getting punished but the way they are chosen can be controlled by Admin. When the round starts one of CT members will automatically become a Captain and it's color will change into Yellow, the Captains can hire Guardians by using +USE key on any other CT but T side members must be more that 10 players to allow Captains to Hire Guardians which their color will be marked as PINK Captains and Guardians also have 3 other advantage that other CT members don't, they can use +ATTACK2 key to create a Metal Spark at where they are looking, they also have a Tag Grenade to locate Bad Guys, the third one will be mentioned soon. When a T member become a Bad Guy , Their color will change into RED which allows CT members to identify them but ANY ct member can easily arrest bad guys but using +USE key when they are looking at them from a particular distance so when they cut Bad Guys they actually freeze and cannot move , their weapons also get removed, now CT members can kill them or leave them but Captains and Guardians can FORGIVE the arrested Bad Guy and their color will change to green which means they have committed crimes before. also when a T member is arrested, one other Bad Guy or innocent guy can Rescue them by using +USE key on them which will have consequences for innocent guys in a way which they will become Bad Guys as well. Safe Weapons Configurations: As you read above, T players will have to switch weapons to become bad guys but you can make exceptions for some weapons within the configuration file: PHP Code: "jailbreakconfigs" { "safe_items" { "WeaponClassName" "" "weapon_knife" "" "weapon_decoy" "" "weapon_flashbang" "" "weapon_smokegrenade" "" "weapon_c4" "" "weapon_healthshot" "" } } Admin Commands: sm_ul userid ---> With this command, admins can make a CT member Useless which means they will not become Captains anymore. sm_uf userid ---> With this command, admins can make a CT member Useful which means they will again become Captains. ConVars: jba_data_reload "1" ---> if this option is enabled, everyone will become usefull as the map changes. Hope you guys enjoy! Quote: 7/30/2017 - Just Released! Attached Files JailBreak 3.0.5 (beta version).zip (21.5 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299923&goto=newpost
  23. Użytkownik Sarchez dostał warna 29 lipca 2017 - 10:22 od `Fuzhou ツ.<br /><br />Powód: Spamowanie.<br />Kara: - Punkty: 2<br />- Moderuj zawartość: 2 dni<br />- Usuń możliwość tworzenia zawartości: 2 dni<br /><br />Post: {post}<br />Notatka:
  24. Delete this one for some reason its create two topics Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299820&goto=newpost
  25. Description: When you type !guns it will open gun menu. Commands: Consle: sm_guns - Open the guns menu Chat: !guns - Open the guns menu Cvars: None! How to download: Just put the GunsMenu.smx file on csgo/addons/sourcemod/plugins folder and restart your self. Attached Files Get Plugin or Get Source (Guns menu.sp - 3.9 KB) GunsMenu.smx (6.0 KB) Pełny artykuł: https://forums.alliedmods.net/showthread.php?t=299819&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ę...