SA-MP Forums Archive
Any efficient method to check if a player is using ******? - 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: Any efficient method to check if a player is using ******? (/showthread.php?tid=592907)



Any efficient method to check if a player is using so be it?? - rangerxxll - 31.10.2015

Simple question. I herd you could detect a camera angle, but that's not reliable anymore due to client changes. We could make an anticheat for every single item (Which is a current WIP for us), but for now - is there any method to check?


Re: Any efficient method to check if a player is using ******? - AbyssMorgan - 31.10.2015

PHP код:
#include <SAM/3DTryg>
GetPlayerCameraRotation(playerid,&Float:rx,&Float:rz); 
Include:
https://github.com/AbyssMorgan/ADM/b...SAM/3DTryg.inc

//edit use 3DTryg 1.7b


Re: Any efficient method to check if a player is using ******? - rangerxxll - 31.10.2015

Is this an efficient method to detect such a hack? I'll be trying it in the morning.