Jump to content
  • 0

ESSV2 newest antihack blocking HALO spawns


DangerRuss

Question

3 answers to this question

Recommended Posts

  • 0

I don't use infiSTAR anymore and don't have the new update but removing this should fix your problem.

Search for    if!(isPlayer _driver)then

The block of code should look like this

						if(!isNull _driver)then
						{
							if!(isPlayer _driver)then
							{
								_aidriver = true;
								
								player setVectorUp [0,0,1];
								player setVelocity [0,0,0];
								player setPosATL _lastPos;
							};
						};

Change it to

						if(!isNull _driver)then
						{
							if!(isPlayer _driver)then
							{

							};
						};

See what was removed? This should fix the problem. If this code looks different let me know and i will see if i can help.

Link to comment
Share on other sites

  • 0

@ebaydayz

 

I got your ESSV2 working on my server. I had Infistar working before that. but now infistar doesnt work.

I removed

_aidriver = true;
player setVectorUp [0,0,1];
player setVelocity [0,0,0];
player setPosATL _lastPos;

but I cannot find  Set _CKD = false; in AHconfig.sqf (this check is currently broken, it kicks players entering any vehicle, not just the plane)

is it suposed to be in AH.sqf ?

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
  • Discord

×
×
  • Create New...