AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO/CS:S] Franug NoBlock (extended no block plugin) (https://forums.alliedmods.net/showthread.php?t=290219)

Franc1sco 11-07-2016 15:12

[CS:GO/CS:S] Franug NoBlock (extended no block 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.


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

padres 11-07-2016 16:04

Re: [CS:GO/CS:S] Franug NoBlock (extended no block plugin)
 
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 :)

Franc1sco 11-07-2016 16:17

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

Originally Posted by padres (Post 2468510)
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 (Post 2468510)
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 :3

Franc1sco 11-09-2016 05:55

Re: [CS:GO/CS:S] Franug NoBlock (extended no block plugin)
 
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 :3

Wacci 08-13-2017 06:09

Re: [CS:GO/CS:S] Franug NoBlock (extended no block plugin)
 
Timer does not work.

No block after 1 min.
Block after 2 sec.

Obyboby 01-04-2018 14:19

Re: [CS:GO/CS:S] Franug NoBlock (extended no block plugin)
 
Can you please explain the difference between the two types of noblock? Thanks!

vortex. 01-04-2018 14:32

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

Originally Posted by Obyboby (Post 2569746)
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 


Obyboby 01-04-2018 15:32

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

Originally Posted by vortex. (Post 2569751)
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

zipcore 01-04-2018 16:17

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

Originally Posted by Obyboby (Post 2569768)
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

Obyboby 01-04-2018 16:30

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

Originally Posted by zipcore (Post 2569786)
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?


All times are GMT -4. The time now is 03:39.

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