06.10.2014, 18:18
Yes i use Path
i'm confused because when i run the server its ok and work...but after some hours......
pawn Code:
#define PATH "\\Users\\%s.ini"
stock UserPath(playerid)
{
new string[128],playername[MAX_PLAYER_NAME];
GetPlayerName(playerid,playername,sizeof(playername));
format(string,sizeof(string),PATH,playername);
return string;
}