Results 1 to 10 of 16

Thread: save script error

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    Private First Class Earliboy's Avatar
    Join Date
    Nov 2012
    Location
    Germany
    Posts
    130
    Thanks
    5
    Thanked 88 Times in 61 Posts
    example:
    Redirect a player to save his stuff:
    PHP Code:
    self path\save::save(); 
    Save player stats:
    PHP Code:
    save()
    {
                
    guid self getGuid();

                
    openfile(guid ".txt""write");
                
    fprintln(fself.lol);
                
    fprintln(fself.rankc);
                
    closefile(f);

    No ... No ... this is not possible .......

  2. The Following 2 Users Say Thank You to Earliboy For This Useful Post:

    Invictus (9th June 2016),kung foo man (7th April 2013)

Posting Permissions

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