Hello little favor - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Hello little favor (
/showthread.php?tid=618385)
Hello little favor -
KaisAggarwal - 05.10.2016
Is there any script or something to detect aimbot users?
i want an admin script to detect aimbot users
Like saying [admwarning] player using aimbot or something like that
Re: Hello little favor -
HoangNam - 05.10.2016
Use Anti Aimbot (Shared)
And then put it
new name[24];
GetPlayerName(playerid,name,24);
format(string,sizeof(string),"[AdmWarn] %s is using aimbot now!",name);
SendClientMessageToAll(0xFF0000FF,string);