Registration.
#4

add this function above ur mode
pawn Код:
stock UserPath(playerid)
{
    new string_path[ 128 ],player_name[ MAX_PLAYER_NAME ];

    GetPlayerName( playerid, player_name, MAX_PLAYER_NAME );
    format( string_path, sizeof ( string_path ), "%s.ini ", player_name);
//you can change it to your account directory ex:"Accounts\%s.ini"
    return string_path;
}
EDIT:forgot to close the statement "[/pawn]"
Reply


Messages In This Thread
Registration. - by mkmk - 19.10.2014, 00:38
Re: Registration. - by ThePhenix - 19.10.2014, 01:13
Respuesta: Registration. - by aoEXE - 19.10.2014, 01:16
Re: Registration. - by Quickie - 19.10.2014, 02:39

Forum Jump:


Users browsing this thread: 2 Guest(s)