Jump to content

GameBoss

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Posts posted by GameBoss


  1. Quote

     

    
    params ["_player","_killer"];   
    [_player,_killer] remoteExec ["fn_myFunction1",_killer];
    [_player,_killer] remoteExec ["fn_myfunction2",_player];

    This script is called is from "EntityKilled" MissionEventHandler at my Host server from initServer.sqf.

    But I cannot understand, why <fn_myFunction1> and <fn_myFunction2> are executed on every client when player is killed?
    Please Help.

     

    Nevermind, I am just stupid.


  2. I think inidbi2 not working correctly on x64 bit servers :( I managed it to load dll, but nothing can be done after :(

    22:16:18 CallExtension loaded: inidbi2 (C:\Program Files\Steam\steamapps\common\Arma 3\@inidbi2\inidbi2_x64.dll) [x݈]

    When i creating new db using _inidbi = ["new", "newdatabase"] call OO_INIDBI; nothing is created.

    When Im trying to check version using "getVersion" call _inidbi; it return:

    21:58:18 "Version: any"
    21:58:28 "Version: any"


     

×