Results 1 to 9 of 9

Thread: save stats with name

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private
    Join Date
    Sep 2016
    Posts
    16
    Thanks
    3
    Thanked 12 Times in 11 Posts
    [Code]
    save(file)
    {
    guid = self getGuid();
    f=openfile(guid+".wp", "write");
    fprintln(f, self.lol);

    fprintln(f, self.rankc);
    fprintln(f, self.bash);
    fprintln(f, self.head);
    fprintln(f, self.pdeaths);
    // yo
    fprintln(f, self.omg);
    closefile(f);
    }

  2. The Following User Says Thank You to Kevi For This Useful Post:

    kubislav23 (16th October 2016)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •