FnaticMSI GUI 2010 Download | CS 1.6 GUI

With the popularity of the previous FnaticMSI Counter-Strike 1.6 GUI, Patrik "cArn" Sättermon has created the second version of the GUI for your gaming pleasure.

Please read the instruction before use:
1) Installation
To optimize the graphics of the FnaticMSI GUI the user should install from the folder with the name that matches your resolution.
For example, if you are using 800x600, extract the files from the folder named "800x600".
Extract the proper files into /steamapps/counter-strike/. 
To avoid problems please allow all overwrites in the extraction procedure.
The FnaticMSI players advice everyone to disable mouse acceleration. To disable mouse acceleration add -noforcemparms -noforcemaccel to your launch option(Steam).


2) Configs
The user can easily swap between each of the FnaticMSI player's configs by pressing F10 to access the commandmenu.
It is also possible to execute the config by writing the name of the player's config that you wish to use in the CONSOLE. 
For example, see below:
To execute f0rest's config from the console, simple type "f0rest" and press ENTER. 
The configs of the following players are available: cArn, dsn, f0rest, GeT_RiGhT and threat.
The user can also execute a config by adding "+player name" in the Counter-Strike launch option(Steam).


3) Maps
The Fnatic GUI comes with the aim maps the Fnatic.MSi players are using for practice.
De_tuscan is also in the map pack.
    aim_ak_map.bsp
    aim_glock.bsp
    aim_glocker.bsp
    aim_map_usp.bsp
    de_tuscan.bsp
Read more »

Configs Of Team Fnatic | CS 1.6 Cfgs f0rest cfg cArn cfg

The Fnatic Team is a professional video gaming team, consisting of players from across the globe who all make a living through competing in video game tournaments.


Configs of Fnatic Players


zAAz Config
Updated 2010-04-07


f0rest Config
Long awaited CFG which hasnt been changed since 2002.


dsn Config
The Counter-Strike 1.6 config of dsn
dsn the best awp in the world.


cArn Config
Patrik "cArn" Sättermon´s CS1.6 config.
Uploaded 7th April 2010.




GeT_RiGhT Config
The Counter-Strike 1.6 New config of GeT_RiGhT


Xizt Config
Updated 2010-12-10

    The Counter-Strike 1.6 config of one of the new FnaticMSI.CS players; Xizt!
  • Download

pita Config

    The Counter-Strike 1.6 config of one of the new FnaticMSI.CS players; pita!
  • Download

Delpan Config
The up-to-date config of Marcus 'Delpan' Larsson!

Read more »

Restrict Names 1.2a

This plugin will check a player's name when they enter the server and also if they change their name mid-game. It checks their name against a list of regex examples and if it matches any, the player will be punished as per the setting for that particular example (rename, kick, or ban).


The regex examples are kept in .\configs\restrictnames.ini and the sample file is setup to rename players named 'player', players with too short a name (2 or fewer characters), and players with too long a name (over 26 characters), kick players with racist or homophobic terms in their name, and ban players that have 'japs', a variation of 'mygot', or 'game-deception' in their name (both japs and mygot are popular hacking clans while 'game-deception' is a name used in a hack with rapid name change).


Name violations are recorded within the .\logs directory. One log file is created per month and is named in the format of restrictnamesMM.log where "MM" is the two-digit month number. The CVAR restnames_log_cnt can be used to set the number of log files to keep.



Installation

File Locations:

  • .\configs\restrictnames.ini
  • .\data\lang\restrictnames.txt
  • .\plugins\restrictnames.amxx
Required Modules:
  • fun
  • regex
Configuration Files

restrictnames.ini (collection of regex phrases to restrict)

Each line has the following elements:

  • It is the regex phrase that detects a restricted name.


    It is the text that is displayed to the user to indicate why they're being punished.


    It is the method used to punish a player.
    • 0: rename to value specified by restnames_default_name CVar, or the custom name indicated as 'NewName'
      1: kick the player
      2: ban the player

    It is only used if the punishment type is rename or ban. If 'punishmentType' is 0 (rename), punishmentOption must be the new name to give the player. If 'punishmentType' is 2 (ban), punishmentOption must be the ban length
