Hey there..
I'm trying to create a small counter in hud.menu to show the count of alive players.
I know there is:
Code:
(player(kills));
to track the kills of the player.
Is there something like that for menus to count the alive players?
Or did i have to use dvars to count it in codscript?