Recent content by FGLock

  1. F

    Dayz Quest System [EPOCH ADDITION] v0.1 [IN DEVELOPMENT]

    My system of quests and dialogues (not English - just an example). What happened with the author's theme? Can show the result?
  2. F

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

    Thank you very much. But i have crash server or do not get the data in diag_log : while {_doLoop < 5} do { _key = format ["CHILD:999:select cl.`total_zombie_kills` from `profile` where clp.`unique_id` = '%1':[]:", _playerID]; _primary = _key call server_hiveReadWrite; if (count...
  3. 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...
  4. 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...
  5. F

    [Request] DayZ Currency + AI Merchants

    NPC merchants. I'm still working on them. http://youtu.be/TE7FAXXB4xA This is my Dayz Stalker mod
  6. F

    [Question] SideChat through Trigger activated script.

    If (isserver) exitwith {};
Back
Top