EightEx
-
Content Count
13 -
Joined
-
Last visited
-
Medals
Posts posted by EightEx
-
-
Made a menu that you can bring up on a key press (stole it from Takistan Life) I have it call a ExecVM to bring up the biplane script
-
Great! Thanks for the help. Its a work in progress learning all this.
I can get the plane to spawn but still no loadout.
I'm trying to make a AN2 Biplane battle for some friends. I can make them on the editor have the weapons but the menu is what they want.
-
Oh yea, I missed that thanks!
-
Oh yea, duh. My noob is showing. anyway this is what I've got so far:
car1 = createVehicle ["An2_1_TK_CIV_EP1", position player, [], 0, "car1 = this"];publicVariable "AN21"; AN21 setVehicleInit "AN21 addweapon "AZP85"; AN21 addweapon "CMFlareLauncher"; AN21 addWeapon "VikhrLauncher"; AN21 addMagazine "12Rnd_Vikhr_KA50"; AN21 addmagazine "60Rnd_CMFlareMagazine"; AN21 addmagazine "2000Rnd_23mm_AZP85"; AN21 addmagazine "2000Rnd_23mm_AZP85"; AN21 addmagazine "2000Rnd_23mm_AZP85"; AN21 addmagazine "2000Rnd_23mm_AZP85";";processInitCommands;
-
Hello, I'm trying to add custom weapons to a vehicle (AN2) I spawn in with a scripted command. I can get the plane to spawn but the loadout doesnt. Any ideas?
-
Are you hosting the demo mission anywhere else? I'd like to try it.
-
I was on a server last night and they hacked in a flying LHD, just wondering how they could have done that? I'd like to make one for my own mission, thinking Avengers style...
-
Thanks! I kind of got it working. For some reason the plane respawns without ammo, and I can only get it to work on one of them. Could you point me in the direction of a guide on how to do a script for multiple loadouts on vehicles?
Wait I got it! Thanks for all the help!
-
So I need to figure out how to make a loadout script then. Thanks!
-
Hello, I'm have an issue that I can't wrap my head around. I am fairly new to scripting and have set up a AN-2 dogfight for my friends, but on respawn the AN-2's aren't armed anymore.
I've tried the various fixes to others problems here and still nada. Any help?
-
I belive you should get MYSQL for your server, with ftp adresses etc.. :)Is this the only was to get a Life server to save the players progress? (Money, cars, business's, gear)?
-
I'm having a similar issue. I cannot edit maps I have already made. There just inst an 'edit' button
Adding weapons to a menu spawned vehicle
in ARMA 2 & OA : MISSIONS - Editing & Scripting
Posted
I have got it to work with the vehicle respawn script, it would call the loadout on spawn. But I can't seem to set it like this. I tried SetVehicleInit too but nada.