brendorox

Untitled

Aug 15th, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. prontera,152,184,4 script Sala Vip 902,{
  2.  
  3. if (getgmlevel() < 2) goto r3;
  4.  
  5. show "[^cc0000Sala VIP^000000]";
  6. show "Ola "+strcharinfo(0)+" !";
  7. show "Deseja ir para a Sala Vip ?";
  8. menu "Sim",Sim,"Nao",Nao;
  9. next;
  10. Sim:
  11. next;
  12. show "[^cc0000Sala VIP^000000]";
  13. show "Irei verificar se você é um Player VIP!";
  14. next;
  15. show "[^cc0000Sala VIP^000000]";
  16. show "Hmm... Verificando";
  17. next;
  18. show "[^cc0000Sala VIP^000000]";
  19. show "Verificação feita com sucesso";
  20. next;
  21. show "[^cc0000Sala VIP^000000]";
  22. show "Irei lhe teleportar para Sala VIP";
  23. next;
  24. warp "force_1-3",100,172;
  25.  
  26. r3:
  27. show "[^cc0000Sala VIP^000000]";
  28. show "Desculpe, você não é um Player VIP!!!";
  29. next;
  30. show "[^cc0000Sala VIP^000000]";
  31. show "Para saber como adquirir VIP acesse já nosso site - ^FF0000SITE^000000";
  32. next;
  33. close;
  34.  
  35. Nao:
  36. show "[^cc0000Sala VIP^000000]";
  37. show "Você que sabe !";
  38. next;
  39. close;
  40.  
  41. }
  42.  
  43.  
  44. //MAPSFLAGS
  45. force_1-3 mapflag nowarp
  46. force_1-3 mapflag nowarpto
  47. force_1-3 mapflag noteleport
  48. force_1-3 mapflag nosave
  49. force_1-3 mapflag nomemo
  50. force_1-3 mapflag nobranch
  51. force_1-3 mapflag nopenalty
Advertisement
Add Comment
Please, Sign In to add comment