Quote:
|
Originally Posted by jake13jake
I'd just rewrite the entire weapon handling system :P. It's not very hard at all.
PHP Code:
disableweapons();
if (!(player.level in serverr.nopklevels))
weapon.trigger("wasfired",null);
|
Why not just trigger a 'weaponfired' for compatibility with onWeaponFired()..