Jump to content

[Resolved] Payout Trader Mission broken


He-Man

Recommended Posts

After finishing the Payout Trader-Mission, there comes no loot.

Solution:

in EPOCH_Server_fillContainer.sqf the - params [...["_pos",getPosATL _player]]; - are not working.

Change it as follows:

Spoiler

params ["_player",["_token","",[""]],["_container",objNull,[objNull]],["_clearFirst",false],["_chance",25]];
_pos = getPosATL _player;

 

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
  • Advertisement
  • Discord

×
×
  • Create New...