- 0
Sign in to follow this
Followers
0
[Solved] first 18 traders, OK. Rest gone..
Asked by
zombietop,
-
Recently Browsing 0 members
No registered users viewing this page.
Asked by
zombietop,
No registered users viewing this page.
First 18 spawn in their right area, have loot. All good. The rest, wont spawn. No error in log either =(
One of the working ones,
_trader =
[
"Exile_Trader_Armory",
"PersianHead_A3_02",
["HubStanding_idle1", "HubStanding_idle2", "HubStanding_idle3"],
[6606.05,17275.1,0],
100
]
call ExileClient_object_trader_create;
_trader setVariable ["ExileTraderType", "Exile_Trader_Armory"];
The 19th trader,
_trader =
[
"Exile_Trader_Vehicle",
"WhiteHead_11",
["HubBriefing_scratch", "HubBriefing_stretch", "HubBriefing_think", "HubBriefing_lookAround1", "HubBriefing_lookAround2"],
[13975,12514.7,0],
184.091
]
call ExileClient_object_trader_create;
_trader setVariable ["ExileTraderType", "Exile_Trader_Vehicle"];
I dont see a difference...
Thoughts?
Edited by zombietopShare this post
Link to post
Share on other sites