02.06.2013, 20:36
add
pawn Код:
stock Pach( playerid )
{
new str[128];
format( str, sizeof str, "save/%s.ini", PlayerName(playerid));
return str;
}