ID:2732260
Nov 5 2021, 8:56 pm
|
|
I already saw an answer in an old post, but as that post was made in 2008 I'd like to ask; 13 years later, is there a function to check if a player is a guest beyond just seeing if their key is in the Guest-[buncha#s] format?
|
To continue with Kumorii's great solve.. You could also do a find() on the key to determine if the needle "Guest" exists.
if( findtextEx(src.key, "Guest")) |
Why doesn't this approach work well enough for you?
To the best of my knowledge there's no other reliable way to check this.