Shadoww5

Log - Shadoww5

Aug 7th, 2011
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. stock Save(str[])
  2. {
  3.     new File:log = fopen("Log.txt", io_append);
  4.     format(str, 256, "%s\r\n", str);
  5.     fwrite(log, str);
  6.     fclose(log);
  7.     return 1;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment