Jump to content

Draken35

Members
  • Posts

    862
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. Draken35's post in LUA script error : event.initiator was marked as the answer   
    What error do you exactly get?
    Hit event initiators should be an unit object with a getName().
    It is been a while but if I recall correctly I got into a similar issue with Hit event detecting the initiator when the target was hit with the bomblets of cluster bombs.
    That will fail if initiator is nil
    you can use a pcall to test the getName() 
    if event.target.getCoalition and event.initiator then local status, a= pcall(function(p) return p:getName() end,event.initiator) end if status is true, a has whatever getName returned. If status is false, a will have the error description
  2. Draken35's post in Language translation. was marked as the answer   
    The only one who can is the author of the campaign. 
    https://forum.dcs.world/forum/1286-f-16c-arctic-thunder-campaign/

     
  3. Draken35's post in Crash/Hang spawning into the Phantom was marked as the answer   
    Well, don't know why it did not occurred to me before, but in my full install, including MODS, I uninstalled the F-4 from the module's manager and reinstalled it and it now WORKS.
  4. Draken35's post in Getting Co-Ords into the Jet Quickly was marked as the answer   
    there are a few apps to allow a faster manual input. For example:
    https://github.com/aronCiucu/DCSTheWay
    and (specially if you a VR user):
    (pardon the plug)
×
×
  • Create New...