19.03.2017, 13:58
Use gettime instead, it's optimized than using timer.
PHP Code:
new time;
CMD:command(playerid)
{
if(gettime() <= time) return //
time = gettime() + /* seconds after you want the command to be accessible */
return 1;
}