Removed money natives, cs set deaths native.

This commit is contained in:
Johnny Bergström
2004-02-27 13:59:00 +00:00
parent 79912dea1b
commit 3a00c4e3b0
3 changed files with 20 additions and 37 deletions

View File

@ -616,11 +616,9 @@ AMX_NATIVE_INFO fun_Exports[] = {
};
/******************************************************************************************/
void PlayerPreThink( edict_t *pEntity)
void PlayerPreThink(edict_t *pEntity)
{
int index = ENTINDEX(pEntity);
if (silent[index]) {
if (silent[ENTINDEX(pEntity)]) {
pEntity->v.flTimeStepSound = 999;
RETURN_META(MRES_HANDLED);
}

View File

@ -87,7 +87,6 @@ pfnmodule_engine_g* g_engModuleFunc; // These seem to be meta/amxmod related
#define HITGROUP_RIGHTARM 5
#define HITGROUP_LEFTLEG 6
#define HITGROUP_RIGHTLEG 7
// Fun-specific defines above
// Globals below