local tele = createMarker ( -473, -512.7001953125, 24.5, 'cylinder', 2, 0, 89, 97, 255 )
function Teleport ( player, matchingDimension )
if ( getElementType ( player ) == "player" ) then
if isObjectInACLGroup ( "user.".. getAccountName ( getPlayerAccount ( player ) ), aclGetGroup ( "TLAT" ) ) then
setElementPosition ( player, 3239.3999023438, 253.19999694824, 19 )
end
end
end
addEventHandler ( "onMarkerHit", tele, Teleport )
Proba eso.