yuhsing

Untitled

Dec 20th, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1.  
  2.  
  3. prontera,155,181,5 script Sample 757,{
  4. if( select("Enter for 15 minutes.:Cancel") == 1 ){
  5. addtimer ( 15 * 60000 ),strnpcinfo(0)+"::OnKick";
  6. warp .map$,0,0;
  7. }
  8. close;
  9.  
  10. OnKick:
  11. if( strcharinfo(3) == .map$ )
  12. warp "SavePoint",0,0;
  13. end;
  14.  
  15. OnInit:
  16. .map$ = "payon";
  17. end;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment