02-24-2011, 02:23 AM
I think that should be possible by using the function
The only problem is that blocks don't actually 'move'.
You'll have to change the MagicCarpet plugin to do what you want it to do. First you should detect whether a player is standing on the carpet, and if so, keep teleporting the player to the right position on the carpet.
Code:
cPlayer:TeleportTo( PosX, PosY, PosZ );
The only problem is that blocks don't actually 'move'.
You'll have to change the MagicCarpet plugin to do what you want it to do. First you should detect whether a player is standing on the carpet, and if so, keep teleporting the player to the right position on the carpet.