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

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.
 +
[[Category:DarkPlaces]]

Latest revision as of 02:21, 25 March 2013

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.