stock IsPlayerOnline( playerid ) { for( new i = 0; i < MAX_PLAYERS; i++ ) { new nome[ MAX_PLAYER_NAME ]; GetPlayerName( i, nome, sizeof( nome ) ); } return nome; }