General Exports

This page explains the available exports for the r_tacticalgas script and how to use them. These client-side exports allow you to interact programmatically with the pepper spray system from other resources.


1. Exports Overview

1.1 SetOverrideWearingMask

exports['r_tacticalgas']:SetOverrideWearingMask(state)

Description: Override the gas mask detection (for compatibility with other scripts).

Parameters:

  • state: True to force gas mask detection, false to use normal checks.

Last updated