Difference between revisions of "OnAdminDisconnect"

From Soldat Community Wiki
Jump to: navigation, search
 
Line 9: Line 9:
  
 
==See also==
 
==See also==
* [[OnAdminDisconnect]]
+
* [[OnAdminConnect]]
  
 
[[Category:Server Scripting]][[Category:Server Scripting Events]]
 
[[Category:Server Scripting]][[Category:Server Scripting Events]]

Latest revision as of 09:07, 14 March 2013

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.

See also