Knife It Up Multisound amxx

Knife it up Multi Sound v2.2

Author: BhK

Features:

Multi sound support with config file .
Supports both .wav and .mp3 format.
Health, frags, speed on knifing.
Colorchat, hud message editable with lang file.

Installation:
1. Copy Knifeitup_multisound.ini & paste it in cstrike/addons/amxmodx/config/
2. Copy knifeitup_multisound.txt & paste it in cstrike/addons/amxmodx/data/lang/
3. Copy knifeitup_multound.amxx & paste it in cstrike/addons/amxmodx/plugins
4. Go to cstrike/addons/amxmodx/config/plugins.ini paste this line in it.
    "knifeitup_multisound.amxx" [Without Quotes ""]
5. Add your music to sound folder then go to cstrike/addons/amxmodx/config/knifeitup_multisound.ini & add your music

**NOTE** Make sure to write extension of Music file sych as Music.mp3 or Music.wav

Cvars:

Extra Health given to the player on knife
amx_knifeitup_health "20"

Prevent player health from getting overload ( more than 100 )
amx_knifeitup_health_overload "1"

Extra Frags given to the player on knife
amx_knifeitup_frags "2"

Extra speed given to the player on knife (Float)
amx_knifeitup_speed "360.0"

Time limit of extra speed (float)
amx_knifeitup_speed_time "20.0"



http://sh.st/DcM0z

Anti Steam Identity Change / Spoof CS1.6 Plugin

Anti Steam ID Spoof hack.Exploit.
This plugin basically does not allow any client to change its Steam ID to a Certain Person's ID.
ASIS 5.0 Configuration.
# THESE AREN'T CVARS , THESE ARE CONSTANTS !
# USE COMMAND amx_reload_asis TO RELOAD THESE SETTINGS (ADMIN_RCON)

# 0 = KICK
# 1 = BAN

PUNISHMENT 1


# Applies if PUNISHMENT is 1
# Time in minutes

BANTIME 120



# Kick / Ban reason when spoofer is detected

BANREASON "Please remove your steam id spoofer"




# 0 = Ban/kick anyone who is admin with nonsteam client [ MAKE SURE NONSTEAM_LOGIN_SYSTEM is "1" ]
# 1 = Allow nonsteam admins [USE ONLY IF YOU ARE USING DPROTO 388 + STEAM HASH SALT]
# Preferred is "0"

ALLOW_NONSTEAM_ADMIN "0"



# Extra protection for nonsteam admins!
# NONSTEAM_LOGIN_SYSTEM "0" = Disables login system for admins
# NONSTEAM_LOGIN_SYSTEM "1" = Enables the login system [ THIS IS WAY DIFFERENT FROM _pw ]
# If set to "1" then make sure to add admins at the end of this config file.
# Preferred is "1"
NONSTEAM_LOGIN_SYSTEM "1"

#  0 = Disabled
#  1 = Completely block name change
#  2 = Block only the "super fast name changer" [ You can still change the name but cant spam the name change ]
BLOCK_NAME_CHANGE "2"

# Applies if BLOCK_NAME_CHANGE is not "0"
NAME_FLOODTIME "5.0"

# CHANGE ONLY IF YOU ARE FACING FALSE DETECTION
# HIGHER THE VALUE  , LOWER THE CHANCES OF FALSE DETECTION
# MAX VALUE SHOULD BE NOT GREATER THAN 20.0
CHECK_DELAY 8.0

# BLOCKS STEAM-EMU AND OLD REV EMU USERS
BLOCK_OLD_EMULATORS 0

# LOG CONNECTING PLAYER
# Logs can be found in addons/amxmodx/logs/asis
LOG_CONNECTING_PLAYER 1


# Nonsteam admins
# If NONSTEAM_LOGIN_SYSTEM is 1 , add nonsteam admins in the following format just at the end of this file [NO _pw needed , it is sort of login system]
# No need to add nonsteam admins in users.ini if you are adding them over here !!
# asis_addadmin "steam id" "accessflags" "password"
# asis_addadmin "STEAM_0:0:99999999" "abcdefghijk" "my_secret_pass"
# asis_addadmin "STEAM_0:0:222" "abcdefghijk" "test"
_________________________________________________________________________________
Installation:

1. Copy asis5.cfg and paste it in cstrike/addons/amxmodx/config/
2. Copy asis.amxx and paste it in cstrike/addons/amxmodx/plugins/
3. Go to cstrike/addons/amxmodx/config/ , open plugins.ini & add this Line at the top.
     "asis5.amxx" [Without Quotes ""]
_________________________________________________________________________________