Author Topic: Client-sided: Check if a BL_ID is connected to the server you're on  (Read 429 times)

Is there any way to check if a certain BL_ID is connected to the server you're currently in, using a client-sided script?

I think you could loop through the playerlist and find if the BL_ID is on there.

I made a script years ago because people kept changing names and I couldn't be bothered to look for them in every server I joined just in case. Whenever I joined a server, or the people joined a server I was in, it'd check if their name matched the default one I gave them. If not, it'd warn me in chat that they joined giving the name and ID. Are you trying to do something like that?

I made a script years ago because people kept changing names and I couldn't be bothered to look for them in every server I joined just in case. Whenever I joined a server, or the people joined a server I was in, it'd check if their name matched the default one I gave them. If not, it'd warn me in chat that they joined giving the name and ID. Are you trying to do something like that?
wow, this actually sounds like a brilliant idea.. i might try to recreate this, if you don't mind.