-
Content Count
12 -
Joined
-
Last visited
-
Medals
Community Reputation
3 NeutralAbout Mattmad1234
-
Rank
Private First Class
Profile Information
-
Gender
Male
-
Location
United States
Recent Profile Visitors
-
Switch players side from a trigger
Mattmad1234 replied to Mattmad1234's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Wow that actually worked perfectly!! Thank you so much for the help! -
Switch players side from a trigger
Mattmad1234 replied to Mattmad1234's topic in ARMA 3 - MISSION EDITING & SCRIPTING
That is correct! Ill take a look as the post u sent as well! Thanks for the reply -
Switch players side from a trigger
Mattmad1234 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi all! I am working on a small missions for some friends and I would like to setup a trigger system. Basically when a player enters a specific trigger on the map, their side changes from CIV, to either OPFOR or BLUFOR, depending on which trigger they enter. Then when the trigger deactivates they are set back to CIV. Is something like this possible?? If so I would appreciate any help I could get!! Thanks! -
Mattmad1234 started following GEORGE FLOROS GR
-
GEORGE FLOROS GR started following Mattmad1234
-
Disable JIP after 5 minutes have passed
Mattmad1234 replied to Mattmad1234's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I see what you are getting at here, but am a little confused on how I would actually implement that. (I'm a little new to scripting sorry...) -
Disable JIP after 5 minutes have passed
Mattmad1234 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Good Evening! I am working on a way to respawn a player after 5 minutes have passed on a mission if they joined in progress. Currently I am using this script below in the initPlayerLocal.sqf However, What happens is that the sleep is not local to the server but the player. Meaning that if they Join in Progress, after 5 minutes they will be respawned. Is there a way to make this script based on server time and not local, so if they join the mission after 5 minutes have already passed server time, they will be respawned? -
End a mission when only one group/team is left alive
Mattmad1234 replied to Mattmad1234's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I have a few more questions regarding some scripting with a mission I am trying to make. however, I will start another thread to do so! -
Mattmad1234 changed their profile photo
-
End a mission when only one group/team is left alive
Mattmad1234 replied to Mattmad1234's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thank you all for the incredibly helpful responses! Grumpy Old Man's script worked perfectly! Thank you all for the help and quick responses that I got! -
End a mission when only one group/team is left alive
Mattmad1234 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I'm looking to make a mission end when only one team is left alive. Is there a way to do this either using a trigger, or a script of some sort? Any help on this would be greatly appreciated as I am somewhat new to the editor. -
Deploy a Bike when a player has a Tool-Kit
Mattmad1234 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I am looking to see if there is a way using a script that allows a player that has a Tool-Kit in their inventory to deploy a bike. I'm not very experienced with scripting or anything so i don't know if this is even possible. -
End a mission when only one player is left alive
Mattmad1234 replied to Mattmad1234's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks so much! -
End a mission when only one player is left alive
Mattmad1234 replied to Mattmad1234's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I'm pretty new to the Arma editor so could you specify? -
End a mission when only one player is left alive
Mattmad1234 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I'm looking to make a trigger that when only one player is left alive within the area of the trigger, the mission ends.