QuakeWiki
October 1, 2012

Extension:DP SV DROPCLIENT

//DP_SV_DROPCLIENT

//idea: FrikaC

//darkplaces implementation: LordHavoc

//builtin definitions:

 

void(entity clent) dropclient = #453;

//description:

//causes the server to immediately drop the client, more reliable than stuffcmd(clent, “disconnect\n”); which could be intentionally ignored by the client engine
NOTE: Can this be used on Botclients that are created via spawnclient?