31.05.2016, 17:26
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
format(path,sizeof(path),"/Players/%d.ini", pName);
You have an error. Correct with it.
GetPlayerName(playerid, pName, sizeof(pName));
format(path,sizeof(path),"/Players/%d.ini", pName);
You have an error. Correct with it.