14.12.2009, 00:30
The basic concept is to have a repeating timer, and use IsPlayerInRangeOfPoint for every player in the server. You will need to specify the central point of the area, and a range for it. In case it returns true, you can do all your stuff, in case it returns false, it means that they aren't in the area.