How can I determine wheter get_user_name() provides me with a real valid player name or a (null) string? As a natural way I thought about the return value of this function, but in fact it returns the set_amxstring return value ;-) which is not what I want. I know this kind of checks is not *that* needed, but I like to write 100% reliable progs/scripts (ya, just my habit :-)). TIA for any replies.