Event OnConnect( $userName ) # Player event
    
    GlobalMSG("IP.: " . GetPlayerVar($userName,"IPAddress"));
    
EndEventwhy 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