General Exports

exports['r_scba']:IsSCBA()

Return:

A boolean (true or false) telling you if the player has activated the SCBA or not.

exports['r_scba']:GetSCBAPressure()

Return:

A number indicating the player's SCBA pressure number.

exports['r_scba']:IsPlayerCough()

Return:

A boolean (true or false) to tell you whether the player is coughing or not.

exports['r_scba']:SetSCBA(boolean)

boolean: true or false to activate or not the SCBA

exports['r_scba']:SetSCBAPressure(number)

number: defined the number of pressure that the player must have in his SCBA

Last updated