[Help]Problem With YINI
#5

Yes i use Path

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;
}
i'm confused because when i run the server its ok and work...but after some hours......
Reply


Messages In This Thread
[Help]Problem With YINI - by Mamal75 - 06.10.2014, 17:29
Re: [Help]Problem With YINI - by Eth - 06.10.2014, 17:32
Re: [Help]Problem With YINI - by Mamal75 - 06.10.2014, 17:42
Re: [Help]Problem With YINI - by Eth - 06.10.2014, 18:16
Re: [Help]Problem With YINI - by Mamal75 - 06.10.2014, 18:18
Re: [Help]Problem With YINI - by Eth - 06.10.2014, 18:19
Re: [Help]Problem With YINI - by Mamal75 - 06.10.2014, 18:29
Re: [Help]Problem With YINI - by Eth - 06.10.2014, 19:43
Re: [Help]Problem With YINI - by Mamal75 - 07.10.2014, 10:35
Re: [Help]Problem With YINI - by Mamal75 - 07.10.2014, 12:49

Forum Jump:


Users browsing this thread: 2 Guest(s)