View Single Post
Alka
AMX Mod X Plugin Approver
Join Date: Dec 2006
Location: malloc(null)
Old 09-21-2008 , 15:44   Re: UserRegister System
Reply With Quote #28

Code:
set_task(13.0, "check_user_login", TASK_CHECK_LOG, parm, 1);
and
Code:
set_task(18.0, "check_user_reg", TASK_CHECK_REG, parm, 1);
- 3 seconds which is the warning interval , so would be 10 seconds for login and 15 seconds for register.
Alka is offline