Quote:
Originally Posted by OciXCrom
And there's definitely no need to loop through all players.
PHP Code:
new iPlayers[32], iPnum
get_players(iPlayers, iPnum)
// iPnum is the number of alive players.
|
iPnum is the number of connected players
PHP Code:
new iPlayers[32], iPnum
get_players(iPlayers, iPnum, "a") // now iPnum is equal to all the alive players..
__________________