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?
i know it's dumb question
but can someone answer it. My brain not working right now
new File:f = fopen("filename.txt", io_read),
string[100];
if(f)
{
while(fread(f, string))
{
//here do file parsing. Tip: sscanf.
}
}