Oh actually, you're only trying to rename people... so you shouldn't use prethink in the first place, use client_infochanged() and there you get user's "name" setinfo with get_user_info() and then compare it with get_user_name() OR your last stored variable (preferable).
After that you just check your stuff...
Still, holding information in names is tricky and exploitable, unrecommended.