Hi everyone I am using this source modification by Cydh
here: http://rathena.org/board/topic/83569-delay-to-use-command/
the warning message is...
atcommand.c: In function ‘is_atcommand’:
atcommand.c:10196: warning: too many arguments for format
what i did was change this
sprintf(output,"You must wait %d seconds to use command again.",DIFF_TICK(sd->canusecommand_tick,gettick())/1000.);
into this
sprintf(output,"You must wait before you can use the command again.",DIFF_TICK(sd->canusecommand_tick,gettick())/1000.);