Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Q&A
#6
there is no "extension" to make a folder... folders don't have extensions... just do this in the "addaccount" sub

Call MkDir(App.Path & "\accounts\" & Trim$(Player(Index).Login))

then, just adjust the save player sub, so it uses this file...

App.Path & "\accounts\" & Trim$(Player(Index).Login) & "\" & Trim$(Player(Index).Login) & ".ini"

then it'll create a folder, and store your player's account (ini, i assume) in that folder)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)