And you are showing him wrong.
If you are going to do it that way, create "maxplayers" as a global variable and get the value in plugin_init() since that will not change during that map.
Also, you must do:
PHP Code:
for(new i = 1; i <= maxplayers; i++)
{
//Your stuff
}
0 is the server id.