01.05.2012, 19:13
I am trying to make a path to get the path to the file
I have this so far
I have this but it dont work
Thank You
Please Help Me Please
I have this so far
pawn Код:
#define HPATH "/Houses/Houses/%s.ini"
I have this but it dont work
pawn Код:
stock HousePath
{
new playername[MAX_PLAYER_NAME];
GetPlayerName(playerid,playername,sizeof(playername)):
format(string,sizeof(string,HPATH,playername);
return string;
}
Thank You
Please Help Me Please