I was looking at some plugins around and I came across this, what does that mean, I had never seen it.
in plugin_precache
PHP Code:
register_message(get_user_msgid("DeathMsg"), "MsgHook_Death");
the public
PHP Code:
public MsgHook_Death() <FireBullets: Enabled>
{
set_msg_arg_string(4, WEAPON_DEATH_NAME)
}
but right below there is this
PHP Code:
public MsgHook_Death() </* Empty statement */> { /* Fallback */ }
public MsgHook_Death() <FireBullets: Disabled> { /* Do notning */ }
what does this 'Fire Bullets' mean, and why does it have 3 publics too
__________________