[Ajuda] Re-abrir arquivo
#7

Quote:
Originally Posted by DayvisonJJB
Посмотреть сообщение
Flags de acordo com a wiki:

Minha traduзгo e conhecimento p.p:


Agora nгo entendi ao certo sua duvida se vocк quer ler um arquivo seria desta forma:
PHP код:
// Open "file.txt" in "read only" mode
new File:handle fopen("file.txt"io_read),
 
    
// Initialize "buf"
    
buf[128];
 
// Check, if the file is opened
if(handle)
{
    
// Success
 
    // Read the whole file
    
while(fread(handlebuf)) print(buf);
 
    
// Close the file
    
fclose(handle);
}
else
{
    
// Error
    
print("The file \"file.txt\" does not exists, or can't be opened.");

Entendi um pouco acima, o que eu queria realmente fazer era utilizar um comando, por exemplo
pawn Код:
CMD:lerdicas(playerid);{
new string[200];
format(string, sizeof, (string),"%s"); //aqui abria o arquivo no jogo, sem precisar que eu fosse na pasta ler o       o que estava salvo
return 1;
}
Reply


Messages In This Thread
Re-abrir arquivo - by DokyPWN - 03.04.2015, 05:49
Re: Re-abrir arquivo - by Hardware - 03.04.2015, 06:09
Re: Re-abrir arquivo - by DokyPWN - 03.04.2015, 06:12
Re: Re-abrir arquivo - by Hardware - 03.04.2015, 06:35
Re: Re-abrir arquivo - by DokyPWN - 03.04.2015, 13:08
Re: Re-abrir arquivo - by Dayvison_ - 03.04.2015, 15:10
Re: Re-abrir arquivo - by DokyPWN - 03.04.2015, 23:39
Re: Re-abrir arquivo - by Dayvison_ - 03.04.2015, 23:44
Re: Re-abrir arquivo - by DokyPWN - 04.04.2015, 18:00

Forum Jump:


Users browsing this thread: 1 Guest(s)