Advertisement
Oxxy

Untitled

May 28th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. celestiaj,72,53,6 script PvP Arena 420,{
  2. cutin "bat_kiyom1",2;
  3.  
  4. switch(select("Предыдущая арена["+#lastwarploA$+"]:Обычная арена ["+getmapusers("pvp_n_1-5")+"]:Арена без хила ["+getmapusers("pvp_n_2-5")+"]:Арена 1х1 ["+getmapusers("guild_vs1")+"/2]:Империум арена["+getmapusers("prt_fild08")+"]:Выход")) {
  5.  
  6. case 1:
  7. if(#lastwarploA$ == "") { close2; message strcharinfo(0),"Ты еще не посещал арену."; end; }
  8. if(BaseLevel < 250) { close2; cutin "",255; message strcharinfo(0),"Для входа на арену Вы должны быть 250 уровня."; end; }
  9. cutin "",255;
  10. callfunc("full_dispell");
  11. mapannounce #lastwarploA$,"Игрок ["+strcharinfo(0)+"] вошел на PvP Арену",0;
  12. warp #lastwarploA$,#lastwapxA,#lastwapyA;
  13. break;
  14.  
  15. case 2:
  16. cutin "",255;
  17. if(BaseLevel < 250) { message strcharinfo(0),"Для входа на арену Вы должны быть 250 уровня."; end; }
  18. callfunc("full_dispell");
  19. mapannounce "pvp_n_1-5","Игрок ["+strcharinfo(0)+"] вошел на PvP Арену",0;
  20. callfunc "warpArena","pvp_n_1-5",0,0;
  21. break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement