I know there are ways to tell if the client is an admin or super admin
if(%client.isAdmin)
but how do you tell if the client is the host? I have heard from many people that you cannot do
if(%client.isHost)
If that is true, then what do I do to make it detect whether it is the host or not?