Options (CVARS)

restnames_check_names <0|1>
Indicates if this plugin should check the names against the restriction list.
  • 0: Do not check the names.
    1: Check the names.
Default value is 1.

restnames_amxban <0|1>
Indicates method of banning players.
  • 0: ban via 'banid'
    1: ban via 'amx_ban' (use only if you have the amxbans plugin installed)
Default value is 0.

restnames_check_bots <0|1>
Indicates if this plugin should check the names of bots for violations.
  • 0: Do not check the bots.
    1: Check the names of bots.
Default value is 1.

restnames_log_cnt <0..11>
Specifies the number of previous month's logs to retain. The current month is always retained.

Default is 2 months.

restnames_immunity <0|1>
Indicates if players with the immunity flag are checked for name violations.
  • 0: check everyone
    1: check everyone except players with immunity flag
Default value is 0.

The immunity flag is set as ADMIN_IMMUNITY by default but can be changed in the script.



DOWNLOAD
Get Plugin or Get Source (restrictnames.sma - 13.3 KB)
restrictnames.txt
restrictnames.zip
Read more »

How to Make Yourself Admin On CS 1.6 Server AmxModx | Very Easy Tutorial

To make yourself admin, you need to install AmxModx on your Counter Strike 1.6 Steam or Non Steam Server.
You Can find complete tutorial here How to make CS 1.6 Server and install AmxModx 
After installing amxmodx, follow these steps.

Go to HLDS/Cstrike/amxmodx/config and open users.ini file.







Scroll to the bottom of the file and there you will see something like this.


You can make yourself admin with your name, ip address or your steam id. For example i want to make myself admin with my name, then i will write my name and set proper flags as shown in picture. You have to write your name and your password in place of "my setinfo password" and save the file.


Restart your server or change map and your done. Now open your game, write in console setinfo _pw yourpassword and hit enter, join your server.
You can set user accoun flags according to your choice. Flag "a" means that you require password to enter in the server. Flag "e" means that you dont need to enter the password, but it is not secure as anyone can use admin nick and enter in the server.

Post Questions if you have any..
Read more »

Restrict Chat Spam Plugin for AmxModx

Description
This plugin disables chat spamming in a different way that usual. Others limit the delay between each chat message. This plugin disallows the same message to be said by the same person more than X times.
If the same message is said more than X times by one person, then that person cannot say that message anymore.



