15.02.2013, 02:07
Make a global MAX_PLAYERS variable, set it as one under OnPlayerText. Then set a timer, to change it's value to 0 after whatever, 30 seconds or watever, and again OnPlayerText, check if the variable is 1, if yes, return 0 with your warning, if not, return 1;