01.06.2010, 12:28
Queria saber se tem como quando digitar certo comando aparecer o conteъdo que tem dentro do arkivo dini.
Abraзos.
Abraзos.
if(strcmp(cmd, "/dini", true) == 0)
{
new string[512];
new File:file=fopen("dini.txt",io_read);
new l;
while(fread(file,stringw))
{
l++;
if(l > 0)
{
SendClientMessage(playerid,COLOR_RED,string);
}
}
fclose(file);
return 1;
}
Originally Posted by NathanLive
rakun .txt nao! eh .ini --' le o topico. Se fosse .txt seria facil.
|
Originally Posted by NathanLive
russo eu soh kero saber por exemplo o cara digita /ver ai aparece o conteъdo que estб de um arkivo que foi gerado pelo dini sabe? Como akele /leradm que vc posto um tutorial abrass.
|
if(strcmp(cmd, "/dini", true) == 0)
{
new strings[512];
new File:file=fopen("something.ini",io_read);
new l;
while(fread(file,strings))
{
l++;
if(l > 0)
{
SendClientMessage(playerid,COLOR_RED,strings);
}
}
fclose(file);
return 1;
}
Originally Posted by NathanLive
entгo traduzindo esse seu modo de carregar e salvar fixeiros russo server para todas extensхes ateh mesmo para cfgs?
|