client/addons/phone/functions/fnc_initPhone.sqf
Jacob Schmidt c6daf95415
All checks were successful
Build / Build (push) Successful in 53s
Initial Repo Setup
2025-01-01 14:35:12 -06:00

8 lines
335 B
Plaintext

#include "..\script_component.hpp"
waitUntil { !isNull player && player == player };
waitUntil { !isNil "BIS_fnc_init" };
waitUntil { !(isNull (findDisplay 46)) };
waitUntil { "FORGE_Phone" in items player };
FORGE_addAction = player addAction ["<t color='#0000CC'>Mobile Phone</t>", FUNC(initAction), [], -99, false, false, "", ""];