01.07.2013, 18:45
Quote:
sounds like INI_Open failed to open because file doesn't exist.
can you show me the stock of UserPath() ? |
pawn Код:
stock UserPath(playerid)
{
new string[128],playername[MAX_PLAYER_NAME];
GetPlayerName(playerid,playername,sizeof(playername));
format(string,sizeof(string),PATH,playername);
return string;
}