Jump to content

I still have an 1051 file.

Member
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

I still have an 1051 file.'s Achievements

  1. Hello, I still run a 1051 server 89.201.7.209:2802, when I try to add the Flares to the UH1H variants, I get the flares on the seat for the crew chief. I use below as example to add the flares to the UH1H. The UH1H, usually does not have the flares from the base game. I have below in Servermonitor and vehicle2. I have played on a 1071 server, which has the flares on the Huey pilot seat. The flares still end up on the crew chief, gunner seat. //UH1H if (_object isKindOf "UH1H_TK_EP1") then { _object addWeapon "CMFlareLauncher"; //add two magazines _object addMagazine "120Rnd_CMFlareMagazine"; _object addMagazine "120Rnd_CMFlareMagazine"; }; I tried it in singleplayer aswell, editor: The flares still end up on the crew chief, gunner seat. this addWeapon "CMFlareLauncher"; this addMagazine "120Rnd_CMFlareMagazine"; What do I need to change, so that the flares show up on the pilot seat of the huey? My serverversion is 1051. I try to post the screenshot after.
  2. Hello, I still run a 1051 server 89.201.7.209:2802, when I try to add the Flares to the UH1H variants, I get the flares on the seat for the crew chief. I use below as example to add the flares to the UH1H. The UH1H, usually does not have the flares from the base game. I have below in Servermonitor and vehicle2. //UH1H if (_object isKindOf "UH1H_TK_EP1") then { _object addWeapon "CMFlareLauncher"; //add two magazines _object addMagazine "120Rnd_CMFlareMagazine"; _object addMagazine "120Rnd_CMFlareMagazine"; _object addEventHandler ["fired", {(_this select 0) setvehicleammo 1}] }; I tried it in singleplayer aswell, editor and I get the flares on the crew chief seat. Screenshot attached. What do I need to change, so that the flares show up on the pilot seat of the huey?
×
×
  • Create New...