Skip to content

Commit

Permalink
Merge pull request #925 from AlexLicuriceanu/patch-1
Browse files Browse the repository at this point in the history
Update DisablePlayerFiring.md
  • Loading branch information
thorium-cfx authored Oct 30, 2023
2 parents 2d4c3f8 + 344e448 commit 8ff8c75
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions PLAYER/DisablePlayerFiring.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ ns: PLAYER
void DISABLE_PLAYER_FIRING(Player player, BOOL toggle);
```
```
Inhibits the player from using any method of combat including melee and firearms.
NOTE: Only disables the firing for one frame
```
## Parameters
* **player**:
* **toggle**:
* **player**: The player for which to disable combat methods.
* **toggle**: Unused, as this native will disable combat regardless of the value of this parameter.

0 comments on commit 8ff8c75

Please sign in to comment.