Thanks alot already,
Is it also posible to make something like this?
function onStepIn(cid, item, position, fromPosition)
local newPos = {x = xxxx, y = xxxx, z = xx} --Tp if acces lower from 5
if getPlayerGroupId(cid) >= 5 then
else
doTeleportThing(cid, newPos)
end
return true
end...