Jump to content
  • 0

[solved]Trader problem


truemc

Question

2 answers to this question

Recommended Posts

  • 0

Seems there is a small mistake in the Trader Load script :

epoch_server\compile\epoch_traders\EPOCH_server_loadTraders.sqf:

change line 30 from:

for "_i" from 0 to _maxTraderLimit do {

to

for "_i" from 1 to _maxTraderLimit do {
 

And please give Feedback, if this helps, so we can change it in the files.

Link to comment
Share on other sites

  • 0
15 minutes ago, He-Man said:

Seems there is a small mistake in the Trader Load script :

epoch_server\compile\epoch_traders\EPOCH_server_loadTraders.sqf:

change line 30 from:

for "_i" from 0 to _maxTraderLimit do {

to

for "_i" from 1 to _maxTraderLimit do {
 

And please give Feedback, if this helps, so we can change it in the files.

Yes this help :-) And trader is gone :-) Thanks

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...