procedure OnAdminConnect(IP: string)
;begin
WriteConsole(
0,
IPToName(IP) + 'has enter the game, so turn them hax off now!', $FFFF0000)
;end;
I put in the zero because I assumed you wanted all players to see this message
The only bit i'm not too sure about is the IPToName(IP) bit, I think there may be extra parameters, but can't be bothered to check
I am pretty sure that will work if the IPToName bit is correct