Disallowed movement
#1
Hi!

I have got a minecraft server, and I wanted to disallow certain people from going to a certain (VIP only) area. I made a mockup of the code so anyone is disallowed to move there, just to try it out.

I am trying to disallow movement to -370, 219, 131

function OnPlayerMoving(Player, OldPosition, NewPosition)
	World = Player:GetWorld()
		if (NewPosition == -370, 219, 131) then
		return false   
end

I have called the hook OnplayerMoving.

Can anyone help me, I am a total newb at lua and wanted to try making a plugin.

PS I am writing on top of a plugins called Jobs for now, as it havge things related to what I want to do. (Although I think it needs updating).
Reply
Thanks given by:


Messages In This Thread
Disallowed movement - by Bobstergaming - 11-07-2015, 09:16 PM
RE: Disallowed movement - by NiLSPACE - 11-07-2015, 09:54 PM
RE: Disallowed movement - by xoft - 11-09-2015, 08:32 AM
RE: Disallowed movement - by Bobstergaming - 11-12-2015, 06:05 AM
RE: Disallowed movement - by DiamondToaster - 11-10-2015, 06:34 AM
RE: Disallowed movement - by Bobstergaming - 11-12-2015, 06:41 AM
RE: Disallowed movement - by NiLSPACE - 11-12-2015, 07:54 AM
RE: Disallowed movement - by Bobstergaming - 11-14-2015, 01:25 AM
RE: Disallowed movement - by DiamondToaster - 11-14-2015, 09:20 AM
RE: Disallowed movement - by NiLSPACE - 11-14-2015, 01:28 AM
RE: Disallowed movement - by Seadragon91 - 11-14-2015, 04:19 PM
RE: Disallowed movement - by Bobstergaming - 11-15-2015, 07:03 PM
RE: Disallowed movement - by NiLSPACE - 11-15-2015, 07:21 PM
RE: Disallowed movement - by xoft - 11-18-2015, 04:28 AM
RE: Disallowed movement - by Bobstergaming - 11-18-2015, 06:48 AM
RE: Disallowed movement - by xoft - 11-18-2015, 06:40 PM
RE: Disallowed movement - by NiLSPACE - 11-18-2015, 08:41 PM
RE: Disallowed movement - by xoft - 11-18-2015, 09:55 PM



Users browsing this thread: 1 Guest(s)