register_touch( "weaponbox", "player", "Weaponbox_Touch" ); public Weaponbox_Touch ( const Weaponbox, const Player ) { return g_bIsZombie[ Player ] ? PLUGIN_HANDLED : PLUGIN_CONTINUE; }