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

[CS:GO/CS:S] Franug NoBlock (extended no block plugin)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Plugin ID:
5400
Plugin Version:
1.2
Plugin Category:
Gameplay
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
    7 
    Plugin Description:
    Noblock with more features like noblock first X seconds in the round with conditions, 2 types of noblock, noblock commands, anti-stuck system and more.
    Old 11-07-2016 , 15:12   [CS:GO/CS:S] Franug NoBlock (extended no block plugin)
    Reply With Quote #1

    Description:

    Noblock with more features like noblock first X seconds in the round with conditions, 2 types of noblock, noblock commands, anti-stuck system and more.


    Cvars:
    Put in server.cfg
    Code:
    sm_noblock_cts "10" // CT max for noblock in round start
    sm_noblock_ts "10" // Ts max for noblock in round start
    sm_noblock_time "6" // Seconds of first noblock that is a total noblock and only in round start (low value because can cause Mayhem bug atleast in CS:S)
    sm_noblock2_time "10.0" // Seconds of secondary noblock

    Commands:

    sm_noblock (!noblock in chat) - give you noblock X time
    sm_nb (!nb in chat) - give you noblock X time


    Todo list:

    -More optimization and cleanup (This is a very old plugin that I made years ago).


    Donations (optional):

    If you apreciate my work, you can donate me via paypal or with a trade offer


    Download:

    Main repository
    Direct download
    Code changes
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.


    Last edited by Franc1sco; 02-12-2018 at 03:32.
    Franc1sco is offline
    Send a message via MSN to Franc1sco
    padres
    Junior Member
    Join Date: Oct 2016
    Old 11-07-2016 , 16:04   Re: [CS:GO/CS:S] Franug NoBlock (extended no block plugin)
    Reply With Quote #2

    What is it for?

    sm_noblock_cts "10" // CT max for noblock in round start
    sm_noblock_ts "10" // Ts max for noblock in round start");

    should I set for example:
    sm_noblock_cts "13"
    sm_noblock_ts "13"
    if i've got 26 slots?

    can i create own commands for noblock?
    now we have !stuck and it will be great if I could create own commands for noblock, or add please !stuck
    padres is offline
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 11-07-2016 , 16:17   Re: [CS:GO/CS:S] Franug NoBlock (extended no block plugin)
    Reply With Quote #3

    Quote:
    Originally Posted by padres View Post
    What is it for?

    sm_noblock_cts "10" // CT max for noblock in round start
    sm_noblock_ts "10" // Ts max for noblock in round start");

    should I set for example:
    sm_noblock_cts "13"
    sm_noblock_ts "13"
    if i've got 26 slots?
    Cvars for control when enable noblock in round start. Example:
    Code:
    sm_noblock_cts "10"
    sm_noblock_ts "10"
    Need to be atleast 10 CTs and 10 TTs playing for enable noblock in round start.

    Quote:
    Originally Posted by padres View Post
    can i create own commands for noblock?
    now we have !stuck and it will be great if I could create own commands for noblock, or add please !stuck
    You are free to edit the plugin
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.

    Franc1sco is offline
    Send a message via MSN to Franc1sco
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 11-09-2016 , 05:55   Re: [CS:GO/CS:S] Franug NoBlock (extended no block plugin)
    Reply With Quote #4

    Now more cleanup and optimization in the plugin

    Thanks to Timocop for his contribution to my plugin. Everybody are welcome to contribute in my public plugins posted in this website
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.


    Last edited by Franc1sco; 11-09-2016 at 05:56.
    Franc1sco is offline
    Send a message via MSN to Franc1sco
    Wacci
    AlliedModders Donor
    Join Date: May 2017
    Location: Hungary
    Old 08-13-2017 , 06:09   Re: [CS:GO/CS:S] Franug NoBlock (extended no block plugin)
    Reply With Quote #5

    Timer does not work.

    No block after 1 min.
    Block after 2 sec.
    Wacci is offline
    Obyboby
    Veteran Member
    Join Date: Sep 2013
    Old 01-04-2018 , 14:19   Re: [CS:GO/CS:S] Franug NoBlock (extended no block plugin)
    Reply With Quote #6

    Can you please explain the difference between the two types of noblock? Thanks!
    __________________
    Obyboby is offline
    vortex.
    AlliedModders Donor
    Join Date: Jan 2017
    Location: OnGameFrame()
    Old 01-04-2018 , 14:32   Re: [CS:GO/CS:S] Franug NoBlock (extended no block plugin)
    Reply With Quote #7

    Quote:
    Originally Posted by Obyboby View Post
    Can you please explain the difference between the two types of noblock? Thanks!
    PHP Code:
    sm_noblock_cts "10" // CT max for noblock in round start
    sm_noblock_ts "10" // Ts max for noblock in round start
    sm_noblock_time "6" // Seconds of first noblock that is a total noblock and only in round start (low value because can cause Mayhem bug atleast in CS:S)
    sm_noblock2_time "10.0" // Seconds of secondary noblock 
    __________________
    vortex. is offline
    Obyboby
    Veteran Member
    Join Date: Sep 2013
    Old 01-04-2018 , 15:32   Re: [CS:GO/CS:S] Franug NoBlock (extended no block plugin)
    Reply With Quote #8

    Quote:
    Originally Posted by vortex. View Post
    PHP Code:
    sm_noblock_cts "10" // CT max for noblock in round start
    sm_noblock_ts "10" // Ts max for noblock in round start
    sm_noblock_time "6" // Seconds of first noblock that is a total noblock and only in round start (low value because can cause Mayhem bug atleast in CS:S)
    sm_noblock2_time "10.0" // Seconds of secondary noblock 
    Yes thanks I did see that but if u notice, the noblock2 doesn't really have a proper explanation :C
    __________________
    Obyboby is offline
    zipcore
    Veteran Member
    Join Date: Mar 2010
    Location: m_flZipcore
    Old 01-04-2018 , 16:17   Re: [CS:GO/CS:S] Franug NoBlock (extended no block plugin)
    Reply With Quote #9

    Quote:
    Originally Posted by Obyboby View Post
    Yes thanks I did see that but if u notice, the noblock2 doesn't really have a proper explanation :C
    but obvious, it's the time used by the player command
    __________________
    zipcore is offline
    Obyboby
    Veteran Member
    Join Date: Sep 2013
    Old 01-04-2018 , 16:30   Re: [CS:GO/CS:S] Franug NoBlock (extended no block plugin)
    Reply With Quote #10

    Quote:
    Originally Posted by zipcore View Post
    but obvious, it's the time used by the player command
    Oh crap, i keep forgetting about that part.
    So if a player is stuck, he can trigger the noblock and free himself right?
    __________________
    Obyboby 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 13:48.


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