19.08.2016, 22:22
new string1[128], number, File:file = fopen("cellphones.cfg", io_read), fdeleteline(("cellphones.cfg", idx[]));
change to:
new string1[128], number, File:file;
file = fopen("cellphones.cfg", io_read), fdeleteline("cellphones.cfg", idx[]);
change to:
new string1[128], number, File:file;
file = fopen("cellphones.cfg", io_read), fdeleteline("cellphones.cfg", idx[]);