How can i save
#2

pawn Код:
stock OOCLog(string[])
{
  new string[128];
  format(string,sizeof(string), "%s\r\n",string);
  new File:hFile;
  hFile = fopen("OOC.log", io_append);
  fwrite(hFile,string);
  fclose(hFile);
}
Under the SendClientMessageToAll part.
Reply


Messages In This Thread
How can i save - by Scoots - 17.03.2009, 13:29
Re: How can i save - by MenaceX^ - 17.03.2009, 13:33
Re: How can i save - by Scoots - 17.03.2009, 13:42
Re: How can i save - by [RP]Rav - 17.03.2009, 14:10
Re: How can i save - by Scoots - 17.03.2009, 14:29

Forum Jump:


Users browsing this thread: 2 Guest(s)