Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,152,184,4 script Sala Vip 902,{
- if (getgmlevel() < 2) goto r3;
- show "[^cc0000Sala VIP^000000]";
- show "Ola "+strcharinfo(0)+" !";
- show "Deseja ir para a Sala Vip ?";
- menu "Sim",Sim,"Nao",Nao;
- next;
- Sim:
- next;
- show "[^cc0000Sala VIP^000000]";
- show "Irei verificar se você é um Player VIP!";
- next;
- show "[^cc0000Sala VIP^000000]";
- show "Hmm... Verificando";
- next;
- show "[^cc0000Sala VIP^000000]";
- show "Verificação feita com sucesso";
- next;
- show "[^cc0000Sala VIP^000000]";
- show "Irei lhe teleportar para Sala VIP";
- next;
- warp "force_1-3",100,172;
- r3:
- show "[^cc0000Sala VIP^000000]";
- show "Desculpe, você não é um Player VIP!!!";
- next;
- show "[^cc0000Sala VIP^000000]";
- show "Para saber como adquirir VIP acesse já nosso site - ^FF0000SITE^000000";
- next;
- close;
- Nao:
- show "[^cc0000Sala VIP^000000]";
- show "Você que sabe !";
- next;
- close;
- }
- //MAPSFLAGS
- force_1-3 mapflag nowarp
- force_1-3 mapflag nowarpto
- force_1-3 mapflag noteleport
- force_1-3 mapflag nosave
- force_1-3 mapflag nomemo
- force_1-3 mapflag nobranch
- force_1-3 mapflag nopenalty
Advertisement
Add Comment
Please, Sign In to add comment