Skip to content

Commit 22685f9

Browse files
authored
Update addons/network/fnc_globalSay3D.sqf
1 parent ea2ee11 commit 22685f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/network/fnc_globalSay3D.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Description:
88
Parameters:
99
_objects - Object or array of objects that perform Say <OBJECT, ARRAY>
1010
_params - classname or parameter array - see biki: say3d <STRING, ARRAY>
11-
_range - Maximum distance from camera to execute command - will be ignored if _params is an array (optional, default: nil) <NUMBER>
11+
_range - Maximum distance from camera to execute command - will be ignored if _params is an array (optional, default: nil) <NUMBER, NIL>
1212
_attach - Attach created sound to _object (optional, default: false) <BOOL>
1313
_instant - Deletes all previously attached sounds to play the current sound immediately (optional, default: false) <BOOL>
1414
_rndPitch - Randomizes Pitch. True for a Dynamic Range of 10% - Alternative Number of Dynamic Range in Pecentage. Example: 0.15 -> +- 7.5% (optional, default: false) <BOOL, NUMBER>

0 commit comments

Comments
 (0)