Jump to content

DAKA

Member
  • Posts

    258
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by DAKA

  1. 6 hours ago, oldmatechoc said:

     

    So I have read through all that and seems that it was an issue with EMS and WAI 2.2.1. I am running WAI 2.2.0 and DZAI. There was never a real answer on how to fix it from what i saw. I tried a few of the suggestions and it didn't work. Still get the same error. So not sure what to do at this point.

  2. On 12/3/2014 at 3:24 PM, escortrally said:

    It does.

     

     

    change this:

    
    _killer = setVariable["cashMoney",(_killCash + 20),true];

    remove the "=" so it looks like:

    
    _killer setVariable["cashMoney",(_killCash + 20),true];

    I am unable to get this to work. here is the error I get.

     8:25:13 Error in expression <"humanity",_humanity,true];


    _killCash _killer getVariable["CashMoney",0];
    _kil>
     8:25:13   Error position: <_killer getVariable["CashMoney",0];
    _kil>
     8:25:13   Error Missing ;
     8:25:13 File mpmissions\__cur_mp.napf\custom\local_eventKill.sqf, line 21

    I have all the ; in there? this line here,  private ["_zed","_killer","_kills","_array","_type","_humanity"]; Do you need to add "_killCash" to it?

  3. Boy Am I just having issues all of a sudden. I am now getting this error and I have changed nothing. Any ideas?

     5:36:49 Error in expression < getVariable["actionSet", false];

    if (!_actionSet) then {
    s_player_holderPickup>
     5:36:49   Error position: <_actionSet) then {
    s_player_holderPickup>
     5:36:49   Error Undefined variable in expression: _actionset
     5:36:49 File z\addons\dayz_code\init\object_BackpackAction.sqf, line 13

  4. Hey all. By chance anyone know what this error means. I haven't any issues. Now all of a sudden I am.

    22:18:27 Error in expression < getVariable["actionSet", false];

    if (!_actionSet) then {
    s_player_holderPickup>
    22:18:27   Error position: <_actionSet) then {
    s_player_holderPickup>
    22:18:27   Error Undefined variable in expression: _actionset
    22:18:27 File z\addons\dayz_code\init\object_BackpackAction.sqf, line 13

     

    Thanks in advance for any help.

  5. Ok, so I am using Supa SC 3.0 with his Advanced Trading 2.1. I have moved the trader, I can see him. Can't trade with him. So here is what I changed and saw that I needed to change.

    dayz_server\missions\DayZ_Epoch_24.Napf\mission.sqf

    Mission\dayz_1.napf\mission.sqf

    Mission\dayz_1.napf\servers_traders_napf_24

    I also renamed the bandit trader to super hero trader and in the fn_selfactions, changed the bandit humanity to superhero and made it 20k. I also changed the default skin to gsc_scientist1. So did I make all the right changes or did i mess up and should have just created a whole new trader. I wasn't able to find a help page to do it with SC, just DB traders. Thanks for the help.

     

  6. When i remove the line for the supply drop, server sits at wait for host. if i set the say 15 to 0, it still spawns. unless something else is causing it to spawn the green circles like 2 - 4 times now. Is there something within the missions that can cause that as well, like in WAI?

×
×
  • Create New...