CS2
FERJEE
Reset
Series Setup
{{ f }}
Team A
VS
Team B
Start Veto
Recent Vetos
{{ v.teamA }} vs {{ v.teamB }} ({{ v.format }})
{{ v.log }}
Required Action
{{ currentStep.team }}
's Turn
{{ currentStep.action === 'BAN' ? 'BAN MAP' : currentStep.action === 'PICK' ? 'PICK MAP' : 'PICK SIDE' }}
Choose starting side on {{ getMapById(lastPickedMapId)?.name }}
CT (Counter-Terrorist)
T (Terrorist)
{{ getMapPickNumber(map.id) }}
{{ map.name }}
Banned {{ map.pickedBy ? `by ${map.pickedBy}` : '' }}
Pick: {{ map.pickedBy }}
Decider
{{ map.pickedBy === teamA ? teamB : teamA }} ({{ map.side }})
vs
{{ map.pickedBy }} ({{ map.side === 'ct' ? 't' : 'ct' }})
Copy HLTV Log
Copy Broadcast Log
HLTV Log
Waiting for vetos to start...
{{ log }}
Broadcast Log
No maps picked yet...
Map {{ idx + 1 }}: {{ m.name }} - {{ m.status === 'DECIDER' ? 'Decider' : `Picked by ${m.pickedBy}` }}
({{ m.pickedBy === teamA ? teamB : teamA }} as {{ m.side.toUpperCase() }}, {{ m.pickedBy }} as {{ m.side === 'ct' ? 'T' : 'CT' }})