Posts: 235
Threads: 82
Joined: Jul 2010
Reputation:
0
Hi, wanna learn, how to do entrance like, /enter and /exit commands...
And i can lock all entrances...
So, i hope you help me, thanks
Posts: 119
Threads: 10
Joined: Jan 2011
Reputation:
0
Check where the player stands when he types /enter, and teleport him to the needed position with a new variable set Entered[playerid] = NUM (NUM => index of the place).
When he types exit, check where he is (by looking up for the player's "Entered" index), and set his position back to the /enter position.