I'm a Poser

edited May 2010 in Server Support
I am joining my own server, and my nickname is being changed to "poser". The server still gives me superadmin, but changes my nick. How do I fix this, thanks.

Edit: I am connecting over local IP eg connect("192.168.1.100:28000");

Comments

  • Use joinGame("192.168.1.100:28000"); not connect("192.168.1.100:28000");

    The connect command doesn't send the player name/voice/skin data, and produces this exact behavior.
  • That worked... thanks. The other workaround I found was to turn NoSmurfs on. Your way is better.
Sign In or Register to comment.