Open azalty opened 1 year ago
admin flags via module "admin privileges" ?
I guess so? It's actually for one of my users, which assigns an admin group to VIPs, admin group which has an admin flag @crashzk
I don't personally use your plugin so I don't really know, sorry
@R1KO @azalty in this case it would be VIP Admin & Admin Privileges.zip here is the version what use of both..
News?
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 withVIP_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?