Jump to content

EightEx

Member
  • Content Count

    13
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About EightEx

  • Rank
    Private First Class
  1. 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.
  2. 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
  3. 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.
  4. 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;
  5. 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?
  6. Are you hosting the demo mission anywhere else? I'd like to try it.
  7. 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...
  8. 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!
  9. So I need to figure out how to make a loadout script then. Thanks!
  10. 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?
  11. Is this the only was to get a Life server to save the players progress? (Money, cars, business's, gear)?
  12. EightEx

    Edit existing map?

    I'm having a similar issue. I cannot edit maps I have already made. There just inst an 'edit' button
×