function spawn(thePlayer)
if isObjectInACLGroup ( "user."..getAccountName(getPlayerAccount(thePlayer)), aclGetGroup("Admin")) then
setElementPosition(thePlayer, 870.70001220703, -2241.3999023438, 44.599998474121 )
end
end
addEventHandler("onPlayerLogin", getRootElement(), spawn)