Search results

  1. F

    [Request] How to read a variables from the database?

    How to transfer into the game total_zombie_kills variable from the database? I want to display a "total_zombie_kills" in my debug monitor. I read the stats in server_playerSetup.sqf while {_doLoop < 5} do { _key = format["CHILD:102:%1:", _characterID]; _primary = _key call...
  2. F

    Number of rounds in magazines|DayzCC

    I'm trying to fix a bug that non returns the number of rounds in disconnecting and reconnecting. Keep count of rounds should there?: \dayz_server\compile\server_playerDisconnect.sqf [_object, (magazines _object), true] call server_playerSync; //This returns classes? Also, I noticed that...
Back
Top