[CSS/CSGO] SLAYER-Noscope

SL@Y3R

Member
Messages
5
[CSS/CSGO] SLAYER-Noscope

Description:
I create this simple plugin for CSS/CSGO. This plugin allow players to noscope when they want. Admin (with specific flag) can also force players to Noscope. You can also block Knife Damage during noscope when admin force players to noscope. Support Players/Admins/Server Command. Also, show bullet tracers during noscope. Show Text on Chat when players/admins turn ON/OFF Scope. This Plugin is Useful for AWP Only Server :)

Note : This Plugin is Tested On both CSS/CSGO and works Perfectly:)

Features:
  1. Allow Players to Noscope by player command
  2. Allow Admin (with specific Flag) to Force Players to Noscope
  3. Enable/Disable Knife Damage when Admin Force players to Noscope
  4. Show Text in Chat when Players/Admin Turn On/Off Scope
  5. Players Can't use command to Enable/Disable Scope when Admin force them to Noscope
  6. Show Bullet Tracers During Noscope
  7. The Player which connected to server also force to noscope when Admin Already Force to all players to noscope
  8. Everything can be Turn ON/OFF from CFG
Requirements:
Sourcemod 1.8+
MultiColors


Installation:
1. Download and Extract zip File
2. Copy and Paste to your server.
3. Change map or load plugin.

Commands:
sm_ns 1 - Use to Enable Noscope on yourself (Everyone Can use this Command)
sm_ns 0 - Use to Disable Noscope on yourself (Everyone Can use this Command)

sm_noscope 1 - Force Players to Noscope (Access Admin with specific Flag)
sm_noscope 0 - Disable Noscope from all players (Access Admin with specific Flag)

ConVars:
Code:
// This file was auto-generated by SourceMod (v1.10.0.6460)
// ConVars for plugin "SLAYER_Noscope.smx"


// Admin flag Which can Enable/Disable Scope of All Players by CMD (!noscope)
// -
// Default: "m"
sm_noscope_adminflag "m"

// Players Can use Noscope Command (!ns) to Enable/Disable Scope on themselves (0 = No, 1 = Yes)
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_cmd "1"

// Enable/Disable Noscope plugin. (0 = Disabled, 1 = Enabled)
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_enabled "1"

// Allow knife Damage when Admin Force to Noscope? (0 = No, 1 = Yes)
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_knife "0"

// Enable/Disable Bullet Tracers in Noscope (0 = Disabled, 1 = Enabled)
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_tracers "1"

Download:
Download
 
Last edited:
Back
Top