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) |
||
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== |
− | * [ | + | * [[OnAdminDisconnect]] |
[[Category:Server Scripting]][[Category:Server Scripting Events]] | [[Category:Server Scripting]][[Category:Server Scripting Events]] |
Revision as of 08: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.