Don't set mouse cam state for anims
This commit is contained in:
@@ -108,11 +108,11 @@ function makePlayerPlayAnimation(client, animationSlot, offsetPosition = 1) {
|
|||||||
|
|
||||||
makePedPlayAnimation(getPlayerData(client).ped, animationSlot, offsetPosition);
|
makePedPlayAnimation(getPlayerData(client).ped, animationSlot, offsetPosition);
|
||||||
|
|
||||||
if(getAnimationData(animationSlot)[9] != VRR_ANIMMOVE_NONE) {
|
//if(getAnimationData(animationSlot)[9] != VRR_ANIMMOVE_NONE) {
|
||||||
if(getGame() < VRR_GAME_GTA_SA) {
|
// if(getGame() < VRR_GAME_GTA_SA) {
|
||||||
setPlayerMouseCameraState(client, true);
|
// setPlayerMouseCameraState(client, true);
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user