Jump to content

psychosis

Member
  • Posts

    145
  • Joined

  • Last visited

Posts posted by psychosis

  1. why RemoteExec log ?)

    if in waypointstatements.log :

     

    21.12.2014 19:22:48: Daxaka (ip) guid - Condition Restriction #0 ["true", ""] [4:3 group, 1]

    21.12.2014 19:22:52: [~DarK_VillaiN~] (ip) guid - Condition Restriction #0 ["true", ""] [6:3 group, 1]
    21.12.2014 19:22:55: Dreykon (ip) guid - Condition Restriction #0 ["true", ""] [10:3 group, 1]
    21.12.2014 19:23:03: Дунья Фистова (ip) guid - Condition Restriction #0 ["true", ""] [11:3 group, 1]
    21.12.2014 19:23:10: Винни Пух (ip) guid - Condition Restriction #0 ["true", ""] [12:5 group, 1]
    21.12.2014 19:24:06: Dreykon (ip) guid - Condition Restriction #0 ["true", ""] [16:5 group, 1]
    21.12.2014 19:24:10: Cobaka (ip) guid - Condition Restriction #0 ["true", ""] [13:4 group, 1]
  2. if((isPlayer _x) >
    21:29:32   Error position: <_killpercent) then {
    {
    if((isPlayer _x) >
    21:29:32   Error Undefined variable in expression: _killpercent
    21:29:32 File z\addons\dayz_server\WAI\compile\mission_winorfail.sqf, line 59
    21:29:33 Error in expression <sion_data select _mission) select 0) <= _killpercent) then {
    {
    if((isPlayer _x) >
    21:29:33   Error position: <_killpercent) then {

     
     
    error spam
  3. and some issue with infi..for normal player

     

    in rpt
    1:47:33 "infiSTAR.de Log: $triker53rus (id) | BadVar: firstrun = "firstrun" (BANNED)   |DayZ Instance: 11|"

     

    in publicvariable:

    21.06.2014 01:47:26: $triker53rus (ip) uid- #10 "PVAHR_0_imscphjjkirp" = ["$triker53rus","id",[66,97,100,86,97,114,58,32,102,105,114,115,116,114,117,110,32,61,32,34,102,105,114,115,116,114,117,110,34],[66,65,78,78,69,68]]

     

    for admins all god//

  4. Shep

    make something like this :

    if (isServer) then {
    call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\dynamic_vehicle.sqf";
    //Compile vehicle configs
     
    // Add trader citys
    _nil = [] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\mission.sqf";
    _serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";
    execVM "Nuke\server_Nuke.sqf";
    };

     

     

    if (!isDedicated) then {
    //Conduct map operations
    //[] execVM "scripts\Server_WelcomeCredits.sqf";
    ......
    _nil = [] execVM "fixes\remote_messages.sqf";
    execVM "Nuke\Effects\effects.sqf"; 
    };

     

     

    and at the end

    //Nuke Settings 0 = off for first 4 options.
    Blood_LossPS = 125; // set blood loss per sec in radiation zone here for non antiRadSkins. 
    destruction_zone = 400; //Set the destruction zone size here. Any vehicles, buildings and some (if not all) epoch buildables in this zone will be destroyed 
    radiation_zone = 1500; //Set the radiation zone size here 1500 = 1500m.
    death_zone = 200; //Set the size of the zone people will die in as the nuke goes off. (200 = 200m)
    antiRadSkins = ["BanditW1_DZ","BanditW2_DZ","Bandit2_DZ","GUE_Soldier_MG_DZ","INS_Lopotev_DZ"]; //Set skins that will block blood loss in the radiation zone. 
    laptop_Pos = [x.y.z]; //set laptop position Here x y z.
    laptop_Dir = -588.9624; //set the direction the laptop is facing here.
    laptop_Type = "Laptop_EP1"; //can edit to be anything if you like.
    //
    execVM "radiationZone\blowoutZone.sqf"

     

     

×
×
  • Create New...