Jump to content

DimitriPokki

Member
  • Posts

    110
  • Joined

  • Last visited

Posts posted by DimitriPokki

  1. hello can anyone plz help me 

     

    8:19:55 Warning Message: Script z\addons\dayz_server\init\server_functions.sqf not found 8:19:55 "Loading Server Monitor & Server Executions!"

    8:19:55 Warning Message: Script z\addons\dayz_server\missions\DayZ_Epoch_24.Napf\dynamic_vehicle.sqf not found

    8:19:55 Warning Message: Script z\addons\dayz_server\missions\DayZ_Epoch_24.Napf\mission.sqf not found

    8:19:55 "Loading Dedicated Executions!"

    8:19:55 "Finalizing Server Startup, Loading BIS_Effects"

    8:19:55 "Res3tting B!S effects..."

    8:19:55 Warning Message: Script z\addons\dayz_server\system\server_monitor.sqf not found

    pack server pbo...

  2. in [addons\dayz_server\compile] server_playerDied.sqf uncomment this:

    if(DZE_DeathMsgGlobal) then {
    [nil, nil, rspawn, [_killer, _message], { (_this select 0) globalChat (_this select 1) }] call RE;
    };
    if(DZE_DeathMsgGlobal) then {
    customRemoteMessage = ['globalChat', _message, _killer];
    publicVariable "customRemoteMessage";
    };
    if(DZE_DeathMsgSide) then {
    [nil, nil, rspawn, [_killer, _message], { (_this select 0) sideChat (_this select 1) }] call RE;
    };
    if(DZE_DeathMsgTitleText) then {
    [nil,nil,"per",rTITLETEXT,_message,"PLAIN DOWN"] call RE;
    };
  3. I correctly added?
    Above in ah.sqf

    BIS_Effects_Burn={};
    diag_log ('infiSTAR.de - AntiHack FULLY LOADED');
    i add whis
    'AD_AntiDupePlayer' addPublicVariableEventHandler
    	{
    		[] spawn {
        		waitUntil {!isNull AD_AntiDupePlayer};
        		_plyr = AD_AntiDupePlayer;
        		_amnt = _plyr getVariable ['ClearToLeave',0];
        		_plyr setVariable ['ClearToLeave',_amnt+1,true];
    		};
    	};
    

    and bug or not 

    https://www.youtube.com/watch?v=RzomTW4___k&feature=youtu.be
     

  4. Your antihack is blocking this somehow. Make sure you've whitelisted this in your antihack.

    i deleted whis in infistar

    infi 343d

    playableUnits = [player]; (two occurrences)

    lbsetpicture='no';

    lbSetData='no';

    createMarkerLocal='no';

    setMarkerTextLocal='no';

    setMarkerTypeLocal='no';

    setMarkerColorLocal='no';

    Find and delete these from the FNCRestored check (_FRC):

    'lbsetpicture',

    'lbSetData',

    'createMarkerLocal',

    'setMarkerTextLocal',

    'setMarkerTypeLocal',

    'setMarkerColorLocal',

    + and

    Close Dialogs ? */ _CUD = false;

×
×
  • Create New...