mes [email protected]$;
mes "Would you like to enter the PvP Room?";
next;
switch(select("Enter Room [Current Users ~ "+getmapusers("pvp_y_2-2")+" ~]:Leave")) { // Change pvp_y_2-2 into your PvP Map
case 1:
warp "pvp_y_2-2",0,0; // Change pvp_y_2-2 into your PvP Map announce ""+strcharinfo(0)+" entered PVP ROOM !",bc_all;
end;
Hello can someone add some things to this script like:
K/D statistic
K/D ranking
Here is the script:
prontera,168,191,5 script PvP Room 4_M_BLACKMAN,{
[email protected]$ = "["+strnpcinfo(0)+"]";
mes [email protected]$;
mes "Would you like to enter the PvP Room?";
next;
switch(select("Enter Room [Current Users ~ "+getmapusers("pvp_y_2-2")+" ~]:Leave")) { // Change pvp_y_2-2 into your PvP Map
case 1:
warp "pvp_y_2-2",0,0; // Change pvp_y_2-2 into your PvP Map
announce ""+strcharinfo(0)+" entered PVP ROOM !",bc_all;
end;
case 2:
close;
}
OnInit:
waitingroom "PVP Warper",0;
end;
}
Edited by monody0093Thanks you,
Link to comment
Share on other sites