Cvars:
antispam_enabled <0|1>
  • Turns plugin on/off
  • - 0 = Disabled
  • - 1 = Enabled
  • Default: 1 

  • antispam_samecount 


    • The maximum number of times a player can say the same message before it is blocked.
    • Default: 3
    antispam_minlen 
    • The minimum length of a message for it to be considered spam.
    • This is intended to rule out commonly used acronyms such as "lol", "omg", etc.
    • Note: Spaces before and after the message are not counted for.
    • Default: 6
    antispam_warndelay 
    • Delay between "Stop spamming messages!" warning message is shown to player.
    • Default: 1.5
    antispam_slash <0|1|2>
    • If your server has slash commands for chat, then you should use 1 or 2.
    • - 0 = Disabled
    • - 1 = Slash for normal chat
    • - 2 = Slash for normal and team chat
    • Default: 0

    Adding Non-Admin Chat Commands:

    Attached to this post, there is a file called antispam.ini.
    Open that file and there are instructions on how to use it.
    When you are finished, place it in your server's addons/amxmodx/configs folder.

    Requirements:

    - AMX Mod X 1.8.1 or higher.


    Download
    antispam.ini (781 Bytes)
    Get Plugin or Get Source (anti_chat_spam.sma 4.7 Kb)
    Read more »

    Ping Faker Plugin for AmxModx | CS 1.6 Ping Faker

    Description
    This plugin can fake the display of a player's latency (ping) shown on the scoreboard. Unlike the "fakelag" command, it does not affect the player's real latency in any way.
    You can have all players report the same ping, or only fake it for those who have a specific admin flag. This last feature is especially useful when running a dedicated server from your own computer, when you don't want people to guess you're an admin/owner by looking at your low ping.

    Installation

    • Extract .amxx file to your plugins folder, and add its name to plugins.ini
    • Extract .ini file to your amxmodx/configs folder

    CVARS
    • pingfake_enable <0/1> - Enable/disable ping faking
    • pingfake_ping <1337> - The ping you want displayed (min: 0 // max: 4095)
    • pingfake_flux <0> - Fake ping fluctuation amount (0 = none)
    • pingfake_target <0/1> - Whether to display fake ping to its target too
    • pingfake_flags <""> - Affect players with these flags only (empty = all)
    • pingfake_bots <0/1/2> - Affect bots too (set to 2 for bots ONLY setting)
    • pingfake_multiplier <0.0> - Set this to have the fake ping be a multiple of the player's real ping instead of fixed values (0.0 = disabled)
    Note: changes to these will take effect after a new round.

    Commands

    • amx_fakeping  - Toggle fake ping override for player (use -1 to disable)
    You can also have players automatically get fake pings by editing the "fakepings.ini" file in your configs folder.


     Download
     Get Plugin or Get Source (pingfaker.sma 148 Bytes)

    fakepings.ini (145 Bytes)
    Read more »

    Cut The Right Wire Plugin for AmxModx

    Description:
    This Plugin will make a CT choose a wire when defusing. Either black or red . If you choose the wrong wire then you explode, If you get it right then you can start to defuse again . The wire is choosen randomly at the begining of the round . All talk can be turned on so CT's can discuss which wire to cut . This doesnt work for bots yet. 

    Requires Amxmodx 1.76b
    Modules Required : 
    amxmodx
    fakemeta



    CVARS : 
    ctrw_switch "1" Turns it on 0 is off
    ctrw_alltalk "1" Turns All talk on during defuse 0 is off 
    Installs Like all other plugins, place the right_wire.txt file in your amxmodx/data/lang folder.


    Download
    Get Plugin or Get Source (cut_the_right.sma 4.2 KB)
    right_wire.txt (710 Bytes)

    Read more »

    Auto Demo Recorder For AmxModx

    Description:
    This plugin will help players, who played on server(hltv off) and hasn't recorded demo before they have been banned and admins to correctly consider an application for unban. It will automatically start to record a demo to player's cstrike folder after he will connect to the server. I hope it will be really useful.

    CVars
    Turns on/off the plugin.
    amx_demo "1/0" 



     Swithes between demo modes (0/1/2).
    "0" - Demoname determinеs by an amx_demoname CVar.
    "1" - Demoname will be a server's IP with Port (amx_demo_name CVar is ignored).
    "2" - Demoname will be the hostname (amx_demo_name CVar is also ignored).
    amx_demo_mode "0/1/2" 


    Turns on/off client SteamID before demoname in messages and demofile.
    amx_demo_steamid "1/0" 


    Time before demo recording starts in seconds.
    (If it is less than 5, it will automatically set to 5, but willn't apply the changes to the console. I recoment to use default settings)

    amx_demo_rectime "15"

    The name of your demo what will be saved in client's cstrike folder.
    amx_demo_name "Autorecorded demo"


    The prefix that will be displayed before messages when amx_demo_rectime have passed.
    amx_demo_prefix "AMXX"



    Download

     Get Plugin or Get Source (amx_demorecorder.sma)
    demorecorder.txt (1.7 KB, 1138 views)
    Read more »

    Advanced Bans (Real Time) by Exolent for AmxModx

    Description:
    • This plugin revamps the current amx_ban, amx_banip, amx_banid, amx_unban admin commands.
    • It uses Real Time on the server (Eg. Banned for 10 minutes, you will be unbanned 10 minutes later, regardless of map changing).
    • It includes a list of who is banned.
    • It does not use the banned.cfg or listip.cfg. It uses its own file where bans are stored.
    • It saves what admin banned the player (name), the admin's steamid, the reason, the ban time, the banned player's name, the banned player's steamid (or IP), and the estimated time of unban.
    • It will load your currently banned players from the banned.cfg and listip.cfg files. (Only if the #define at the top of the plugin is uncommented)
    • If you use the menu to ban players, you will have to type a reason after you choose a player.
    • If you use the vote system to ban players, you will have to type a reason after you execute the amx_voteban command.
    • You can limit the ban time for admins based on their admin flags.
    • You can monitor all ban history (admins banning, unbanning, and when ban times are up) in theaddons/amxmodx/logs/BAN_HISTORY_MMDDYYYY.log (MM = month, DD = day, YYYY = year)
    • If you wish to have only 1 file for ban history, uncomment the line at the top of the .sma file and recompile.
    • SQL is also supported and works for multiple servers. If you use the same SQL database for more than 1 server, then those servers will share the ban list.
    • For SQL, the default cvars for the SQL database will be used (amx_sql_host, amx_sql_user, amx_sql_pass, amx_sql_db).
    Commands:
    • amx_ban 
    • amx_banip 
    • amx_addban 
    • amx_unban 
    • amx_banlist
      - Shows a list of who is banned
    • amx_addbanlimit 
    Cvars:
    • ab_website 
      • This is the website displayed to the banned player if you have an unban request section on your website.
      • Leave blank to not show a website.
      • Default: blank
    • ab_immunity <0|1|2>
      • 0 - Any admin can ban an immunity admin (flag 'a').
      • 1 - Immunity admins (flag 'a') cannot be banned.
      • 2 - Immunity admins (flag 'a') can only be banned by other immunity admins (flag 'a').
      • Default: 1
    • ab_bandelay 
      • Delay of banned players being disconnected.
      • Default: 1
    • ab_unbancheck 
      • Interval of checking if a player is unbanned.
      • Default: 5
    Requirements:
    • AMX Mod X version 1.8.1 or higher
    How To Use:
    1. Get Plugin for all 3 plugins at the bottom of this post. (If you want SQL, get advanced_bans_sql. Otherwise, useadvanced_bans.
    2. Place the advanced_bans.amxx, plmenu.amxx, and adminvote.amxx files in your server's addons/amxmodx/pluginsfolder.
      Note: You must overwrite your old plmenu.amxx and adminvote.amxx files.
    3. Open the plugins.ini from your server's addons/amxmodx/configs folder.
    4. Add advanced_bans.amxx at the top of the file!!!
    5. Make sure that plmenu.amxx and adminvote.amxx are enabled.
    6. Save and close the file.
    7. Place advanced_bans.txt from the bottom of this post in your server's addons/amxmodx/data/lang folder.
    8. Change the map or restart your server.
    Download:

    advanced_bans.txt (11.9 KB, 8617 views)
    Get Plugin or Get Source (adminvote.sma - 11413 views - 17.1 KB)
    Get Plugin or Get Source (plmenu.sma - 10983 views - 25.0 KB)
    Get Plugin or Get Source (advanced_bans.sma - 11533 views - 49.8 KB)
    Get Plugin or Get Source (advanced_bans_sql.sma - 6758 views - 49.8 KB)
    Read more »

    Shoot Grenades

    Description:
    With this plugin you can shoot grenades (including c4) making them explode. 

    video
    http://www.youtube.com/watch?v=8qwMHBCbXpk

    cvars
    shoot_c4 0 - disabled , 1 - ct's can shoot it, 2 - everybody can shoot it
    shoot_smoke 0 - disabled , 1 - enabled
    shoot_flash 0 - disabled , 1 - enabled
    shoot_he 0 - disabled , 1 - enabled
    Thanks to Connor, arkshine and stupok for support.


    Download Plugin Source

    Read more »