I) Title
PHP Code:
new Playersnum
new Count
new Num
Playersnum = get_playersnum()
for(Count = 0;Count <= Playersnum;Count++)
if(is_user_connected(Count))
Num++
Playersnum = Num
Is that correct ??
II)
1) I want to add points into 2 variables , like this ..:
When a player in a team killed , point is added to his team's variables..
3)But points start counting only when the number of players connecting (not including SPECTATOR) is bigger than "cvar_playerrequired" <- that's not difficult for me...

Can anybody help me , thanks in advance....