28.11.2013, 11:08
(
Последний раз редактировалось Joe_Goro; 28.11.2013 в 21:12.
Причина: Solved
)
Before reading the problem solved by : https://github.com/Zeex/samp-plugin-...tect/issues/25 check this link .. thanks for all and Crash-detect team
hello i have this code pawn Код:
new File:fp = fopen("sucks.txt", io_read);
if (fp) {
new buf[128];
fread(fp, buf);
fclose(fp);
} else {
printf("failed to open sucks.txt");
}