Difference between revisions of "OnAdminConnect"

From Soldat Community Wiki
Jump to: navigation, search
(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...")
(No difference)

Revision as of 11:30, 15 August 2012

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!

External Links