Jump to content
  • 0

Any way to remove dynamic vehicle spawning?


Connorbarnes

Question

2 answers to this question

Recommended Posts

  • 0

In your Init. File Look for

 

if ((!isServer) && (player != player)) then
{
  waitUntil {player == player};
  waitUntil {time > 3};
};
if (isServer) then {

//Comment this line out//
//    call compile preprocessFileLineNumbers "dynamic_vehicle.sqf";                //Compile vehicle configs
//End //
 

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