time log command - please help
#1

hello
i have small problem.
Код:
stock kick(event[])
{
  new File:log = fopen("/Admin/Logs/commands/kick.txt", io_append);
  fwrite(log, event);
  fwrite(log, "\r\n");
  fclose(log);
}
Want to save time.
example:
[07:45:34]Admininistrator %s Player %s Kicked. reason:%s
What do I do?
Reply


Messages In This Thread
time log command - please help - by Miladajir - 14.05.2014, 16:19
Re: time log command - please help - by Konstantinos - 14.05.2014, 16:30
Re: time log command - please help - by Miladajir - 14.05.2014, 16:39

Forum Jump:


Users browsing this thread: 1 Guest(s)