Author Topic: Kill Restriction Bricks  (Read 505 times)

Need this for my upcoming DayZ server.

Killing any player who is inside this brick and has been there for more than 5 seconds will kick the attacker from the server and cause no damage to the player in question.
« Last Edit: July 19, 2014, 12:22:49 AM by TB2 »

From the title I was expecting some sort of prank button that says free admin but when you click it you get kicked

If you want "safe" zones then just set the player datablock to the invincible playertype.

Zonebricks with ZoneEvents
OnPlayerEnterZone > Player > ChangeDataBlock > [Invincible Player]
OnPlayerExitZone > Player ChangeDataBlock > [What ever player your using]


EDIT: Turn the RayCasting on the brick on. Then do this,
OnProjectileHit > Projectile > Bounce > [Forgot the output for this event]
« Last Edit: July 19, 2014, 11:42:55 PM by giant tootsie rolls »