OnAdminConnect

From Soldat Community Wiki
Revision as of 08:05, 14 March 2013 by Tehbugerz0r (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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!

See also