Jump to content

RedLink

Member
  • Posts

    87
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Thanks
    RedLink got a reaction from OlFosterlO in Battleye Kick Troubleshooting - Value Restriction #0 "remExField"   
    you use infistar?
  2. Like
    RedLink got a reaction from koriaba in [SOLVED] Purchased Vehicles Not Spawning   
    ответ был выше. обновить инфистар до актуальной версии
  3. Like
    RedLink reacted to Joshyy in Full list of epoch items/vehicles.   
    Run this, and it will log all weapons, magazines, backpacks, clothing, vehicles and buildings to your RPT
  4. Thanks
    RedLink got a reaction from salival in z\addons\dayz_server\compile\server_maintainArea.sqf not found. [SOLVED]   
    This is an error in the latest infiSTAR files:
    See this post:
     
  5. Like
    RedLink got a reaction from nova in [Release] Salivals Mod Pack [Updated for 1.0.7]   
    This bug from InfiStar 1448.
    in AH.sqf find
    server_maintainArea_original = if(isNil 'server_maintainArea')then{compile preprocessFileLineNumbers '\z\addons\dayz_server\compile\server_maintainArea.sqf';}else{server_maintainArea}; while{1 == 1}do { local_lockUnlock = fn_infiSTAR_local_lockUnlock; server_maintainArea = { private['_input','_player','_targetObj']; _input = _this select 1; _player = _input select 0; _targetObj = _input select 2; _log = format['%1(%2) maintained %3 (objid: %4) @%5 (%6)',name _player,getPlayerUID _player,typeOf _targetObj, _targetObj getvariable['ObjectID','0'],mapGridPosition _targetObj,getposatl _targetObj]; ['MAINTAIN',_log] call fn_custom_log; _input spawn server_maintainArea_original; }; and replace with
    while{1 == 1}do { local_lockUnlock = fn_infiSTAR_local_lockUnlock; 'PVDZE_maintainArea' addPublicVariableEventHandler { private['_input','_player','_targetObj']; _input = (_this select 1); _player = _input select 0; _targetObj = _input select 2; _log = format['%1(%2) maintained %3 (objid: %4) @%5 (%6)',name _player,getPlayerUID _player,typeOf _targetObj, _targetObj getvariable['ObjectID','0'],mapGridPosition _targetObj,getposatl _targetObj]; ['MAINTAIN',_log] call fn_custom_log; _input spawn server_maintainArea };  
  6. Like
    RedLink got a reaction from totis in error in fill canisters   
    delete this code && {!a_player_jerryfilling} in of all lines of the file.
    This variable was removed in the new version 1,0,6,+
  7. Like
    RedLink got a reaction from stormchaser206 in Script restriction #55   
    show your scripts.txt
  8. Like
    RedLink got a reaction from DieTanx in Log grim esp infistar   
    _sl = format["%1 GrimIcons Deactivated",_nameP];
    change to 
    _sl = format["%1 GrimIcons Activated",name player];
  9. Like
    RedLink got a reaction from Hooty in Log grim esp infistar   
    _sl = format["%1 GrimIcons Deactivated",_nameP];
    change to 
    _sl = format["%1 GrimIcons Activated",name player];
  10. Like
    RedLink got a reaction from SideShowFreak in Epoch 1.0.6   
    Yes. I did the adaptation under 1.0.6
    look here - http://s-platoon.ru/index.php?/topic/5998-single-currency-v30-dlia-106/#entry51576
    My guide in Russian. But, in principle, everything is clear as that.
     
×
×
  • Create New...