static stream[51000] new hFile = fopen(g_TopFile, "rb") fread_raw(hFile, stream, 500, 100) fclose(hFile) new text[400] formatex(text, 399, "stream = %s", stream) server_print(text)