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

lone_mountain

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About lone_mountain

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. If i make some test with iniDBI2 i get everytime the output any my code is _inidbi = ["new", "milrp"] call OO_INIDBI; hint format["In der _inidbi Variable steht: %1", _inidbi]; sleep 5; _version = "getVersion" call _inidbi; hint format["Die iniDBI2 Version lautet: %1 ", _version]; sleep 5; _exist = "exists" call _inidbi; hint format["In _exist steht: %1", _exist]; sleep 5; _sections = "getSections" call _inidbi; hint format["In _sections steht: %1", _sections]; sleep 5; What can i do ?
×