Jump to content

basba66

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Everything posted by basba66

  1. installed the extDB3 database, but the destroyed vehicle still appears in the garage after the server restart. this is normal ?
  2. if you use the extDB3 database will the garage function normally?
  3. I use EOS in my mission, after the capture, I couldn’t sell the bots technique or put them in the garage. How to fix it? I wanted to do so but failed. / * If the function is used locally (e.g using addAction ...) (_this select 0) refers to the vehicle * / [(_this select 0)] call HG_fnc_setOwner; / * Else ... remote execution _unit refers to the new vehicle owner * / [_vehicle, _unit] remoteExecCall ["HG_fnc_setOwner", _ unit, false];
×