View Single Post
Old 06-05-2006, 03:35 AM  
neoxed
Too much time...
 
Join Date: May 2003
Posts: 1,326
Default

SITE commands are not internal commands - they are client commands.

You cannot use SITE commands directly from the scheduler, but you accomplish the same thing by executing a batch file using the "!change" command.

scripts\credits.bat
Code:
@ECHO OFF
ECHO !change neoxed credits +1024
system\ioFTPD.ini
Code:
[Scheduler]
GiveCredits = 0 23 * * EXEC ..\scripts\credits.bat
neoxed is offline   Reply With Quote