R1KO / VIP-Core

GNU General Public License v3.0
50 stars 34 forks source link

What forward for guaranteed bit flags loaded? #125

Open azalty opened 1 year ago

azalty commented 1 year ago

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?

R1KO commented 1 year ago

admin flags via module "admin privileges" ?

azalty commented 1 year ago

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

crashzk commented 1 year ago

@R1KO @azalty in this case it would be VIP Admin & Admin Privileges.zip here is the version what use of both..

crashzk commented 1 year ago

News?