Raised This Month: $32 Target: $400
 8% 

[CS:GO] NoScope Round


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Brum Brum
Junior Member
Join Date: Mar 2017
Plugin ID:
6759
Plugin Version:
Plugin Category:
Gameplay
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    NoScope round csgo
    Old 10-12-2019 , 22:25   [CS:GO] NoScope Round
    Reply With Quote #1

    Commands
    !fns - Enable/Disable NoScope round. ADMIN Only
    !nscreload - reload config
    Config
    Code:
    "NoScope"
    {
    	"MOD_TAG" "ADEPT"
    	"NoScope_Round_Type" "2" //0 - off 1 - every x rounds 2 - % chances of a noscope round
    	"NoScope_Round" "5" // For how much rounds will be noscope round (if round_type == 1)
    	"NoScope_Round_Chance" "10.0" //% chances of a noscope round (if round_type == 2)
    	"NoScope_Round_Notification_enable" "1" // 0 - off 1 - hud 2 - hint 3 - chat
    	"NoScope_Round_Notification_color" "1" // 0 - color chosen 1-random color
    	"NoScope_Round_Notification_color_hud" "0;0;255" // rgb (if color chosen)
    	"NoScope_Round_Notification_postion_hud_x" "0.15"
    	"NoScope_Round_Notification_postion_hud_y" "0.7"
    	"NoScope_Round_Notification_random_postion" "0" // 0 - off 1 - Random position on the screen every second
    	"NoScope_Round_Notification_color_hint" "#F90175" // hex (if color chosen)
    	"NoScope_Round_Allow_Admin_Force_NoScope" "1" // Allows the admin to enable round only noscope [ !fns ] 
    	"NoScope_Round_Allow_Admin_Flag" "b" // The flag admin must have in order to enable the noscope round.
    	"NoScope_Round_Logs" "1" // 0-off 1- Writes down each activation/deactivation of the noscope round by the admin
    	"NoScope_Round_Knife_damage" "0" // 0 - knife damage disabled 1 - enabled
    	"NoScope_Round_OnlySnipers_damage" "1" //0 - off 1 - Damage can only be inflicted from sniper weapon awp/ssg08/scar20/g3sg1
    	"NoScope_Round_Can_Pickup_Only_Sniper" "1" // 0 - off 1 - You can only pick up snipers weapons and knife ;P
    }
    Do you have any idea what you might add to that? Write here
    Attached Files
    File Type: sp Get Plugin or Get Source (ADEPT_NoScopeRound.sp - 677 views - 14.7 KB)
    File Type: inc noscope.inc (1.8 KB, 545 views)
    File Type: txt ADEPT_NoScope.txt (1.4 KB, 474 views)
    File Type: txt ADEPT_NoScope.phrases.txt (1.1 KB, 429 views)

    Last edited by Brum Brum; 11-22-2019 at 11:38. Reason: updated description
    Brum Brum is offline
    xSLOW
    Senior Member
    Join Date: Apr 2019
    Location: Romania
    Old 12-06-2019 , 13:33   Re: [CS:GO] NoScope Round
    Reply With Quote #2

    good work
    __________________
    My community:
    https://elitegamers.ro
    https://www.gametracker.com/search/c...elitegamers.ro

    Contact me, fastest way, through my discord server:
    https://discord.gg/SBHzDGbbgG
    xSLOW#0508
    xSLOW is offline
    ErackZendor
    Junior Member
    Join Date: Dec 2019
    Old 01-12-2020 , 14:58   Re: [CS:GO] NoScope Round
    Reply With Quote #3

    Hey,

    The phrases file goes to the translations folder but what about the another .txt? Is it goes to the configs folder?
    ErackZendor is offline
    llDirekt
    New Member
    Join Date: Dec 2019
    Old 01-13-2020 , 00:57   Re: [CS:GO] NoScope Round
    Reply With Quote #4

    Could you make it so that someone with permissions could call a vote for noscope round? Im thinking of allowing donators to call it.
    llDirekt is offline
    Brum Brum
    Junior Member
    Join Date: Mar 2017
    Old 01-25-2020 , 22:05   Re: [CS:GO] NoScope Round
    Reply With Quote #5

    Quote:
    Originally Posted by ErackZendor View Post
    Hey,

    The phrases file goes to the translations folder but what about the another .txt? Is it goes to the configs folder?
    Yes /addons/sourcemod/configs

    Quote:
    Originally Posted by llDirekt View Post
    Could you make it so that someone with permissions could call a vote for noscope round? Im thinking of allowing donators to call it.
    Yes ;P I will do this later
    Brum Brum is offline
    Sajmooooon
    Senior Member
    Join Date: Nov 2018
    Location: Slovakia
    Old 07-29-2020 , 04:45   Re: [CS:GO] NoScope Round
    Reply With Quote #6

    Hi, I disable knife damage during noscope round but it still works, any fixes ?
    Sajmooooon is offline
    SnowHP
    Senior Member
    Join Date: Sep 2016
    Location: Porto, Portugal
    Old 07-29-2020 , 09:19   Re: [CS:GO] NoScope Round
    Reply With Quote #7

    Quote:
    Originally Posted by Sajmooooon View Post
    Hi, I disable knife damage during noscope round but it still works, any fixes ?
    I think it something related with some updates , because I had that problem on many plugins
    __________________
    SnowHP is offline
    G0dFulL.
    Member
    Join Date: Jun 2020
    Location: Romania
    Old 04-24-2021 , 05:24   Re: [CS:GO] NoScope Round
    Reply With Quote #8

    Hmm, errors with disabeling knives damage in the cfg. No error logs, it doesn't work. Is the plugin author active because fixing this would help a lot...

    this is my cfg:
    HTML Code:
    "NoScope"
    {
    	"MOD_TAG" "ADEPT"
    	"NoScope_Round_Type" "1" //0 - off 1 - every x rounds 2 - % chances of a noscope round
    	"NoScope_Round" "3" // For how much rounds will be noscope round (if round_type == 1)
    	"NoScope_Round_Chance" "10.0" //% chances of a noscope round (if round_type == 2)
    	"NoScope_Round_Notification_enable" "1" // 0 - off 1 - hud 2 - hint 3 - chat
    	"NoScope_Round_Notification_color" "0" // 0 - color chosen 1-random color
    	"NoScope_Round_Notification_color_hud" "255;0;0" // rgb (if color chosen)
    	"NoScope_Round_Notification_postion_hud_x" "0.15"
    	"NoScope_Round_Notification_postion_hud_y" "0.7"
    	"NoScope_Round_Notification_random_postion" "0" // 0 - off 1 - Random position on the screen every second
    	"NoScope_Round_Notification_color_hint" "#F90175" // hex (if color chosen)
    	"NoScope_Round_Allow_Admin_Force_NoScope" "1" // Allows the admin to enable round only noscope [ !fns ] 
    	"NoScope_Round_Allow_Admin_Flag" "b" // The flag admin must have in order to enable the noscope round.
    	"NoScope_Round_Logs" "1" // 0-off 1- Writes down each activation/deactivation of the noscope round by the admin
    	"NoScope_Round_Knife_damage" "0" // 0 - knife damage disabled 1 - enabled
    	"NoScope_Round_OnlySnipers_damage" "1" //0 - off 1 - Damage can only be inflicted from sniper weapon awp/ssg08/scar20/g3sg1
    	"NoScope_Round_Can_Pickup_Only_Sniper" "0" // 0 - off 1 - You can only pick up snipers weapons and knife ;P
    }
    __________________
    My Discord: G0dFulL#4405 | My Community
    G0dFulL. is offline
    Reply


    Thread Tools
    Display Modes

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 16:56.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode