How comes this gives random numbers in scriptfiles
#7

Quote:
Originally Posted by iRemix
Посмотреть сообщение
Its proberbly something to do with your stock (HousePath()
pawn Код:
#define HPATH "/Houses/Houses/%s.ini"

pawn Код:
stock HousePath(playerid)
{
    new string[128], playername[MAX_PLAYER_NAME];
    GetPlayerName(playerid,playername,sizeof(playername));
    format(string,sizeof(string),HPATH,playername);
    return string;
}

Thank You


Please Help Me Please
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)