Como cerrar este codigo?
#10

Quote:
Originally Posted by WCrimson
Посмотреть сообщение
pawn Код:
ReadPlayer(line,playerid)
{
    new string[MAX_PLAYER_NAME<<4];
    GetPlayerName(playerid, string, sizeof(string));
    format(string,sizeof(string),"Cuentas/%s.ini",string);
    new File:player = fopen(string, io_read), iterator = 0;
    while(++iterator && fread(player, string))
    {
        if( iterator == line ) break;
        else continue;
    }
    return (fclose(player),string);
}
todavia no funciona, cuando me registro se guarda la clave, pero cuando entro denuevo me pide para registrarme de nuevo, y cuando la pongo denuevo, en el .ini se multiplica la clave.
Reply


Messages In This Thread
Como cerrar este codigo? - by Onfroi - 05.02.2013, 00:32
Respuesta: Como cerrar este codigo? - by Dreyfuz - 05.02.2013, 00:36
Respuesta: Como cerrar este codigo? - by Onfroi - 05.02.2013, 00:41
Respuesta: Como cerrar este codigo? - by WCrimson - 05.02.2013, 00:49
Respuesta: Como cerrar este codigo? - by Dreyfuz - 05.02.2013, 00:51
Respuesta: Como cerrar este codigo? - by oOFotherOo - 05.02.2013, 01:01
Respuesta: Como cerrar este codigo? - by Onfroi - 05.02.2013, 01:32
Respuesta: Como cerrar este codigo? - by Onfroi - 05.02.2013, 02:08
Respuesta: Como cerrar este codigo? - by WCrimson - 05.02.2013, 02:16
Respuesta: Como cerrar este codigo? - by Onfroi - 05.02.2013, 02:23

Forum Jump:


Users browsing this thread: 7 Guest(s)