You are not logged in.
Hey i have the problem that on my Server People conect and then comes N!tmod: WriteXP ( ) Cleint ' ' has no or invalid NGUID but not every time from 10 players 3 had the problem for normal Nitmod 2.2 final
Offline
Explained it in this post:
http://etmods.net/forums/viewtopic.php?pid=4487#p4487
Offline
Oops, private forum ^^
Unlike PB GUID (stored in the userinfo as soon as the game starts and instantly transmitted to the server when client connects), NGUID is only received by the server when the client has finished connecting (or if he's coming from another N!tmod >= 2.2 server/reconnecting)
It's an engine limit, anything sent after the "connect" packet will only be received by the server once the client has finished loading the map and enters the "world".
That's why players can have an empty NGUID when they connect, that's also the cause for the "WriteXP" warning messages in logs (removed recently because they were useless).
Offline