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