Any alternative to this?
#3

pawn Код:
stock PlayerFile(iPlayer)
{
    new
        pName[ MAX_PLAYER_NAME ],
        iFile[ 48 ];
    GetPlayerName(iPlayer, pName, MAX_PLAYER_NAME);
    format(iFile, 48, "AdminScript/Users/%s.ini", pName);
    return iFile;
}
// ex
dini_Set(PlayerFile(playerid), "money", 1337);
Reply


Messages In This Thread
Any alternative to this? - by _Vortex - 08.09.2010, 20:12
Re: Any alternative to this? - by _Vortex - 08.09.2010, 20:20
Re: Any alternative to this? - by woot - 08.09.2010, 20:24

Forum Jump:


Users browsing this thread: 1 Guest(s)