Difference between revisions of "OnAdminDisconnect"
(Created page with "===From the Scripting Manual=== ''procedure OnAdminDisconnect(IP: string);'' '''Parameter Info:''' IP (String): IP Address of the admin who disconnected. '''Des...") |
Tehbugerz0r (talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 8: | Line 8: | ||
This procedure will be called every time a TCP Admin disconnects. | This procedure will be called every time a TCP Admin disconnects. | ||
| − | == | + | ==See also== |
| − | * [ | + | * [[OnAdminConnect]] |
[[Category:Server Scripting]][[Category:Server Scripting Events]] | [[Category:Server Scripting]][[Category:Server Scripting Events]] | ||
Latest revision as of 07: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.