Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "DP SV DROPCLIENT"

From Quake Wiki

(New page: Builtin definitions: <pre> void(entity clent) dropclient = #453; </pre> Causes the server to immediately drop the client, more reliable than stuffcmd(clent, "disconnect\ "); which could b...)
 
m
Line 6: Line 6:
 
Causes the server to immediately drop the client, more reliable than stuffcmd(clent, "disconnect\
 
Causes the server to immediately drop the client, more reliable than stuffcmd(clent, "disconnect\
 
"); which could be intentionally ignored by the client engine.
 
"); which could be intentionally ignored by the client engine.
..
 

Revision as of 13:27, 29 February 2008

Builtin definitions:

void(entity clent) dropclient = #453;

Causes the server to immediately drop the client, more reliable than stuffcmd(clent, "disconnect\ "); which could be intentionally ignored by the client engine.