There's a stuffload of chrcks you have to do. I personally hard-code my BL ID.
Best way: getNumKeyID() == %client.getBLID()Not the best way for LAN servers
Why use BL_ID and not getBLID()? I feel like it's insecure
Blocknet servers? What's the difference with them?
Something like this should work on normal servers, lan servers and blocknet servers:if(%client.isHost || %client.bl_id == 999999 || %client.bl_id == getNumKeyId())
.isHost is also set by RTB, if you use that.