"I've tried relogging, moving away and coming back later, I even tried dieing a few times. No apparent work around on the client side that I've been able to find,"
waitUntil{initialized};
//Only create these if they aren't already
createCenter east;
createCenter resistance;
//Survivors
WEST setFriend [RESISTANCE,0];
WEST setFriend [EAST,0];
//AI Units
EAST setFriend [RESISTANCE,0];
EAST setFriend [WEST,0];
EAST setFriend [CIVILIAN,0];//AI Units attack zeds
CIVILIAN setFriend [EAST,0];//Zeds attack AI units
//Unused
RESISTANCE setFriend [WEST,0];
RESISTANCE setFriend [EAST,0];
Question
Robinajax
Hey guys,
There have been report that the included faction.sqf from DZAI (AI script) causes some traders not to work. The trader menu just doesn't pop up. See this too: http://dayzepoch.com/forum/index.php?/topic/2579-some-traders-not-working-1024/#entry19071
I got this problem too:
"I've tried relogging, moving away and coming back later, I even tried dieing a few times. No apparent work around on the client side that I've been able to find,"
Only traders I've noticed the problem on are:
The black market weapons dealer - Stary
Building Supplies - bash
My mission.sqf
My server_traders
My faction.sqf
Anyone knows a good fix?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now