[Ajuda] Criar ID por conta
#7

PHP код:
public OnGameModeInit() {
    if ( !
fexist("last_id.txt") ) {
    
        new 
File:handle fopen("last_id.txt"io_write);
        
fwrite(handle"1000");
        
fclose(handle);
    }
    return 
1;
}
// na hora de criar a conta ...
new myIDfile_data[11];
new 
File:handle fopen("last_id.txt"io_readwrite);
fread(handlefile_data);
myID strval(file_data);
format(file_data11"%d", (myID 1) );
fwrite(handlefile_data);
fclose(handle);
// a variбvel myID armazenarб o ID do novo registrado 
Reply


Messages In This Thread
Criar ID por conta - by Duk - 18.07.2015, 22:30
Re: Criar ID por conta - by PT - 18.07.2015, 22:32
Re: Criar ID por conta - by ScripterInicianteBR - 18.07.2015, 22:32
Re: Criar ID por conta - by Duk - 18.07.2015, 22:33
Re: Criar ID por conta - by PT - 18.07.2015, 22:36
Re: Criar ID por conta - by Duk - 18.07.2015, 22:36
Re: Criar ID por conta - by Gii - 18.07.2015, 22:42

Forum Jump:


Users browsing this thread: 3 Guest(s)