Quote:
Originally Posted by edon1337
PHP Code:
public client_disconnect(id){ new players_ct[32], players_t[32], num_ct, num_t; get_players(players_ct, num_ct, "e", "CT"); get_players(players_t, num_t, "e", "TERRORIST");
if(num_ct == 0 && num_t == 0) // your code }
|
I tried that before I did not get results
btw i need to check if team1 = 0 || team2 == 0
so it should be :
PHP Code:
if(num_ct == 0 || num_t == 0)
I want more clarification for others only !
__________________