function onThink(interval, lastExecution) if(getGlobalStorageValue(56000) == -1) then for i = 56000, 56020 do setGlobalStorageValue(i, 0) end setGlobalStorageValue(56041, 0) setGlobalStorageValue(56042, 0) end if(getGlobalStorageValue(56000) > 0 and getGlobalStorageValue(56000) < os.time()) then score = "Team 1 - " .. getGlobalStorageValue(56041) .. " : " .. getGlobalStorageValue(56042) .. " - Team 2" for i = 56001, 56020 do if(isPlayer(getGlobalStorageValue(i)) == TRUE) then doPlayerSendTextMessage(getGlobalStorageValue(i), MESSAGE_STATUS_CONSOLE_ORANGE, score) setPlayerStorageValue(getGlobalStorageValue(i), 56000, 0) doTeleportThing(getGlobalStorageValue(i), {x=1099, y=1229, z=9}, TRUE) removeConditions(getGlobalStorageValue(i)) end setGlobalStorageValue(i, 0) end setGlobalStorageValue(56000, 0) setGlobalStorageValue(56041, 0) setGlobalStorageValue(56042, 0) end return true end