Nothing happens after logging into my server
#2

Did you change the path throughout the ENTIRE script? Not just login and register?

EDIT:
Quote:

format(string, sizeof(string), "Playerfiles/accounts/%s.ini", plname);

Needs to become
Quote:

format(string, sizeof(string), "playerfiles/accounts/%s.ini", plname);

SA-MP is very case-sensitive when it comes to saving and loading. Fix this in both your scriptfiles and the script.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)