30.08.2010, 07:08
Код:
new File:Handler=fopen("Maps.l",io_read);
while(fread(Handler,string))
{
new str[256];
format(str,256,"%s.m",string);
and why you need new string[256]; 2x ?? use string[64]; and only once, Im sure you dont have any file name longer than 64 symbols

