yuhsing

Untitled

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