Home
last modified time | relevance | path

Searched refs:cv_maxplayers (Results 1 – 7 of 7) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dd_clisrv.h377 extern consvar_t cv_netticbuffer, cv_allownewplayer, cv_joinnextround, cv_maxplayers, cv_joindelay,…
H A Dd_clisrv.c1220 netbuffer->u.serverinfo.maxplayer = (UINT8)cv_maxplayers.value; in SV_SendServerInfo()
1226 else if (D_NumPlayers() >= cv_maxplayers.value) in SV_SendServerInfo()
3106 consvar_t cv_maxplayers = CVAR_INIT ("maxplayers", "8", CV_SAVE|CV_NETVAR, maxplayers_cons_t, NULL); variable
3653 else if (D_NumPlayers() >= cv_maxplayers.value && rejoinernum == -1) in HandleConnect()
3654 SV_SendRefuse(node, va(M_GetText("Maximum players reached: %d"), cv_maxplayers.value)); in HandleConnect()
H A Dd_netcmd.c574 CV_RegisterVar(&cv_maxplayers); in D_RegisterServerCommands()
H A Dm_menu.c982 {IT_STRING|IT_CVAR, NULL, "Max Players", &cv_maxplayers, 46},
1612 {IT_STRING | IT_CVAR, NULL, "Max Players", &cv_maxplayers, 21},
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dd_clisrv.h583 extern consvar_t cv_maxplayers;
H A Dd_clisrv.c1380 netbuffer->u.serverinfo.maxplayer = cv_maxplayers.value; in SV_Send_ServerInfo()
3607 consvar_t cv_maxplayers = variable
3657 CV_RegisterVar (&cv_maxplayers); in D_Init_ClientServer()
4435 if( (num_player_used + num_to_join) > cv_maxplayers.value ) in client_join_handler()
4438 va("Maximum players reached (max:%d)", cv_maxplayers.value)); in client_join_handler()
H A Dm_menu.c2575 {IT_STRING | IT_CVAR,0,"Maxplayers" ,&cv_maxplayers ,0},