AntiNoob: derp
This commit is contained in:
		
							parent
							
								
									834985b66a
								
							
						
					
					
						commit
						6b0840458b
					
				@ -212,7 +212,7 @@ public void OnRoundStart(Event hEvent, const char[] sEvent, bool bDontBroadcast)
 | 
			
		||||
 | 
			
		||||
	for(int i = 1; i <= MaxClients; i++)
 | 
			
		||||
	{
 | 
			
		||||
		if(IsClientInGame(i) && !IsFakeClient(i) && GetClientTeam(i) > 0)
 | 
			
		||||
		if(IsClientInGame(i) && !IsFakeClient(i) && GetClientTeam(i) >= CS_TEAM_T)
 | 
			
		||||
		{
 | 
			
		||||
			ActivePlayers++;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user