OnAdminDisconnect

From Soldat Community Wiki
Revision as of 10:34, 15 August 2012 by Freeman (talk | contribs) (Created page with "===From the Scripting Manual=== ''procedure OnAdminDisconnect(IP: string);'' '''Parameter Info:''' IP (String): IP Address of the admin who disconnected. '''Des...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

From the Scripting Manual

 procedure OnAdminDisconnect(IP: string);
 
 Parameter Info:
  IP (String): IP Address of the admin who disconnected.
 
 Description:
  This procedure will be called every time a TCP Admin disconnects.

External Links