st = createObject ( 968, 2107.189453125, 1863.623046875, 10, 0, 0, 180 )
marker1 = createMarker(2107.189453125, 1863.623046875, 9.9, "cylinder", 8, 255, 0, 0,110 )
function otworz(thePlayer)
if isObjectInACLGroup ( "user."..getAccountName(getPlayerAccount(thePlayer)), aclGetGroup("Admin")) then
if otwieranie == true then return
otwieranie = true
moveObject ( st, 1000, 2107.189453125, 1863.623046875, 10,0,90,0)0)
setTimer ( function()
otwieranie = false
end, 3300, 1 )
end
addEventHandler("onMarkerHit", marker1,stO)