GTA V NativesplayerPlayer::controlMountedWeaponOn this pagePlayer::controlMountedWeaponForces the ped to use the mounted weapon. Returns false if task is not possible. Syntax ```js player.controlMountedWeapon(); ``` Required Arguments Return value Boolean Example ```js // todo ``` See also