addhook("join","rnd_xx")
round = 0
function rnd_xx(id)
round = round + 1
if (round > 20) then
parse("restart 0")
round = 0
end
parse('hudtxt 188 "'..hc.YELLOW..'Round: '..hc.WHITE..''..tostring(round)..'/20 "0 218 0')
end
if every time one player join in the server, then round is 1+
sample we are in round 1, any player joined then is round 2, one more player is joined then round 3, please help me for fix that.