server/addons/misc/functions/fnc_playSound.sqf
Jacob Schmidt 48e3e15f71
Some checks failed
Build / Build (push) Failing after 51s
Initial Repo Setup
2025-01-01 14:30:34 -06:00

5 lines
88 B
Plaintext

#include "..\script_component.hpp"
params ["_source", "_sound"];
_source say3D _sound;