Event OnConnect( $userName ) # Player event
GlobalMSG("IP.: " . GetPlayerVar($userName,"IPAddress"));
EndEvent
why doesn't it work? Any solution to obtain the IP on the player's connection?
Event OnConnect( $userName ) # Player event
GlobalMSG("IP.: " . GetPlayerVar($userName,"IPAddress"));
EndEvent