[Help]When I open my backpack in the game, the game lens will follow the mouse moveme

Results 1 to 4 of 4
  1. #1
    Member aDavis is offline
    MemberRank
    Feb 2015 Join Date
    42Posts

    [Help]When I open my backpack in the game, the game lens will follow the mouse moveme

    How to fix this problem?


  2. #2
    ☆Dying Dawn☆ Bombillo is offline
    Grand MasterRank
    Jan 2012 Join Date
    ValhallaLocation
    977Posts

    Re: [Help]When I open my backpack in the game, the game lens will follow the mouse mo

    u maybe put this?
    http://forum.ragezone.com/f791/tut-a...pause-1093043/
    if the answer is not so you have to LockUI

  3. #3
    Sorcerer Supreme DouglasPro is offline
    Member +Rank
    Nov 2014 Join Date
    //HKEY//RJ_BRLocation
    392Posts

    Re: [Help]When I open my backpack in the game, the game lens will follow the mouse mo

    Quote Originally Posted by aDavis View Post
    How to fix this problem?
    disablePlayerMovement = just keyboard player movement
    disablePlayerRotation = just mouse rotation




    All checks.

    Code:
    if(disablePlayerMovement && (hudPause->isActive() || // Pause Menu "ESC"
                hudMain->isPlayersListVisible() || // PlayerList "TAB"
                hudCraft->isActive() || // Craft Menu
                hudAttm->isActive() || // Attachment Menu
                hudSafelock->isActive() || // Personal Locker
                !hudStore->isActive() || // "F10" Store in-game
                hudRepair->isActive() || // Hepair Item Menu
                !hudTrade->isActive() || // Trade menu
                !hudVault->isActive() ))  // NPC
            {

  4. #4
    Member aDavis is offline
    MemberRank
    Feb 2015 Join Date
    42Posts

    Re: [Help]When I open my backpack in the game, the game lens will follow the mouse mo

    Thanks you!!!!! you nice!!!



Advertisement