AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Concussion blocker (https://forums.alliedmods.net/showthread.php?t=3232)

EKS 06-30-2004 16:17

Concussion blocker
 
2 Attachment(s)
This plugin removes the "shaky" effect of concussion grenades.

Usage:
sv_blockconcussion 1/0 to enable or disable the plugin

Credits:
Ops in #AMXmod @ Quakenet for alot of help ( + AssKicR & CheesyPeteza )

Now 2 versions:
The one made by Ramono is much cleaner / faster better, its the recommended one to use.
Il keep the old one here, just incase someone wants to look at how to not code it :)

AssKicR 06-30-2004 16:20

awww... why whould you want to remove that :lol:

EKS 06-30-2004 16:42

I dont, i dont even have tfc. It was done becuse someone requested it :)

Johnny got his gun 07-05-2004 14:34

Probably to make it easier for offensive team when conc jumping.

Synacal 08-16-2004 20:03

There's a problem with this plugin when you goto change maps it cause's the server to crash other than that the plugin works great. For those askin about the use it works great playin conc maps.

EKS 08-17-2004 10:28

Quote:

Originally Posted by Synacal
There's a problem with this plugin when you goto change maps it cause's the server to crash other than that the plugin works great. For those askin about the use it works great playin conc maps.

Thats a bug in the engine module, witch is fixed in the magic 0.20 release witch is comming out "soon"

mahnsawce 08-17-2004 20:01

You could just register_event("Concuss"), and send a blank Concuss message after the original is done. That would eliminate the need for Engine.

message_begin(MSG_ONE,gmsgConcuss,{0,0,0},id)
write_byte(0)
message_end()

Is the syntax for it, IIRC.

EKS 08-18-2004 09:09

Updated. It supports both mehotds but mahnsawce way is std.
  • 1.1.0
    - Added: Plugin can now "block" the effect without the engine module ( Thx to mahnsawce )

    1.0.0
    - First Release

Waylay 03-14-2006 06:28

Er..it wont work for me..

EKS 03-14-2006 08:24

then you installed it wrong. How i dont know. Docs are your friend


All times are GMT -4. The time now is 18:41.

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