enum MtasFunctionMaxNumOfSesActDT

Numeric Enumeration 0-3 (0=REJECT_NEW_ATTEMPTS, 1=REMOVE_ALL_SESSIONS, 2=FORCE_TERM_ALL_SESSIONS, 3=REJECT_NEW_ATTEMPTS_WITH_REMOVAL_OF_SESSIONS)

References from:
MtasFunction;

0
REJECT_NEW_ATTEMPTS
Reject new communication attempts.
1
REMOVE_ALL_SESSIONS
Remove all sessions of the subscriber that exceeds the maximum duration limit defined by mtasFunctionMaxSessionDuration. Failure of the new communication attempt.
2
FORCE_TERM_ALL_SESSIONS
Forced termination of all system resources allocated by the subscriber. Ongoing sessions disconnected. New communication attempt successful.
3
REJECT_NEW_ATTEMPTS_WITH_REMOVAL_OF_SESSIONS
Perform continuous removal of sessions exceeding the maximum duration limit defined by mtasFunctionMaxSessionDuration at each communication attempt to/from the subscriber. Additionally, reject the new communication attempt when exceeding the max number of simultaneous sessions of a served subscriber (defined by mtasFunctionMaxNumberOfSessions).
  enum MtasFunctionMaxNumOfSesActDT