<? define("MAX_CLIENTS", 500); /* Max number of people that can play:game crashes after max */ define("CON_PLAYING", 1 ); define("CON_CONNECTING", 2 ); ?>