server/addons/phone/functions/fnc_addMsg.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
161 B
Plaintext

#include "..\script_component.hpp"
params [["_key", "", [""]], ["_data", [], [[]]]];
["listadd", _key, "", -1, _data, "", false] call dragonfly_db_fnc_addTask;