here
prontera,146,83,5 script PVP Warper 966,{
mes "You will be warp to our PVP Room";
next;
mes "Are you sure you want to be warped to our PVP Room?";
menu "YES bring it on",yes,"NO im weak",no;
yes:
announce "PVP ROOM: "+strcharinfo(0)+" Entered the PVP ROOM!",bc,0xFF6060;
warp "pvp_y_8-1",0,0;
close;
no:
close;
OnInit:
while( 1 ){
delwaitingroom;
waitingroom "PVP Room ("+getmapusers("pvp_y_8-1")+")",0;
sleep 1000;
}
end;
}