Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,155,181,5 script Sample 757,{
- if( select("Enter for 15 minutes.:Cancel") == 1 ){
- addtimer ( 15 * 60000 ),strnpcinfo(0)+"::OnKick";
- warp .map$,0,0;
- }
- close;
- OnKick:
- if( strcharinfo(3) == .map$ )
- warp "SavePoint",0,0;
- end;
- OnInit:
- .map$ = "payon";
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment