01.06.2010, 14:04
Acho que vocк estб falando disso..
pawn Код:
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;
}