Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- OnPCLoginEvent:
- if (#password$ == "") end;
- addtimer 10000,strnpcinfo(0)+"::OnKick";
- mes "Please enter the security pass to this account.";
- input .@try$;
- if(.@try$ != #password$) {
- next;
- mes "Sorry, that is not Correct.";
- mes "You will be logged off in 5 seconds.";
- sleep2 5000;
- OnKick:
- atcommand "@kick "+strcharinfo(0);
- end;
- }
- mes "Password correct!";
- deltimer strnpcinfo(0)+"::OnKick";
- close;
- }
Advertisement
Add Comment
Please, Sign In to add comment