18.07.2015, 20:39
Where should I put the GetPlayerCameraMode to detect if a player is aiming? I just have no idea, I want to detect if a player is aiming and I know that I have to do something like:
pawn Код:
if(GetPlayerCameraMode(playerid) == 53)
{
// Do stuff here
}