Raised This Month: $51 Target: $400
 12% 

Concussion blocker


Post New Thread Reply   
 
Thread Tools Display Modes
Waylay
Member
Join Date: Feb 2006
Old 03-18-2006 , 11:49  
Reply With Quote #11

no it was the .sma file..fixed
Waylay is offline
Send a message via MSN to Waylay
Lt Llama
Senior Member
Join Date: Aug 2004
Old 03-16-2007 , 21:41   Re: Concussion blocker
Reply With Quote #12

Would it be possible to request the option to turn dizzy on and off?
I tried, but I can't figure out how to detect what starts the Concussion effect timer. I checked the messages, and the dizzy starts the timer and decrease the dizzyness with messages from 100 to 0.

And having a for loop or a set_task which write messages at intervals of 1 really don't work at all.
__________________
A dodo: Used to describe someone without common sense and who always has the pathetic confused look on their face when a question is asked.
Lt Llama is offline
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 03-18-2007 , 09:40   Re: Concussion blocker
Reply With Quote #13

That what this plugin does, it stops your screen from shacking
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
Lt Llama
Senior Member
Join Date: Aug 2004
Old 03-18-2007 , 14:01   Re: Concussion blocker
Reply With Quote #14

Sorry EKS, I was a bit fuzzy.
I mean, it would be nice if you as player could chose to turn it on or off ingame.
Lets say by saying /dizzyon and /dizzyoff.
__________________
A dodo: Used to describe someone without common sense and who always has the pathetic confused look on their face when a question is asked.
Lt Llama is offline
Ramono
Veteran Member
Join Date: Nov 2005
Location: Netherlands
Old 03-26-2007 , 12:15   Re: Concussion blocker
Reply With Quote #15

This plugin still lets the concuss message be send, and even twice.
maybe this is a better way of doing it.
Code:
#include <amxmodx> new cvar public plugin_init() {     register_plugin("Concussion blocker","1.2.0","Ramon&EKS")     register_message(get_user_msgid("Concuss"),"event_Concussion")     cvar = register_cvar("sv_blockconcussion","1") } public event_Concussion() {     if(get_pcvar_num(cvar)) return PLUGIN_HANDLED     return PLUGIN_CONTINUE }
uses much less banthwidth
__________________
Um, hi.

Last edited by Ramono; 03-27-2007 at 02:13.
Ramono is offline
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 03-26-2007 , 14:55   Re: Concussion blocker
Reply With Quote #16

Thats nice and clean code, did you test it?
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
Ramono
Veteran Member
Join Date: Nov 2005
Location: Netherlands
Old 03-26-2007 , 15:18   Re: Concussion blocker
Reply With Quote #17

I will right now, ill edit this post when done

Edit: Works perfect
__________________
Um, hi.

Last edited by Ramono; 03-26-2007 at 15:21.
Ramono is offline
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 03-27-2007 , 02:01   Re: Concussion blocker
Reply With Quote #18

cool uploaded
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
Lt Llama
Senior Member
Join Date: Aug 2004
Old 03-27-2007 , 02:09   Re: Concussion blocker
Reply With Quote #19

Both codes looks identical.
__________________
A dodo: Used to describe someone without common sense and who always has the pathetic confused look on their face when a question is asked.
Lt Llama is offline
Old 03-27-2007, 02:12
Ramono
This message has been deleted by Ramono. Reason: He fixed it...
Old 10-07-2007, 12:15
FlyingMongoose
This message has been deleted by FlyingMongoose. Reason: cuz i'm dumb
Fiver
New Member
Join Date: Apr 2009
Old 04-16-2009 , 14:22   Re: Concussion blocker
Reply With Quote #20

Hi, could anyone here explain to me how to upload this plugin onto the game server? My clan's using the visfx gamepanel and I'm not to sure how to upload plugins. Thank you.
Fiver is offline
Reply



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 12:45.


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