viewing paste Simple PVP warper | Athena

Posted on the | Last edited on
1 2 3 4 5 6 7 8 9 10 11
prontera,155,181,5  script  Sample  757,{
mes "Go in PVP Room ?";
if( select("PVP Room [ "+getmapusers("guild_vs5")+" Users ]:Cancel") == 1 ){
    delwaitingroom;
    warp "guild_vs5",0,0;
    waitingroom " PVP [ "+getmapusers("guild_vs5")+" Users ]",0;
    npctalk strcharinfo(0)+" has entered PVP Room.";
}
close;
 
}
Viewed 1763 times, submitted by Emistry.