Jump to content

Abumarwan

Member
  • Content Count

    21
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Abumarwan

  • Rank
    Private First Class
  1. Can I get some attention to me original question? Read my last few posts for an idea of where I'm at, and what I'm trying to figure out.
  2. You can set a waypoint by Shift left clicking on the map. After a few more tweaking, this script here is pretty much exactly what I need. SpawnUnit_command = _this select 0; SpawnUnit = "B_Helipilot_F" createunit [[(getpos player select 0), (getpos player select 1), 50], group player, format["%1", SpawnUnit_command]]; This spawns me an AI, who I can order around and tell to get into the AH99. The only thing I need help doing is making sure he never goes below 400 altitude, and that he always maintains a auto-hover unless I order him otherwise... Is there anyway to do this?
  3. Thanks for the help there. That script is almost what I need, however... Can we make the Gunner seat empty? And Can we also make the chopper/pilot spawn infront of me on the ground? The idea for this is that I want to be able to board the gunner position, take control of the chopper and fly to the engagement, then give control back to the AI, have him hover at 400 Altitude while I destroy enemies with my gun. So far, it just spawns two AI inside a AH-99 at 400 altitude, and then they descend to 50 altitude for a hover. I cant seem to give them orders also... maybe because Im on Opfor though.
  4. Ok, I've figured it out by using this script.. SpawnUnit_command = _this select 0; SpawnUnit = "B_Helipilot_F" createunit [[(getpos player select 0), (getpos player select 1), 50], group player, format["%1", SpawnUnit_command]]; ~0.01 deletevehicle SpawnUnit SpawnUnit = nearestobject [[(getpos player select 0), (getpos player select 1), 50],"B_Helipilot_F"]; deletevehicle SpawnUnit sleep 0.5 deletevehicle SpawnUnit exit That script spawns a pilot, and I can then order him to get into the chopper. But, how do I add the restrictions that he hovers at 400 altitude, and doesnt move or attack?
  5. I'd like to spawn a AH-99 BLACKFOOT with AI as a pilot, and with the AI maintaining these variables... (driver this) disableAI "Target"; (driver this) disableAI "Autotarget"; This will make him ignore targets, and not fly around all over the place. this doMove (getPosATL this); this flyInHeight 400; This will make him hover at 400 Altitude. Can someone write me the full script to make this happen? Or give me some pointers? So far I have been able to spawn the AH-99, but I can't seem to make it spawn with an AI in the pilot seat, and i defenetly can't make the AI keep those traits that I listed above.. please help asap This is for my clans multiplayer mission...
  6. Abumarwan

    Can't communicate with AI

    No problem installing the game, and the patch. Absolutly no error. This problem is annoying, It's difficult to play Warfare because I can't talk to my AI. ---------- Post added at 04:28 PM ---------- Previous post was at 04:26 PM ---------- My languagecore.pbo is in the DTA folder. Not the AddOns folder. I will switch it up to see if that helps though,
  7. Abumarwan

    Recieving while playing

    GREAT NEWS I've been playing online for 2 hours now. I just needed to install SERVICE PACK 1 I was getting the exact same error as you guys were. Now, I have never gotten the receiving screen. I'm able to play with out interuptions. I tried 5 different servers. The fix for me, appears to be installing VISTA SERVICE PACK 1 I'm running Vista 64bit Ultimate
  8. Abumarwan

    Recieving while playing

    I'm installing SP1 right now. For my Harddrive. I will let everyone know if after I've installed SP2 and updated the rest of my Windows Vista I can get the Multiplayer to stop freazing.
  9. Abumarwan

    Recieving while playing

    I've had this drive for almost 2 years. It's super clean because I've never used it so its practically new. How do I check if I have the Vista server packs? I'm running Vista 64 Ultimate, and I don't think I have ever manually installed the service packs, however, it may have been an auto installation that I am unaware of. I really can't navigate around Microsofts website, its counter intuitive and gives me a huge headache. Can some one post the direct links to download service packs 1 and 2?
  10. Abumarwan

    Can't communicate with AI

    The commands don't work if I place myself in the editor as squad leader. I've tried lots of things, witch leads me to the conclusion that I don't have the command sound files to issue such orders. I see no text in the left, or hear a voice and my AI don't do anything but follow and shoot. If they are scripted to do something like speak, they will. But I can't actually communicate with them using the games coms. Can some one send me the files im missing or have been corrupted somehow
  11. Abumarwan

    Manhatten Bug List

    As soon as my chopper touches down, i get a CTD
  12. When I play in MultiPlayer servers, I can play for a few minutes. After a few minutes, my screen goes dark green and the word "Receiving" flashes in the middle of the screen. It does that for like 5 seconds and then my screen flickers from black, to back to the receiving message. I can't do anything, I minimize and its black. The only thing to do is ctrl alt delete and manually go back to my desktop and turn off the game. How do I get this to stop?
  13. Abumarwan

    Campaign too short

    did u get any bugs?
  14. Abumarwan

    Manhatten Bug List

    How do you play this mission? Do you just keep progressing through the campaign and eventually you will get to it? Or is it in the missions tab
×