22.04.2010, 15:49
How add 1000 + pickup to game? i know that limit is 100 but how make it 1000 and show every second user 100 closest?
new File:f = fopen("filename.txt", io_read), string[100]; if(f) { while(fread(f, string)) { //here do file parsing. Tip: sscanf. } }