Hello, I found bug when I used; GetLapperVar("numconns")
My Code:
when I started lfslapper and join to the server I have message: (1) (with out host)
when I in the server and do !reload I have message: (2) (with host)
and this numplayers //Number of players are OnNewPlayerJoin to the server
thanks.
                
                    
            My Code:
CatchEvent OnConnect( $userName )
    Privmsg("".GetLapperVar("numconns"));
EndCatchEventwhen I started lfslapper and join to the server I have message: (1) (with out host)
when I in the server and do !reload I have message: (2) (with host)
and this numplayers //Number of players are OnNewPlayerJoin to the server
thanks.