viewing paste PVP ? | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
prontera,155,181,5  script  Sample  757,{
mes "Go in PVP Room ?";
if( select("Yes:No") == 1 ){
    warp "guild_vs5",0,0;
    announce "[ "+strcharinfo(0)+" ] has joined PVP.",0;
}
close;
 
OnInit:
while( 1 ){
    delwaitingroom;
    waitingroom "Users : "+getmapusers("guild_vs5"),0;
    sleep 1000;
}
end;
}
Viewed 1366 times, submitted by Emistry.