Jump to content
  • 0

traders cancel purchase or sell guns and ammo only


Chainsaw Squirrel

Question

I have two trader cities .. cant buy or sell weapons.. this is overpoch.. hero , bandit and emmen work fine .. you try to buy or sell and cancels the trade for weapons and ammo only the only two that dont work is Schratten and Lenzburg and then ONLY guns and ammo .. anyone ???

 

And no rpt errors about the issue

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Replace 

if (player distance _oldPosition <= 1) then {

with

if ((position player) distance _oldPosition <= 1) then {

in ALL of these files

 

  • ZSC\actions\trade_any_bicycle.sqf
  • ZSC\actions\trade_any_boat.sqf
  • ZSC\actions\trade_any_vehicle.sqf
  • ZSC\actions\trade_backpacks.sqf
  • ZSC\actions\trade_items.sqf       [ 2 times! ]
  • ZSC\actions\trade_weapons.sqf
Link to comment
Share on other sites

  • 0

 

Replace 

if (player distance _oldPosition <= 1) then {

with

if ((position player) distance _oldPosition <= 1) then {

in ALL of these files

 

  • ZSC\actions\trade_any_bicycle.sqf
  • ZSC\actions\trade_any_boat.sqf
  • ZSC\actions\trade_any_vehicle.sqf
  • ZSC\actions\trade_backpacks.sqf
  • ZSC\actions\trade_items.sqf       [ 2 times! ]
  • ZSC\actions\trade_weapons.sqf

 

 

Dangit, I should have seen this first. I had to move all my traders on the ground :(

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...