Quote:
Originally Posted by allenwr
I am just doing a check on whether the user is alive or not, and what you did doesnt matter, it still works either way...
|
It's actually quite important, you not only screwed up on plugin_init (called it plugin_ini, something the compiler wouldn't catch), but also on the return (where you not only screwed up on the typing, but the value itself too).
Don't return PLUGIN_HANDLED in ResetHUD. It blocks the event and probably crashes the server. At the very best, bad things can happen.
__________________