Hi, please try this one.
- script gm_autokick_ -1,{
OnPCLoginEvent:
.@size = getarraysize(.gm_List);
for( .@i = 0; .@i < .@size; .@i++ ) {
if( getcharid(3) == .gm_List[.@i] ) {
announce "[ System ]: You have been rejected by the Server.",bc_self;
addtimer 500,strnpcinfo(0)+"::OnKick";
}
}
end;
OnKick:
atcommand "@kick "+strcharinfo(0);
end;
OnInit:
setarray .gm_List, 2000000,2000001,2000002;
end;
}
Raw Link: http://immortalsro.com/rAScripts/gm_autokick.txt