10.11.2013, 05:54
We fine tuned the shit out of that cheat detection method so you don't need to save anything.
pawn Код:
new Float:vector[3];
GetPlayerCameraFrontVector(playerid, vector[0], vector[1], vector[2]);
if (vector[2] <= -0.9958 && vector[2] >= -0.9964)