24.08.2016, 05:30
Did you change the path throughout the ENTIRE script? Not just login and register?
EDIT:
Needs to become
SA-MP is very case-sensitive when it comes to saving and loading. Fix this in both your scriptfiles and the script.
EDIT:
Quote:
format(string, sizeof(string), "Playerfiles/accounts/%s.ini", plname); |
Quote:
format(string, sizeof(string), "playerfiles/accounts/%s.ini", plname); |