player_skin xyz
in f1 for nowdbg_msg("netserver", "packet payload too big. %d. dropping packet", pChunk->m_DataSize);
autoexec_server.cfg
which then loads myServerconfig.cfg
pointing to & loading server\config.cfg
but... if I launch server via client, with the Start Server button, it doesn't load myServerconfig.cfg
because settings in server\config.cfg
are not applied at allexec server/config.cfg
to
exec server\config.cfg
made it execute the command properly regardless of whether server was started directly or via client ._.