Posts: 882
Threads: 176
Joined: Aug 2011
Reputation:
0
31.10.2015, 01:22
(
Последний раз редактировалось rangerxxll; 31.10.2015 в 03:27.
)
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?
Posts: 1,208
Threads: 36
Joined: Apr 2015
31.10.2015, 07:14
(
Последний раз редактировалось AbyssMorgan; 31.10.2015 в 08:00.
)
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
Posts: 882
Threads: 176
Joined: Aug 2011
Reputation:
0
Is this an efficient method to detect such a hack? I'll be trying it in the morning.