10.03.2014, 15:52
This is because you are trying to open the playerid in a string (%s).
You have to replace the playerid in this code with the name of the player OR if you want to use playerid, you need to replace the %s with a %d
Код:
format(path, sizeof(path), "/Users/%s.ini", playerid);