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?
What forward should I use to be guaranteed that a VIP player has correctly received their admin (bit)flags?
I tried using
OnClientPostAdminCheckbut it's too early. No chance withVIP_OnClientLoadedeither.It seems like
VIP_OnVIPClientLoadedis the only one that guarantees that, but it's not called for non-VIP clients.What should I use?