Hello,
You can put here your config issue.
I never reply to config help in PM
Gai-Luron
You can put here your config issue.
I never reply to config help in PM
Gai-Luron
Event OnConnect() # Player event
$Username = GetCurrentPlayerVar("Username");
UserGroupFromFile( "notwelcome", "./notwelcome.txt" );
IF( UserInGroup( "notwelcome",$Username ) == 1 )
THEN
cmdLFS( "/ban " . $Username . " 30" );
ENDIF