View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 08-23-2014 , 03:17   Re: How to detect an empty team.
Reply With Quote #4

Quote:
Originally Posted by alan_el_more View Post
PHP Code:
bool:UTIL_IsTeamEmpty( const team[ ] )
{
     new 
iPlayers32 ], iNum
     get_players 
iPlayersiNum"e" team )

     return ( !
Num )

There is no difference between them.
__________________
HamletEagle is offline