What forward should I use to be guaranteed that a VIP player has correctly received their admin (bit)flags?
I tried using OnClientPostAdminCheck but it's too early. No chance with VIP_OnClientLoaded either.
It seems like VIP_OnVIPClientLoaded is the only one that guarantees that, but it's not called for non-VIP clients.
What should I use?