How do I make it in a new line?
#1

Hi guys,
I made a stock of logging commands but It makes it look like
Код:
Player blah performed the command /testPlayer blah performed the command /test
How do I fix this?
the LogCmd stock
PHP код:
stock LogCmd(event[])
{
   new 
File:log fopen(CMD_LOG,io_append);
   
fwrite(log,"\n");
   
fwrite(log,event);
   
fclose(log);

Thanks
Reply


Messages In This Thread
How do I make it in a new line? - by Gotham - 12.10.2016, 15:52
Re: How do I make it in a new line? - by Stinged - 12.10.2016, 15:54
Re: How do I make it in a new line? - by Konstantinos - 12.10.2016, 15:56
Re: How do I make it in a new line? - by Gotham - 12.10.2016, 15:56
Re: How do I make it in a new line? - by Gotham - 12.10.2016, 15:58

Forum Jump:


Users browsing this thread: 1 Guest(s)