yuhsing

Untitled

Sep 19th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. - script Sample -1,{
  2. OnPCLoginEvent:
  3. if( #account_password$ == "" ){
  4. do{
  5. input .@input$;
  6. }while( getstrlen( .@input$ ) < 4 );
  7. set #account_password$,.@input$;
  8. message strcharinfo(0),"Created Password.";
  9. }
  10. mes "Enter your current Password.";
  11. input .@input$;
  12. if( .@input$ != #account_password$ )
  13. atcommand "@kick "+strcharinfo(0);
  14. close;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment