AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   Noblock players and grenades (https://forums.alliedmods.net/showthread.php?t=107475)

bobbobagan 10-27-2009 04:36

Noblock players and grenades
 
2 Attachment(s)
Player and Grenade Noblock

SUMMARY
Originally by Tony G. The original plugin used DukeHacks which isn't really supported anymore.

This plugin noblocks players and grenades so players can not be blocked by team mates/enemies grenades. Useful for deathrun servers so players can not be killed by TKers trying to jump over traps.

Credits:
Someone78 - Showed me and my mate how to properly code this for SDK Hooks
Tony G. - Original thread: http://forums.alliedmods.net/showthread.php?p=746250
Altex and his NoBlock plugin, some code is borrowed from it.

Requirements:
SourceMod v1.2.X or greater

Cvars:
sm_grenplayer_noblock_version = 2.1 (can not be changed)

// Enables/Disables noblock on grenades (def. 1)
sm_noblock_grenades

// Enables/Disables noblock on players (def. 1)
sm_noblock_players

// Enables/Disables the !block command (def. 1)
sm_noblock_allow_block

// How long a player should be blocked for (def. 20)
sm_noblock_allow_block_time

// Enables/Disables chat messages (def. 1)
sm_noblock_notify

Installation:
- noblock.smx goes into /addons/sourcemod/plugins
- noblock.phrases.txt into /addons/sourcemod/translations

Changelog:
1.1:
- Initial release. Changed requirements from Dukehacks to SDK Hooks.
1.2:
- Added checking to make sure the game is Counter-Strike: Source only
- Added !block (Thanks Altex)
- Added a command to enable/disable blocking on players
- Added a command to enable/disable blocking on grenades
2.0:
- Complete rewrite
- No longer requires SDKHooks (should I mention the fact that it never actually did? :P)
2.1:
- Fixed a possible issue with translations
- Added sm_noblock_notify to enable or disable chat messages

A staggering 11574 downloads for v2.0!

daleGEND 10-27-2009 07:21

Re: Noblock players and grenades
 
Edit: This was fixed by a kind uploader in the SDKHooks thread :). Now works on Linux!

bobbobagan 10-28-2009 01:41

Re: Noblock players and grenades
 
Updated to v1.2

See above for changelog.

Xp3r7 10-28-2009 07:11

Re: Noblock players and grenades
 
Very nice.

Ive been wanting a no-block for nades so Ill try this out. :)

eXDee 11-03-2009 05:03

Re: Noblock players and grenades
 
Thanks for this.

bobbobagan 11-22-2009 00:40

Re: Noblock players and grenades
 
Current Status is working, being used on a very popular 34 slot server without issues.

eXDee 12-07-2009 23:20

Re: Noblock players and grenades
 
Any update on why this isn't approved yet?

psychonic 12-08-2009 23:20

Re: Noblock players and grenades
 
Quote:

Originally Posted by eXDee (Post 1009964)
Any update on why this isn't approved yet?

Remember that plugin approvers review plugins in their spare time. All new plugins eventually get reviewed, and the vast majority (so far) do/will get approved.

New Plugin/Not Yet Approved != Unapproved/Won't Be Approved.

eXDee 12-11-2009 00:09

Re: Noblock players and grenades
 
Quote:

Originally Posted by psychonic (Post 1011012)
Remember that plugin approvers review plugins in their spare time. All new plugins eventually get reviewed, and the vast majority (so far) do/will get approved.

New Plugin/Not Yet Approved != Unapproved/Won't Be Approved.

I fully understand this and realise this is done voluntarily, i was more interested if there was one of the requirements that had been left out that might be missing.

Think of it more of a query rather than a complaint.

SirCole 02-05-2010 21:58

Re: Noblock players and grenades
 
works well.


All times are GMT -4. The time now is 02:11.

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