Skip to content

Commit

Permalink
Update left4dhooks_test.sp
Browse files Browse the repository at this point in the history
  • Loading branch information
A1mDev committed Nov 30, 2024
1 parent d8deb07 commit 30c740a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addons/sourcemod/scripting/left4dhooks_test.sp
Original file line number Diff line number Diff line change
Expand Up @@ -2409,7 +2409,7 @@ Action sm_l4dd(int client, int args)
return Plugin_Continue;
}*/

void GetGroundAngles(float vOrigin[3])
/*void GetGroundAngles(float vOrigin[3])
{
float vAng[3], vLookAt[3], vTargetOrigin[3];
Expand All @@ -2429,7 +2429,7 @@ void GetGroundAngles(float vOrigin[3])
}
delete trace;
}
}*/

stock bool _TraceFilter(int entity, int contentsMask)
{
Expand Down Expand Up @@ -5721,7 +5721,7 @@ stock void OnPummelTeleport(DataPack dPack)
}

// To block the stumble animation use the next two functions:
stock Action OnPummelOnAnimPre(int client, int &anim)
/*stock Action OnPummelOnAnimPre(int client, int &anim)
{
if( anim == L4D2_ACT_TERROR_SLAMMED_WALL || anim == L4D2_ACT_TERROR_SLAMMED_GROUND )
{
Expand All @@ -5731,7 +5731,7 @@ stock Action OnPummelOnAnimPre(int client, int &anim)
}
return Plugin_Continue;
}
}*/

/*stock Action TimerOnPummelResetAnim(Handle timer, int victim) // Don't need client userID since it's not going to be validated just removed
{
Expand Down

0 comments on commit 30c740a

Please sign in to comment.