Skip to content

Multiplayer

Agzam4 edited this page Jul 29, 2021 · 2 revisions

Formulas

The time after which the player is eliminated:

(((w*h) / 50 000) * 60) / p

Can't be less than 30

"Safe" time

(w*h)/400 + 60;


w - map width

h - map heigh

p - players count

Clone this wiki locally