Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

Schatten

Member
  • Content Count

    816
  • Joined

  • Last visited

  • Medals

Community Reputation

291 Excellent

3 Followers

About Schatten

  • Rank
    First Sergeant

Profile Information

  • Gender
    Male

Recent Profile Visitors

3890 profile views
  1. https://community.bistudio.com/wiki/ctrlMapDir
  2. Learn carefully, especially syntax 6: https://community.bistudio.com/wiki/select
  3. You can save scores when a player disconnects: https://community.bistudio.com/wiki/Arma_3:_Mission_Event_Handlers#HandleDisconnect
  4. OK, this article explains that: https://community.bistudio.com/wiki/Event_Scripts
  5. You can simplify: _this execVM "objectiveControl.sqf"; I think this forum is OK for such questions. You can also join Arma Discord.
  6. It's written just before the code snippet.
  7. Errors because you pass an empty array to the script.
  8. Read carefully: https://community.bistudio.com/wiki/params
  9. [_hup, ["Surrender", _hup]] remoteExec ["action", _hup];
  10. Publish initialization code of hullaszamlalo var and the full error message.
  11. Schatten

    Spawning items into container

    I'm not sure that _loot var contains correct class names, so check them. There is also for loop that is more suitable for your case.
  12. Seems I've already given you some options on Discord. Have you tried them?
  13. Could you share the option you found please?
×