View Single Post
AG.1436
Junior Member
Join Date: Feb 2019
Location: in front of this screen
Old 02-24-2019 , 02:11   Re: [CS:GO] NoScope round
Reply With Quote #11

Just replace
(g_cvEnableText.BoolValue && g_cvInterval.IntValue > 0)CPrintToChat(client, "{green} NOSCOPE ROUND");

with

(g_cvEnableText.BoolValue && g_cvInterval.IntValue > 0)CPrintToChat(client, "{green} NOSCOPE ROUND");PrintCenterTextAll("NOSCOPE ROUND");

Attached Files
File Type: sp Get Plugin or Get Source (onet0uch_noscope.sp - 164 views - 3.7 KB)
AG.1436 is offline