View Single Post
Author Message
OneT0uch
New Member
Join Date: Jun 2017
Old 06-14-2017 , 04:47   [CS:GO] NoScope round
Reply With Quote #1

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"

// Enable (1)/Disable (0) the NoScope plugin during warmup
// -
// Default: "0"
noscope_warmup_enabled "0"

Requirements:
SourceMod 1.8+

Last Changelog:
2017-06-19 : Unstable version is now stable
2017-06-19 : Unstable plugin release #Primofernando
2017-06-14 : Release plugin on Sourcemod.

ToDo:
- noscope_warmup_enabled

Known Issues:
- Spawn bug
Attached Files
File Type: zip onet0uch_noscope_stable.zip (28.1 KB, 3092 views)

Last edited by OneT0uch; 06-19-2017 at 10:35. Reason: Unstable zip
OneT0uch is offline