Hello
I found a code when I was browsing the forum. We will create a new text document, If you have IP in the list if a direct kick. For this can you help?
Code :
Event OnNewPlayerJoin( $userName )
IF (GetCurrentPlayerVar($userName,"IPAdress") == "127.0.0.1")
THEN
cmdLFS("/kick " . GetCurrentPlayerVar("userName") );
ENDIF
EndEvent
I found a code when I was browsing the forum. We will create a new text document, If you have IP in the list if a direct kick. For this can you help?
Code :
Event OnNewPlayerJoin( $userName )
IF (GetCurrentPlayerVar($userName,"IPAdress") == "127.0.0.1")
THEN
cmdLFS("/kick " . GetCurrentPlayerVar("userName") );
ENDIF
EndEvent