La Croxyy
Member-
Content Count
12 -
Joined
-
Last visited
-
Medals
Everything posted by La Croxyy
-
[RESOLVED] How do I spawn a command on someone selected though listbox.
La Croxyy replied to La Croxyy's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Fixed. Forgot a semicolon at one line and of course, my IDE does not report any errors(definitely will change IDE's). Thank you, everyone, for your help. -
[RESOLVED] How do I spawn a command on someone selected though listbox.
La Croxyy posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
RESOLVED -
[RESOLVED] How do I spawn a command on someone selected though listbox.
La Croxyy replied to La Croxyy's topic in ARMA 3 - MISSION EDITING & SCRIPTING
@mrcurry I can't delete the latest post, the edit button is completely broken and doesn't respond. -
[RESOLVED] How do I spawn a command on someone selected though listbox.
La Croxyy replied to La Croxyy's topic in ARMA 3 - MISSION EDITING & SCRIPTING
These didn't work either. Most likely an error I made. I'm going to check my code and see if I can get it to work if not, I'll come back 🙂 -
[RESOLVED] How do I spawn a command on someone selected though listbox.
La Croxyy replied to La Croxyy's topic in ARMA 3 - MISSION EDITING & SCRIPTING
_unit action ["eject", _Veh]; I have stumbled upon another problem, the command to move the selected player out of the vehicle doesn't work. Am I using the command wrong? Or is the problem somewhere else. -
[RESOLVED] How do I spawn a command on someone selected though listbox.
La Croxyy replied to La Croxyy's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Okay, thanks for the help. I'll see if that works now. -
Took these screenshots when the Orange update came out. Just found them on my hard drive, thought they would be pretty cool desktop backgrounds so here they are for anyone who wants them :)
-
C_IDAP_Heli_Transport_02_F
La Croxyy replied to Hakan Onur M.'s topic in ARMA 3 - MISSION EDITING & SCRIPTING
I don't believe BI have released the PAA files yet since it would be on Arma 3 Samples. Guess you will have to wait until it's released. :/ -
Getting CfgVehicle Classnames into an array
La Croxyy posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
The title pretty much explains it all. How would i proceed with getting the class names of vehicles in CfgVehicles and putting them into an array so i could add them to a listbox. -
Getting CfgVehicle Classnames into an array
La Croxyy replied to La Croxyy's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I don't see iceman's comment, perhaps he has deleted it? -
Getting CfgVehicle Classnames into an array
La Croxyy replied to La Croxyy's topic in ARMA 3 - MISSION EDITING & SCRIPTING
@Grumpy Old Man It works but how would i proceed with making it only hold the class names of vehicles like, "Car","Air","Ship","Armoured" all in one array? -
Getting CfgVehicle Classnames into an array
La Croxyy replied to La Croxyy's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I'll try it, thanks.