Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
none taken.It is possible the way you describe but it can be done wrong really easily. No offense![]()
read the thread.zed i have a problem, i can't see the items list on all traders i can read only "Loading items"
sWEET .. worked for me 1.05.1
i>
2014/09/23, 16:58:34 Error position: <_vehicle} count serverVehicleCounter;
i>
2014/09/23, 16:58:34 Error Undefined variable in expression: _vehicle
2014/09/23, 16:58:34 File z\addons\dayz_server\init\server_functions.sqf, line 251
2014/09/23, 16:58:34 Error in expression <limit = _random select 1;
_qty = {_x == _vehicle} count serverVehicleCounter;
been a long time since Ive done this but you shouldn't have to exec VM it I don't think. It literally replaces the mission file in your server PBO that already exists. You're just changing it. Then you're changing the server_Traders.sqf in your mission PBO because all of the traders are different. If any of the trader ID's in the server_Trader.sqf don't match yours, change the number in the server_trader.sqf to match yours. Been a long time so I could be wrong but I don't remember having to call it anywhere.How did you get this to work? I just get this error spammed in my RPT;
Code:i> 2014/09/23, 16:58:34 Error position: <_vehicle} count serverVehicleCounter; i> 2014/09/23, 16:58:34 Error Undefined variable in expression: _vehicle 2014/09/23, 16:58:34 File z\addons\dayz_server\init\server_functions.sqf, line 251 2014/09/23, 16:58:34 Error in expression <limit = _random select 1; _qty = {_x == _vehicle} count serverVehicleCounter;
I downloaded the pob and place the mission.sqf and server_traders in the room of my mission pbo and then added
execVM 'mission.sqf';
to the bottom of my init.sqf.
been a long time since Ive done this but you shouldn't have to exec VM it I don't think. It literally replaces the mission file in your server PBO that already exists. You're just changing it. Then you're changing the server_Traders.sqf in your mission PBO because all of the traders are different. If any of the trader ID's in the server_Trader.sqf don't match yours, change the number in the server_trader.sqf to match yours. Been a long time so I could be wrong but I don't remember having to call it anywhere.
Also you're adding the marker for the NWA trader in your mission PBO > Missions.sqm under the markers section.