new Players;public OnPlayerConnect(playerid){ Players++; return 1;}public OnPlayerDisconnect(playerid,reason){ Players--; return 1;}