Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - script Sample -1,{
- OnPCLoginEvent:
- if( getgmlevel() < 90 ) end;
- for( set .@i,13; .@i <= 18; set .@i,.@i + 1 )
- if( readparam( .@i ) >= 99 ){
- atcommand "@kick "+strcharinfo(0);
- }
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment