Hello. Trying to install a script that allows only one player to enter the teleport, when he leaves the room then another player can enter (Sorry google translate)
function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition)
local pos = {x = 908, y = 696, z = 9}
local area...