Y_INI Problem
#9

Код:
#define PATH "Korisnici/%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;
}
Reply


Messages In This Thread
Y_INI Problem - by n0namE - 14.02.2012, 11:02
Re: Y_INI Problem - by RicaNiel - 14.02.2012, 11:03
Re: Y_INI Problem - by n0namE - 14.02.2012, 11:05
Re: Y_INI Problem - by RicaNiel - 14.02.2012, 11:10
Re: Y_INI Problem - by n0namE - 14.02.2012, 11:14
Re: Y_INI Problem - by RicaNiel - 14.02.2012, 11:16
Re: Y_INI Problem - by n0namE - 14.02.2012, 11:18
Re: Y_INI Problem - by RicaNiel - 14.02.2012, 11:22
Re: Y_INI Problem - by n0namE - 14.02.2012, 11:24
Re: Y_INI Problem - by KingHual - 14.02.2012, 11:30

Forum Jump:


Users browsing this thread: 1 Guest(s)