Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - script Sample -1,{
- OnPCLoginEvent:
- if( #account_password$ == "" ){
- do{
- input .@input$;
- }while( getstrlen( .@input$ ) < 4 );
- set #account_password$,.@input$;
- message strcharinfo(0),"Created Password.";
- }
- mes "Enter your current Password.";
- input .@input$;
- if( .@input$ != #account_password$ )
- atcommand "@kick "+strcharinfo(0);
- close;
- }
Advertisement
Add Comment
Please, Sign In to add comment