Home   Help Search Login Register  

Author Topic: Does anyone know if you can repair runways ??  (Read 1742 times)

0 Members and 1 Guest are viewing this topic.

Offline Zonekiller

  • Members
  • *
    • Zonekiller Page
Does anyone know if you can repair runways ??
« on: 28 Sep 2009, 11:57:58 »
I would like to add a runway repair script tp my BattleField 2 mission.

Can this be done ???????

also what is the opfor engineer called ?? does he exist ??


Thanks

ZoneKiller


Offline Zonekiller

  • Members
  • *
    • Zonekiller Page
Re: Does anyone know if you can repair runways ??
« Reply #2 on: 29 Sep 2009, 05:08:19 »
i can make one and delete it but if you try and find one that you dont know the name or reference ,, thats the hard bit

after i created one ive tried

_num = "CraterLong" countType list runway1;
_list = position player nearEntities ["CraterLong",100];
{if (_x isKindOf "CraterLong") then {hint "it is"}} foreach list runway1;
{if ("CraterLong" == typeOf _x) then {hint "it is"}} foreach list runway1;


to see if i could see it ---   no go

ive run out of ideas :(

Offline tcp

  • Members
  • *
    • Violator Gaming
Re: Does anyone know if you can repair runways ??
« Reply #3 on: 04 Oct 2009, 06:00:21 »
I assume you've already tried nearObjects.
Also, have you tried running the script on the server only?
« Last Edit: 04 Oct 2009, 06:05:40 by tcp »