Guest User

Untitled

a guest
Jan 19th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. prontera,160,184,5 script PVP Arena 734,{
  2. mes [PVP Master];
  3. mes "On Battle Players Count:";
  4. mes "[ ^00FF33" + getmapusers("pvp_n_1-5") + "^000000 / 100 ]";
  5. switch(select("Enter:Next Time")) {
  6.  
  7. Case 1:
  8. announce "["+strcharinfo(0)+"] Has Enter PVP Arena",bc_all,"0xFF0066",FW_BOLD,10;
  9. warp "pvp_n_1-5",0,0;
  10. close;
  11.  
  12. Case 2:
  13. mes "OK!!!";
  14. close;
  15. }
  16. }
  17.  
  18. //MAPFLAGS
  19. pvp_n_1-5 mapflag gvgoff
  20. pvp_n_1-5 mapflag nosave
  21. pvp_n_1-5 mapflag noteleport
  22. pvp_n_1-5 mapflag nowarp
  23. pvp_n_1-5 mapflag nowarpto
  24. pvp_n_1-5 mapflag partylock
  25. pvp_n_1-5 mapflag nomemo
  26. pvp_n_1-5 mapflag nobranch
  27. pvp_n_1-5 mapflag pvp_noguild
  28. pvp_n_1-5 mapflag nowarp
Add Comment
Please, Sign In to add comment