Jump to content

Recommended Posts

I had a problem with which I had never encountered before. I have experience installing servers since 2014. But I ran into a problem that I can not solve on my own. The problem is that the server transport does not retain the last position, that is, after the restart, the entire transport appears on the previous position (Place respawn). 

So I installed InfiStar Anti-Hack, but when I try to save the transport, I see an error message in the server log.

SERVER LOG:

2017-06-07 00:46:32 HiveExt: [Information] Method: 308 Params: 11:AH64D:0:0:[239.363,[1175.84,2229.98,-0.004]]:[]:[]:1:any:
2017-06-07 00:46:32 HiveExt: [Error] Error executing |CHILD:308:11:AH64D:0:0:[239.363,[1175.84,2229.98,-0.00445652]]:[]:[]:1:any:|
2017-06-07 00:46:33 HiveExt: [Information] Method: 388 Params: any:
2017-06-07 00:46:33 HiveExt: [Error] Error executing |CHILD:388:any:|

Please, help!
 

Link to comment
Share on other sites

  Reveal hidden contents

Here is init.sqf

Link to comment
Share on other sites

Your init.sqf is completely wrong, that is not how you do all the loading of stuff at the start, including fn_selfActions.

Remove these:

[] execVM "faction.sqf";

[] execVM "AHconfig.sqf";

[] execVM "szone.sqf"; 

[] execVM "service_point\service_point.sqf";

//[] execVM "=BTC=_Logistic\=BTC=_Logistic_Init.sqf";    

//[] execVM "initnnn.sqf";

[] execVM "sectorfng\sectorfng_init.sqf";

[] execVM "scripts\startloot.sqf";

[] execVM "scripts\player_takeClothes.sqf";

[] call fnc_usec_selfActions;

[] execVM "scripts\fn_selfActions.sqf";

Also, AHConfig is serverside, not client side.

Link to comment
Share on other sites

  On 6/7/2017 at 7:09 PM, salival said:

Your init.sqf is completely wrong, that is not how you do all the loading of stuff at the start, including fn_selfActions.

Remove these:

[] execVM "faction.sqf";

[] execVM "AHconfig.sqf";

[] execVM "szone.sqf"; 

[] execVM "service_point\service_point.sqf";

//[] execVM "=BTC=_Logistic\=BTC=_Logistic_Init.sqf";    

//[] execVM "initnnn.sqf";

[] execVM "sectorfng\sectorfng_init.sqf";

[] execVM "scripts\startloot.sqf";

[] execVM "scripts\player_takeClothes.sqf";

[] call fnc_usec_selfActions;

[] execVM "scripts\fn_selfActions.sqf";

Also, AHConfig is serverside, not client side.

Expand  

So where i am must to put other scripts? I make copy of AH and put it to root, and to mpmission, cuz i can`t save cars and buildings...

Link to comment
Share on other sites

see my init

  Reveal hidden contents

 

Link to comment
Share on other sites

  On 6/7/2017 at 7:16 PM, Ghostman said:

see my init

  Reveal hidden contents

 

Expand  

I made Zip file with my server.... Can u help me? PLS

https://drive.google.com/open?id=0B-2ivwOj2q_od2MtMmtXUDVCRDQ

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...