From ad5978aa3c774d111c6671445473368266b12203 Mon Sep 17 00:00:00 2001 From: neon <> Date: Fri, 10 Aug 2018 16:18:42 +0200 Subject: [PATCH] AntiBhopCheat: blub --- AntiBhopCheat/scripting/AntiBhopCheat.sp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AntiBhopCheat/scripting/AntiBhopCheat.sp b/AntiBhopCheat/scripting/AntiBhopCheat.sp index e96ad32c..73c595bc 100644 --- a/AntiBhopCheat/scripting/AntiBhopCheat.sp +++ b/AntiBhopCheat/scripting/AntiBhopCheat.sp @@ -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;