Jump to content

rmbcbv

Member
  • Posts

    19
  • Joined

  • Last visited

Posts posted by rmbcbv

  1. hey,man.can you tell where to add these?

    !="execVM "debug\addmarkers.sqf"; !="execVM "debug\addmarkers2.sqf";" !="execVM "debug\addmarkers75.sqf";" !="execVM "debug\addmarkers752.sqf"; !="execVM "start_black.sqf";" !="ExecVM "\q\addons\custom_server\init.sqf";"

    my scripts.txt like these

     

    line 20 7 addWeaponCargo

     

    line 21 7 onMapSingleClick

     

    line 22 7 addMagazine

     

    line 23 7 addMagazineCargo.

    can not find 7 exec in my scripts.txt.

  2. hello,thanks for the scripts.it works well,but i have a problem with this.i use the scripts.txt from SEM_v0.4_TEST.zip and pbo files from SEM_v0.5_TEST.zip.i get kicked when i pick up anything to backpack.i can see the word in scripts.log says 

     
    08.04.2015 20:00:34: noob (127.0.0.1:2304) xxxxxxxxxxxxxxxxxxxxxxxxxx - #27 ";
    if (_good) exitWith {};
    if (_failcount > 5) exitWith { removeBackpack player; };
    sleep 0.5;
    };
    };
    case 1: {
    while {true} do {
    "
    can you help me with this?thanks for the all.
  3. What does Redis say when you open it ?

    [4084] 01 Apr 00:57:04.957 # server started, Redis version 2.8.12

    [4084] 01 Apr 00:57:04.958 # DB loaded from disk: 0.000 seconds

    [4084] 01 Apr 00:57:04.959 # The server is now ready to accept connections on port 6379

    [4084] 01 Apr 01:02:05.001 # 10 changes in 300 seconds. saving...

    [4084] 01 Apr 01:02:05.250 # fork operation complete

    [4084] 01 Apr 01:02:05.434 # Backgroud saving terminater with success

    [4084] 01 Apr 01:07:06.069 # 10 changes in 300 seconds. saving...

    [4084] 01 Apr 01:07:06.615 # fork operation complete

    [4084] 01 Apr 01:07:06.791 # Backgroud saving terminater with success

  4. check Redis installation and that passwords match :

     

    9) Open redis.conf using Notepad ++ or another text editor. It will look like this.

     

    Quote

    10) Change the "requirepass" to a password you wish to use for your database server such as client321.

    11) In your E:\Arma3Server folder, find and open @EpochHive.

    12) Open EpochServer.ini using Notepad++. In it there will be a section titled [Redis] which looks like this:

     

    Quote

    13) now change the password to the one you set above for redis.conf, which for this example was client321 "

    thank you for reply.i do this step like you say,but it  still can not save when the server close.i do everything like the post,i dont know what is going wrong.

×
×
  • Create New...