Jump to content
  • 0

vehicles disappearing


Saltzman

Question

Last couple of days my servers have been having the same exact problem. 

 

1. People buy a vehicle from a trader it pops up and then it disappears. 

 

2. Using Infistar spawning a vehicle same issue, just goes away immediately.

 

I have raised the vehicle count to try and fix this problem but soon the problem comes right back.

 

I have no RPT errors that are related to this.

 

Using the latest version of Infistar

 

Recently all server hit max population

 

Recent script changes server changes:

 

Basic.cfg settings

 

Edited starting loadout

 

Any help would be great, thanks

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

Last couple of days my servers have been having the same exact problem. 

 

1. People buy a vehicle from a trader it pops up and then it disappears. 

 

2. Using Infistar spawning a vehicle same issue, just goes away immediately.

 

I have raised the vehicle count to try and fix this problem but soon the problem comes right back.

 

I have no RPT errors that are related to this.

 

Using the latest version of Infistar

 

Recently all server hit max population

 

Recent script changes server changes:

 

Basic.cfg settings

 

Edited starting loadout

 

Any help would be great, thanks

in my infistar i have config   _UVC = false;

if true, then infistar delete all vehicles if they are not in whitelist as allowed vehicles on the server

 

b_560_95_1.png

Link to comment
Share on other sites

  • 0

Here buddy a quick fix for this, sorted my probs when vehicles dissapear when baught

inside server_updateObject

Comment out this line ;)

 

if (_isNotOk) exitWith { deleteVehicle _object; diag_log(format["Deleting object %1 with invalid ID at pos [%2,%3,%4]",typeOf _object,_object_position select 0,_object_position select 1, _object_position select 2]); };

Link to comment
Share on other sites

  • 0

Here buddy a quick fix for this, sorted my probs when vehicles dissapear when baught

inside server_updateObject

Comment out this line ;)

 

if (_isNotOk) exitWith { deleteVehicle _object; diag_log(format["Deleting object %1 with invalid ID at pos [%2,%3,%4]",typeOf _object,_object_position select 0,_object_position select 1, _object_position select 2]); };

 

I tried this, and it made things worse. Vehicles thay were bought returned to the trader on restart.

Are you sure you have the latest BattlEye filters for infistar?

 

Just updated them all expect Publicvariable cause it was kicking people like crazy. Will report back what happends, 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...