Jump to content
  • 0

Players respawning at death point in 1.0.6.1


Danny Bradley

Question

7 answers to this question

Recommended Posts

  • 0

also when installing infistar make shure you do this fix with infistar:

On 17.3.2017 at 10:48 PM, Cherdenko said:

@Thug lucky i got a fix just right now :D

this happens because infistar checks for ai drivers

goto your AH.sqf in your dayz_server.pbo

in there search for "_aidriver"

you will now find a line of code looking like this


_driver = driver _curVeh;
						_aidriver = false;
						if(!isNull _driver)then
						{
							if(!isPlayer _driver)then
							{
								_aidriver = true;
								
								player setVectorUp [0,0,1];
								player setVelocity [0,0,0];
								player setPosATL _lastPos;
							};
						};
						if(_aidriver)exitWith{hint 'Bad boys, bad boys whatcha gonna do? Whatcha gonna do when they come for you?';systemchat 'AI Drivers not allowed!';};
						

delete it repack the pbo and you´re good to go...

worked for me.

Be aware this is the quickest fix i could come up with.

if you want sth more secure ull have to do it yourself.

Link to comment
Share on other sites

  • 0

You sure you have the very latest infistar? Came out about a week ago. 

If you haven't, then You'll have many issues regarding death, as there is lots of wrong/unused code in old infistar that conflicts with the newer epoch code. 

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