17.01.2010, 00:17
Basically, I have a dini based group system that when people join the group or are invited there member count goes up and it works fine but for some reason if people leave it never goes down
The fallowing code does not work
The fallowing code works
I don't see what the problem is and could use some help
The fallowing code does not work
Код:
numberz = dini_Int(file, "Members"); numberz--; dini_IntSet(file, "Members", numberz);
Код:
numberz = dini_Int(file, "Members"); numberz++; dini_IntSet(file, "Members", numberz);