XstinK
Member-
Content Count
7 -
Joined
-
Last visited
-
Medals
Community Reputation
10 GoodAbout XstinK
-
Rank
Rookie
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
what does "thisList select 0" mean?
XstinK replied to kcal's topic in ARMA 3 - MISSION EDITING & SCRIPTING
If i enter in a trigger with a chopper, who is 0 and who is the number 1 ? -
Need help to make it ADMIN ONLY !
XstinK replied to XstinK's topic in ARMA 3 - MISSION EDITING & SCRIPTING
i know this page... but i have no clue how to do that... -
_action = ["CGQC_Save_Menu","Save Data","",{[true,10] call grad_persistence_fnc_saveMission;},{true}] call ace_interact_menu_fnc_createAction; [player, 1, ["ACE_SelfActions"], _action] call ace_interact_menu_fnc_addActionToObject; _action2 = ["CGQC_Save_Menu","Load Data","",{[] call grad_persistence_fnc_loadMission;},{true}] call ace_interact_menu_fnc_createAction; [player, 1, ["ACE_SelfActions"], _action2] call ace_interact_menu_fnc_addActionToObject; _action3 = ["CGQC_Save_Menu","Wipe Save Data","",{[missionTag] call grad_persistence_fnc_clearMissionData;},{true}] call ace_interact_menu_fnc_createAction; [player, 1, ["ACE_SelfActions"], _action3] call ace_interact_menu_fnc_addActionToObject; Need help to make it ADMIN ONLY ! Thx for help 🙂
-
[Release] Simple Weapon Shop System
XstinK replied to hoverguy's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Someone can help me to make this mod money work with VASS shop ? (Virtual Arsenal Shop System by 7erra) -
-
[Release] Virtual Arsenal Shop System
XstinK replied to 7erra's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Can someone help me ? I want to make the default mod money is added to INIDBI database and i don't know how... -
backpack Realistic backpacks
XstinK replied to FLying-FINN's topic in ARMA 3 - MISSION EDITING & SCRIPTING
This mod is no more available ? Link is dead ! -
ARMA 3 Addon Request Thread
XstinK replied to max power's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
SImple idea ! A little mod that make player can't use direcly item like magz, grenade, etc.. in he's backpack ! If he want to use them the player need to drag and drop in the uniform or vest ! I think is more realistic like this ! If a mod like this already exist.. PLZ tell me :)