yuhsing

Untitled

Jul 27th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. - script Sample -1,{
  2. OnPCLoginEvent:
  3. if( !getgmlevel() ){
  4. for( set .@i,13; .@i <= 18; set .@i,.@i++ )
  5. if( readparam( .@i ) >= 99 )
  6. set .@count,.@count + 1;
  7. if( .@count > 2 )
  8. atcommand "@kick "+strcharinfo(0);
  9. }
  10. end;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment