b2020b
Member-
Content Count
7 -
Joined
-
Last visited
-
Medals
Everything posted by b2020b
-
I want to prevent users from riding certain vehicles on my server
b2020b posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I want to prevent users from riding certain vehicles on my server -
I want to show this option only when riding in vehicle
b2020b posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I want to show this option only when riding in any vehicle and when stopped However, this option is displayed even when not in the vehicle. https://ibb.co/0Vwb5My what's the problem plz help me //player addAction [("<t color=""#66FFFF"">" + ("Repair/Flip") +"</t>"), "repair.sqf", [], 0, false,true, "", "player in(_vehicle _target) && {speed _target < 1}"]; -
I want to show this option only when riding in vehicle
b2020b replied to b2020b's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thank you so much -
I don't want all the buildings destroyed. Is there a way?
b2020b posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I don't want all the buildings destroyed. Is there a way? -
I don't want all the buildings destroyed. Is there a way?
b2020b replied to b2020b's topic in ARMA 3 - MISSION EDITING & SCRIPTING
house allowdamage false; -
I don't want all the buildings destroyed. Is there a way?
b2020b replied to b2020b's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I want to prevent it. The bombing destroyed the building. -
[Abandoned] [Release] Notification System
b2020b replied to HazJ's topic in ARMA 3 - MISSION EDITING & SCRIPTING
expandShrinkKey = "TAB"; // The key which is used to expand/shrink notifications - https://community.bistudio.com/wiki/DIK_KeyCodes (you can also use action key names: https://community.bistudio.com/wiki/Category:Key_Actions)\ how to use it ? i need example