g_grappling_hook = false;
WEP_HOOK.ammo_factor = 1;
}
+
+ return false;
}
MUTATOR_HOOKFUNCTION(hook, BuildMutatorsString)
PS(it).m_switchweapon = w_getbestweapon(it);
});
}
+
+ return false;
}
bool NIX_CanChooseWeapon(int wpn)
if(autocvar_g_sandbox_storage_autoload)
sandbox_Database_Load();
}
-
- MUTATOR_ONROLLBACK_OR_REMOVE
- {
- // nothing to roll back
- }
-
- MUTATOR_ONREMOVE
- {
- // nothing to remove
- }
}
const float MAX_STORAGE_ATTACHMENTS = 16;