I'm crying with all of bugs on my script!
#8

pawn Код:
#define PATH "/Admin System/Users/%s.ini"
Change that to your PATH
pawn Код:
stock PlayerPath(playerid) {
    new iStr[256],name[MAX_PLAYER_NAME];
    GetPlayerName(playerid,name,sizeof(name));
    format(iStr,sizeof(iStr),PATH,name);
    return iStr;
}
that is the UserPath Function so it will save
Reply


Messages In This Thread
I'm crying with all of bugs on my script! - by GAMER_PS2 - 31.10.2011, 13:38
Re: I'm crying with all of bugs on my script! - by vassilis - 31.10.2011, 13:51
Re: I'm crying with all of bugs on my script! - by GAMER_PS2 - 31.10.2011, 13:54
Re: I'm crying with all of bugs on my script! - by SuperViper - 31.10.2011, 13:57
Re: I'm crying with all of bugs on my script! - by GAMER_PS2 - 31.10.2011, 14:08
Re: I'm crying with all of bugs on my script! - by GAMER_PS2 - 31.10.2011, 14:11
Re: I'm crying with all of bugs on my script! - by GAMER_PS2 - 31.10.2011, 14:22
Re: I'm crying with all of bugs on my script! - by Zonoya - 31.10.2011, 14:43

Forum Jump:


Users browsing this thread: 1 Guest(s)