heres my script it gives me error please check picture attached
- 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;
}