Difference between revisions of "OnAdminConnect"
(Created page with "===From the Scripting Manual=== ''procedure OnAdminConnect(IP: string);'' '''Parameter Info:''' IP (String): IP Address of the admin who just logged in. '''Descriptio...") |
Tehbugerz0r (talk | contribs) |
||
Line 6: | Line 6: | ||
'''Description:''' | '''Description:''' | ||
− | This procedure will be called every time a TCP Admin connects and authenticates to your Soldat Server. Note that this function is only called after the admin has logged in! | + | This procedure will be called every time a TCP Admin connects and authenticates to your Soldat Server. |
+ | Note that this function is only called after the admin has logged in! | ||
− | == | + | ==See also== |
− | * [ | + | * [[OnAdminDisconnect]] |
+ | * [[OnAdminMessage]] | ||
[[Category:Server Scripting]][[Category:Server Scripting Events]] | [[Category:Server Scripting]][[Category:Server Scripting Events]] |
Latest revision as of 08:05, 14 March 2013
From the Scripting Manual
procedure OnAdminConnect(IP: string); Parameter Info: IP (String): IP Address of the admin who just logged in. Description: This procedure will be called every time a TCP Admin connects and authenticates to your Soldat Server. Note that this function is only called after the admin has logged in!