dplay_timeout

Time in ticks on a client for waiting for a server response at joining a session, and for waiting until triggering EVENT_LEAVE after disconnection.

Range:

1..unlimited, default 160 (10 sec).

Type:

var

Example:

function main()
{
   dplay_timeout = 80; // 5 seconds wait time (make sure the server connects and sends in < 5 sec intervals)
   ...

See also:

send_skill, send_var, send_string, on_client

► latest version online