#Hi, Since v2.18, players have been
1 messages · Page 1 of 1 (latest)
what means "players have been randomly leaving their groups on their own"?
the said long doesnt have “Tried to create group while group limit is reached on side BLUFOR.”
i'd recommend to log the group counts
as Dedmen indicated tho you probably would need to inject into all scripts/functions that create new groups a logging mechanism to find the root
diag_log (diag_activeScripts); diag_log (diag_activeSQFScripts);
is probably not working (not going by your log anyway) - plus you need to do for these diag_activeScripts apply {diag_log _x;};
if you want to try that broad logging, i'd probably do all these:
2.11 EntityCreated
2.12 EntityDeleted
2.13 EntityKilled
2.14 EntityRespawned
2.16 GroupCreated
2.17 GroupDeleted
still you need a way to learn where its coming from
other than the mod removal approach, the other way would be trying to narrow it down when its (exactly) happening - could potentially at least give you an idea what mod(s) may be responsible