Description
Enables or disables primary fire for one or more players.
Snippet
Set Primary Fire Enabled(Event Player, True);
Properties
Returns: Void
Parameters: Player, Enabled
Player
Type: Player | Array (Player), Default: Event Player
The player or players whose access to primary fire is affected.Enabled
Type: Boolean, Default: True
Specifies whether the player or players are able to use primary fire. Expects a boolean value such as true, false, or compare.