30.04.2017, 17:40
PHP код:
new File:handle = fopen(REGLOG, io_read),buf[128];
if(handle)
{
while(fread(handle, buf)) print(buf);
fwrite(handle, strval(buf) + 1);
fclose(handle);
}
Код:
dm_arena.pwn(319) : error 035: argument type mismatch (argument 2) Error is in fwrite(handle, strval(buf) + 1);