yuhsing

Untitled

Aug 7th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. prontera,155,181,5 script Sample 757,{
  2. warp "pvpmap",x,y;
  3. addtimer 30000,strnpcinfo(0)+"::OnTimerCheck";
  4. end;
  5.  
  6. OnTimerCheck:
  7. if( strcharinfo(3) == "pvpmap" ){
  8. message strcharinfo(0),"You didnt kill player within 30 seconds..die..";
  9. unitkill getcharid(3);
  10. end;
  11. OnPCKillEvent:
  12. deltimer strnpcinfo(0)+"::OnTimerCheck";
  13. addtimer 30000,strnpcinfo(0)+"::OnTimerCheck";
  14. }
  15. end;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment