Jump to content

IDONTNO

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About IDONTNO

  • Rank
    Rookie
  1. IDONTNO

    Mapfact discussion thread

    For more Informations visit www.Mapfact.net
  2. IDONTNO

    A-10 Thunderbolt II v0.5

    that right .... it is the Eurofighter from Hardrock, but I have only the Lights and not the Eurofighter Sorry..... Hardrock had make the Pics with the Eurofighter .
  3. IDONTNO

    A-10 Thunderbolt II v0.5

    here are any Pics from the real A-10 Thunderbolt..... A-10 Thunderbolt Mit freundlichen Grüßen - Best regards - Veuillez agréer Idontno ( I don´t know ;-)
  4. IDONTNO

    A-10 Thunderbolt II v0.5

    yes, I make the runwaylights with a special Colorlights, because I must change the Normal Addon "Colorlights" from "Lester" www.mapfact.net havocsquad .... that´s right what you say ... I will make more distance between the Lights, thanks ;-) the next Pics show you other Runwaylights, there can see you by Day and by Night. This Lights are 3 on both sides Polygonen, Shining, Licht-Texture Mit freundlichen Grüßen - Best regards - Veuillez agréer Idontno ( I don´t know ;-)
  5. IDONTNO

    A-10 Thunderbolt II v0.5

    Hi Diesel, your A-10 Thunderbolt is very very good !!! I am working on a Autopilot-Script for OPF. The OPF-KI can land on any other Runway´s and Carriers. here are any Pics from the Autopilot with the A-10 Thunderbolt from Diesel I hope next week the Autopilot is ready and your A-10 Thunderbolt can land on other Runway´s. Mit freundlichen Grüßen - Best regards - Veuillez agréer Idontno ( I don´t know ;-)
  6. ...my Problem is...... If the AI controls the vehicle then it will deny the lowering/rising of the gear depending on the situation. I need help, because there is no Infos, which Situation I need for this Action "Land Gear". Plane is the Standart A10 Is it..... <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_pilot setbehaviour "CARELESS"; _plane setbehaviour "CARELESS"; or <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_pilot SetCombatMode "BLUE"; _plane SetCombatMode "BLUE"; or all together I don´t know ? Next Test..... <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_pilot action ["LAND GEAR"]; or _plane action ["LAND GEAR"]; or _pilot action ["LAND GEAR",_plane]; or _plane action ["LAND GEAR",_plane]; no result !?! This is the Script... <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> _plane = _this select 0; _index_Flugnummer = _this select 1; _pilot = driver _plane; ? (! Alive _plane) : goto "EXIT"; planecontrol set [_index_Flugnummer, 1]; _pilot setbehaviour "CARELESS"; _plane setbehaviour "CARELESS"; ;Syntax Gear Down ;_pilot action ["LAND GEAR"]; _plane action ["LAND GEAR"]; ;_pilot action ["LAND GEAR",_plane]; ;_plane action ["LAND GEAR",_plane]; planecontrol set [_index_Flugnummer, 0]; EXIT Who can help me ......??? Thanks IDONTNO
×