Several of warnings and errors
#7

Код:
#define PATH "/Users/%s.ini" //Please make A FOLDER IN SCRIPTFILES  NAMED Users
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
Several of warnings and errors - by Kraff - 27.10.2015, 21:46
Re: Several of warnings and errors - by lulo356 - 27.10.2015, 21:56
Re: Several of warnings and errors - by Kevln - 28.10.2015, 00:51
Re: Several of warnings and errors - by Kayla_Swade - 28.10.2015, 02:04
Re: Several of warnings and errors - by Kayla_Swade - 28.10.2015, 02:07
Re: Several of warnings and errors - by Kraff - 28.10.2015, 14:59
Re: Several of warnings and errors - by gurmani11 - 28.10.2015, 15:34

Forum Jump:


Users browsing this thread: 1 Guest(s)