Jump to content
  • 0

[Solved] Remove DeathBoards


Dumgard

Question

4 answers to this question

Recommended Posts

  • 0

go into your server files and open up your mission.sqf file. I'd recommend Notepad++

Next, search for  "Info_Board_EP1" and you will see something like -

 

_vehicle_2617 = objNull;
if (true) then
{
  _this = createVehicle ["Info_Board_EP1", [8257.4639, 15478.367, 0.24111046], [], 0, "CAN_COLLIDE"];
  _vehicle_2617 = _this;
  _this setDir 140.55966;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8257.4639, 15478.367, 0.24111046];
};

 

Delete this whole section, or just comment it by putting // at the start of each line.

Repeat the process until your searches stop returning result. Now all the deathboards have gone from your server :)

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