There is no other plugin that modifies, for me if its needed I can add the user to vipAccess[id] = true;
I'm just wondering if its faster if there is 16 players and in each player spawn its asked get_user_flags(id)
and then menu does the same check and more other things.
For me, lets say 100x get_user_flags(id) OR 100x vipAccess[id] ==true ?
like I mean, example in 1st post