[CS:GO] NoScope round

Post Reply
User avatar
Andreeas
Hero Member
Hero Member
Posts: 601
Joined: Wed Jan 22, 2020 8:17 pm
Jucator SA:MP ?: Nu
Nick:: Andreeas
Jucator CS ?: Nu

[CS:GO] NoScope round

Post by Andreeas »

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: Select all

// 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.



Download
Post Reply

Return to “Gameplay”