Author Topic: A-10 Team Flying Script  (Read 2451 times)

0 Members and 1 Guest are viewing this topic.

Fishgun123

  • Online Villain
  • ***
  • Posts: 223
    • View Profile
A-10 Team Flying Script
« on: November 17, 2012, 05:07:25 pm »
Hi, i've always wanted to know this script but have never found it, but i found this:

TitleText [format["A10 coming"], "PLAIN DOWN"]
~1
TitleText [format[" "], "PLAIN DOWN"]

deletevehicle vehicle player;PLANE1 = createVehicle ['MLRS_DES_EP1',[(getPos player) select 0,(getPos player) select 1,150], [], 0, 'FLY'];Player moveInDriver PLANE1;
      
      
closedialog 0;


It saids a-10 coming but nothing happens. If someone could send me some working code for a10 flying team then it would be most appreciated it.

- thank you

Gerk

  • Klass Klown
  • ***
  • Posts: 377
    • View Profile
Re: A-10 Team Flying Script
« Reply #1 on: November 17, 2012, 06:35:54 pm »
Hi, i've always wanted to know this script but have never found it, but i found this:

TitleText [format["A10 coming"], "PLAIN DOWN"]
~1
TitleText [format[" "], "PLAIN DOWN"]

deletevehicle vehicle player;PLANE1 = createVehicle ['MLRS_DES_EP1',[(getPos player) select 0,(getPos player) select 1,150], [], 0, 'FLY'];Player moveInDriver PLANE1;
      
      
closedialog 0;


It saids a-10 coming but nothing happens. If someone could send me some working code for a10 flying team then it would be most appreciated it.

- thank you
Replace ~1 with sleep 10; command and try to execute it like sqf file. Also note that each line should end with ;

Fishgun123

  • Online Villain
  • ***
  • Posts: 223
    • View Profile
Re: A-10 Team Flying Script
« Reply #2 on: November 17, 2012, 08:18:57 pm »
Hi, i've always wanted to know this script but have never found it, but i found this:

TitleText [format["A10 coming"], "PLAIN DOWN"]
~1
TitleText [format[" "], "PLAIN DOWN"]

deletevehicle vehicle player;PLANE1 = createVehicle ['MLRS_DES_EP1',[(getPos player) select 0,(getPos player) select 1,150], [], 0, 'FLY'];Player moveInDriver PLANE1;
      
      
closedialog 0;


It saids a-10 coming but nothing happens. If someone could send me some working code for a10 flying team then it would be most appreciated it.

- thank you
Replace ~1 with sleep 10; command and try to execute it like sqf file. Also note that each line should end with ;


TitleText [format["A10 coming"], "PLAIN DOWN"];
sleep 10; command;
TitleText [format[" "], "PLAIN DOWN"];

deletevehicle vehicle player;PLANE1 = createVehicle ['MLRS_DES_EP1',[(getPos player) select 0,(getPos player) select 1,150], [], 0, 'FLY'];Player

moveInDriver PLANE1;
     
     
closedialog 0;


I did that! and it said a-10 coming again! but i wait and i dont see loads of a-10s coming! cna u please PASTE ME a working one gerk! i will really apprecaite it if you could

Gerk

  • Klass Klown
  • ***
  • Posts: 377
    • View Profile
Re: A-10 Team Flying Script
« Reply #3 on: November 18, 2012, 02:14:11 am »
TitleText [format["A10 coming"], "PLAIN DOWN"];
sleep 10; command;
TitleText [format[" "], "PLAIN DOWN"];

deletevehicle vehicle player;PLANE1 = createVehicle ['A10_US_EP1',[(getPos player) select 0,(getPos player) select 1,150], [], 0, 'FLY'];Player

moveInDriver PLANE1;
     
     
closedialog 0;




delete text in red

This script deletes vehicle you are in, creates plane 150 m above you and then moves you in plane as driver.
« Last Edit: November 18, 2012, 02:31:33 am by Gerk »

Fishgun123

  • Online Villain
  • ***
  • Posts: 223
    • View Profile
Re: A-10 Team Flying Script
« Reply #4 on: November 18, 2012, 11:47:29 am »
TitleText [format["A10 coming"], "PLAIN DOWN"];
sleep 10; command;
TitleText [format[" "], "PLAIN DOWN"];

deletevehicle vehicle player;PLANE1 = createVehicle ['A10_US_EP1',[(getPos player) select 0,(getPos player) select 1,150], [], 0, 'FLY'];Player

moveInDriver PLANE1;
     
     
closedialog 0;




delete text in red

This script deletes vehicle you are in, creates plane 150 m above you and then moves you in plane as driver.
still not working! can u just give em a working one with the a-10 team flying around

Gerk

  • Klass Klown
  • ***
  • Posts: 377
    • View Profile
Re: A-10 Team Flying Script
« Reply #5 on: November 21, 2012, 08:52:49 pm »
Code: [Select]
PLANE1 = createVehicle ["A10_US_EP1", [(getPos player) select 0,(getPos player) select 1,150], [], 0, "FLY"]; Player moveInDriver PLANE1;Try just this single line

Fishgun123

  • Online Villain
  • ***
  • Posts: 223
    • View Profile
Re: A-10 Team Flying Script
« Reply #6 on: December 02, 2012, 12:51:54 pm »
Code: [Select]
PLANE1 = createVehicle ["A10_US_EP1", [(getPos player) select 0,(getPos player) select 1,150], [], 0, "FLY"]; Player moveInDriver PLANE1;Try just this single line
doesnt work

JonMS

  • Intentional Cheater
  • **
  • Posts: 40
    • View Profile
Re: A-10 Team Flying Script
« Reply #7 on: December 02, 2012, 10:54:01 pm »
my god fishgun

Gerk

  • Klass Klown
  • ***
  • Posts: 377
    • View Profile
Re: A-10 Team Flying Script
« Reply #8 on: December 02, 2012, 11:23:33 pm »
Code: [Select]
PLANE1 = createVehicle ["A10_US_EP1", [(getPos player) select 0,(getPos player) select 1,150], [], 0, "FLY"]; Player moveInDriver PLANE1;Try just this single line
doesnt work
Where are you trying to execute this? arma2 or OA?

Fishgun123

  • Online Villain
  • ***
  • Posts: 223
    • View Profile
Re: A-10 Team Flying Script
« Reply #9 on: December 21, 2012, 06:35:14 pm »
arma2