SIGNONSTATE - c01dc0ffee/gm_sourcenet GitHub Wiki
SIGNONSTATE_NONE = 0 -- no state yet, about to connect
SIGNONSTATE_CHALLENGE = 1 -- client challenging server, all out of bounds packets
SIGNONSTATE_CONNECTED = 2 -- client is connected to server, netchan ready
SIGNONSTATE_NEW = 3 -- just got serverinfo and string tables
SIGNONSTATE_PRESPAWN = 4 -- received signon buffers
SIGNONSTATE_SPAWN = 5 -- ready to receive entity packets
SIGNONSTATE_FULL = 6 -- we are fully connected, first non-delta packet received
SIGNONSTATE_CHANGELEVEL = 7 -- server is changing level, please wait