Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,155,181,5 script Sample 757,{
- warp "pvpmap",x,y;
- addtimer 30000,strnpcinfo(0)+"::OnTimerCheck";
- end;
- OnTimerCheck:
- if( strcharinfo(3) == "pvpmap" ){
- message strcharinfo(0),"You didnt kill player within 30 seconds..die..";
- unitkill getcharid(3);
- end;
- OnPCKillEvent:
- deltimer strnpcinfo(0)+"::OnTimerCheck";
- addtimer 30000,strnpcinfo(0)+"::OnTimerCheck";
- }
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment