So are you saying that if you enable that plugin you get a white screen, but if you disable it the white screen goes away? In that case it must be that something in that code is causing an error. If you can look at your php error log as tbworld suggests, that might show you what the error is. You could also temporarily enable displaying of errors, if you've turned that off.
One thing, the echo line should probably be like this:
PHP Code:
echo $ainfo['Players'];
but I don't think that would cause an error, it would just print something different than you intended.