viewing paste Kick After Account ID Log | Athena

Posted on the | Last edited on
1 2 3 4 5 6 7 8 9 10 11
-   script  Sample  -1,{
 
OnInit:
setarray .ID,200001,200002;
 
OnPCLoginEvent:
for( set .@i,0; .@i < getarraysize( .ID ); set .@i,.@i + 1 )
    if( getcharid(3) == .ID[.@i] )
        atcommand "@Kick "+strcharinfo(0);
end;
}
Viewed 1366 times, submitted by Emistry.