menu
Downloads
Servers
Forums
Support
search
Sign In
Home
›
Support
›
Server Support
I'm a Poser
z
zoyx
May 2010
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
Thyth
May 2010
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.
z
zoyx
May 2010
That worked... thanks. The other workaround I found was to turn NoSmurfs on. Your way is better.
Sign In
or
Register
to comment.
Comments
The connect command doesn't send the player name/voice/skin data, and produces this exact behavior.