Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - script Sample -1,{
- OnPCLoginEvent:
- .@random = rand( 10000,99999 );
- mes "Enter ^FF0000"+.@random+"^000000";
- input .@number;
- if( .@number != .@random )
- atcommand "@kick "+strcharinfo(0);
- close;
- }
Advertisement
Add Comment
Please, Sign In to add comment