AntiBhopCheat: blub

This commit is contained in:
neon 2018-08-10 16:18:42 +02:00
parent b3d8fd1a9d
commit ad5978aa3c

View File

@ -28,7 +28,7 @@ char g_sStats[4096];
public Plugin myinfo =
{
name = "AntiBhopCheat",
autho = "BotoX",
author = "BotoX",
description = "Detect all kinds of bhop cheats",
version = "0.0",
url = ""
@ -80,7 +80,7 @@ public Action OnPlayerRunCmd(int client, int &buttons)
return Plugin_Continue;
}
public void OnPlayerRunCmdPost(int client, int buttons, int impulse, float vel[3], float angles[3], int weapon, int subtype, int cmdnum, int tickcount)
public void OnPlayerRunCmdPost(int client, int buttons, int impulse, const float vel[3], const float angles[3], int weapon, int subtype, int cmdnum, int tickcount, int seed, const int mouse[2])
{
if(!IsPlayerAlive(client))
return;