{% extends "layout.html" %} {% block script %}{{config.url('/src/playupdated.js', 'cdn')}}{% endblock %} {% block currentPage %}play{% endblock %} {% block content %}
Your ping is so high that you might not be able to play in game. You are able to queue, but PeekSeek will not count any damage when having over >200ms.
{% if match %} You currently have a match ongoing. Click here to return. {% endif %}

Match Making

Select your gamemodes below and queue online Unturned matches.
{% for x in mmconfig["gamemodes"] %}

{% if x["usesElo"] %}Ranked{% endif %}{{x["name"]}}

{{(", ".join(x["kitsAllowed"])).upper()}} {{("{}v".format(x["playersPerTeam"]) * x["teams"]).rstrip("v")}}
{% endfor %}
Please note that by closing this tab you will stop queue'ing.
{% endblock %}