Player::disablePlayerFiring
Inhibits the player from using any method of combat including melee and firearms.
NOTE: Only disables the firing for one frame
Syntax
```js mp.game.player.disableFiring(toggle); ```
Required Arguments
- toggle: Boolean
Return value
- Undefined
Example
```js // todo ```