stock GetCheaters(){ new File:file = fopen("cheaters.txt"); new string[8]; fread(file, string); fclose(file); return strval(string);}