Jump to content

Cherno PVP Arena


kat

Recommended Posts

Map: Chernarus

 

Just something i put together one afternoon. I thought you guys would like to try it. 

It's intention was to be used as a server PVP arena.

Ill include the beidi aswell so you can add what ever  ^_^

 

Download:  Arena.sqf

 

Install: 

1. Unpack your server.pbo

2. Create folder named "maps" in root of pbo

3. Put "Arena.sqf into maps folder

4. Repack server pbo

5. In your mission>init.sqf

 

add

 

call compile preProcessFileLineNumbers "\z\addons\dayz_server\maps\Arena.sqf";

 

Under

 

if (isServer) then {

 

 

 

Entry:

KL1l5Kh.jpg?2

 

Possible trader area:

 

wSpUoXb.jpg?1

 

Seating: 

 

aMpA2aX.jpg?1

 

Overview:

 

IAdYm1s.jpg?1

 

Overview #2:

 

sNnvuXr.jpg?1

 

Location:

 

6A6mf6o.png?1

 

Biedi: Prigarena.biedi

 

Link to comment
Share on other sites

  • 2 weeks later...

Indeed how to fix the blowing vehicle? anti hack problem? i temp removed the vehicles from the file also i have a problem when login in to the game

You cannot play/edit this mission; it is dependent on downloadable contetnt that has been deleted. mbg_killhouses

 

Does someone got a fix for this?

Link to comment
Share on other sites

Indeed how to fix the blowing vehicle? anti hack problem? i temp removed the vehicles from the file also i have a problem when login in to the game

You cannot play/edit this mission; it is dependent on downloadable contetnt that has been deleted. mbg_killhouses

 

Does someone got a fix for this?

 

yes you have to disable "killing a hacker" code in one of the fsm's.  Not sure which one it is but its in the server pbo if memory serves right.  Look for "killing a hacker" or "setDamage 1"

Link to comment
Share on other sites

if you dont want to disable the killing a hacker part...

 

edit server_functions.sqf 

server_checkHackers = {
	if (DZE_DYN_AntiStuck2nd > 3) then { DZE_DYN_HackerCheck = nil; DZE_DYN_AntiStuck2nd = 0; };
	if(!isNil "DZE_DYN_HackerCheck") exitWith {  DZE_DYN_AntiStuck2nd = DZE_DYN_AntiStuck2nd + 1;};
	DZE_DYN_HackerCheck = true;
	{
		if(vehicle _x != _x && !(vehicle _x in PVDZE_serverObjectMonitor) && (isPlayer _x) && !((typeOf vehicle _x) in DZE_safeVehicle) && (vehicle _x getVariable ["MalSar",0] != 1) && (vehicle _x getVariable ["Sarge",0] != 1)) then {
			diag_log ("CLEANUP: KILLING A HACKER " + (name _x) + " " + str(_x) + " IN " + (typeOf vehicle _x));
			(vehicle _x) setDamage 1;
			_x setDamage 1;
			sleep 0.25;
		};
		sleep 0.001;
	} forEach allUnits;
	DZE_DYN_HackerCheck = nil;
};

then add a variable to each vehicle?

_vehicle_2975 = objNull;
if (true) then
{
  _this = createVehicle ["Volha_1_TK_CIV_EP1", [7584.8599, 3385.9402, 4.7683716e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_2975 = _this;
  _this setDir 159.34212;
  _this setPos [7584.8599, 3385.9402, 4.7683716e-006];
  _this setVariable ["Malsar",1,true];
};
Link to comment
Share on other sites

  • 2 months later...
  • 2 weeks later...
  • 1 year later...

how

On 25/10/2014 at 5:30 AM, Donnovan said:

So there is a error on the error?

 

Any way to fix?

 

Whooops...

 

I believe i fixed it. Thankyou for the info.

 

I added the entry "mbg_killhouses_3" in mission.sqm addons bracket.

 

Thankyou!

How to add this entry in mission.sqm? I am trying to enable this script on my sever and got that error.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...