Jump to content

DAKA

Member
  • Posts

    258
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by DAKA

  1. Salival has a version of this working. I am unable to get this to work. His is much more simplified. This is the one that I have on my 1051 server

    How would I convert this to 1061. 1051 and 1061 still use cashMoney to call the money, but uses PVAH_WriteLogReg, I think this has changed in the new version, what would I change this too? or if someone has this version working, please let me know.

  2. So I am with GTX and well so far they are not helping. They don't have a specific option to set your server to daytime only. Also they use whats called MBcom , which I have no idea how to program to do restarts or display messages for the restarts. Any one have help on this. Running Epoch 1.0.6.1. Any help would be awesome. Thanks.

  3. On 3/2/2017 at 10:48 AM, salival said:

    Hey mate, I think you are correct there, I believe I overlooked that and just assumed it would work.

    I'll get a fix sorted tomorrow.

    Cheers for the headsup.

    I am now having this same issue. I am using your files Salival, so the changes are there. But upon restart all coins are gone from vehicles. I have gone through the install instructions, started from scratch and still same thing.

  4. So with Epoch 1.0.5.1 and infistar, you have an option to add some code to at.sqf so that you can add coins to a player. With the new 1.0.6.1 and single currency, is there a way to add coins or is someone have a work around for infistar to do it?

  5. I am sure there is an update. I have one by oiad. Is this the current one out or is there another, Please link the link if so. Also where can i find an updated Single currency script. If one was updated. I cant find a link for it either. 

    So far everything is working out. Missions are loading good, now just need to get the other mods installed. Thanks for the help.

  6. Just now, salival said:

    I'm not filtering cutRsc in my scripts.txt, nor is the default epoch, I'm not sure it's that useful

    I keep getting kicked because of it or is it this one that is giving me script restriction #2 

    if (isNull _grp) then { _grp = group ((entities 'FunctionsManager') select 0); };
    if (!isNull _grp) then {
    _list = units "

  7. So lets say I have this error 

    if (!isNil "dayZ_serverName") then {
    5 cutRsc ["wm_disp","PLAIN"];
    _watermark = (uiNamespace getVariable ""

    I would then add to the appropriate line cutRsc [\"wm_disp\",\"PLAIN\"]; \n _watermark = (uiNamespace getVariable "" ?

  8. 7 minutes ago, DAKA said:

    so the only thing that is not added from what i can see is _watermark. How would i add that to the cutRsc line? So I am trying to figure out how to add this then cutRsc ["wm_disp","PLAIN"];
    _watermark = (uiNamespace getVariable ""

    OMG I did it, I added it and it worked. I am so proud of myself. Thank you all for the help, YOU ALL ROCK!!! :)

  9. 3 hours ago, DAKA said:

    Ok, I was able to find it and this is what I have


    if (!isNil "dayZ_serverName") then {
    5 cutRsc ["wm_disp","PLAIN"];
    _watermark = (uiNamespace getVariable ""
    03.03.2017 20:55:13: KRYTERION (174.23.11.179:2304) 5118913385da531dfe2ec61f9e2a1914 - #2 "};
    };
     

    Anyone able to give me some ideas about what I need to add to keep me from getting kicked for script restriction #2. That is my log above for scripts. please help

  10. Ok, I was able to find it and this is what I have


    if (!isNil "dayZ_serverName") then {
    5 cutRsc ["wm_disp","PLAIN"];
    _watermark = (uiNamespace getVariable ""
    03.03.2017 20:55:13: KRYTERION (174.23.11.179:2304) 5118913385da531dfe2ec61f9e2a1914 - #2 "};
    };
     

×
×
  • Create New...