Problem with Damage[attacker]
well, i cant put this to work.
Code:
#include <amxmodx> |
Re: why it isnt working?damage.
Try changing the cvar to a float in the cvar register:
PHP Code:
And replace HAM_IGNORED with HAM_OVERRIDE PHP Code:
|
Re: why it isnt working?damage.
OVERRIDE is not needed because you change on the fly, it should be HANDLED.
|
Re: why it isnt working?damage.
Quote:
http://forums.alliedmods.net/showthread.php?t=86940 |
Re: why it isnt working?damage.
Code:
#include <amxmodx>Code:
#include <amxmodx> |
Re: why it isnt working?damage.
Try the Bugsy' suggestion. Replace HAM_IGNORE by HAM_HANDLED and HAM_SUPERCE by HAM_IGNORED.
|
Re: why it isnt working?damage.
lets see...
|
Re: why it isnt working?damage.
Code:
#include <amxmodx> |
Re: why it isnt working?damage.
I managed to get it to work by adding a multiplier of 2.0.
To test, go in your server and throw a nade and stand on it. It will only give 5 damage. PHP Code:
|
Re: why it isnt working?damage.
Your topic's title must be descriptive. Fix it before posting again.
|
| All times are GMT -4. The time now is 09:02. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.