07-11-2006, 04:45 PM
Do you see where you made your mistake?
when they login, they aren't set as "Name", they're set as index... (a #), so you need to make BOTH of them a
Trim(Player(index).Name)
so it should look similar to the second one, but BOTH should have the player(index).name
so it should be like this...
See the difference?
when they login, they aren't set as "Name", they're set as index... (a #), so you need to make BOTH of them a
Trim(Player(index).Name)
so it should look similar to the second one, but BOTH should have the player(index).name
so it should be like this...
Code:
FileName = App.Path & "\Accounts\" & Trim(Player(Index).Name) & "\" & Trim(Player(index).Name) & ".ini"See the difference?
