Jump to content
  • 0

Pvp room


Jonald

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   0
  • Joined:  02/02/17
  • Last Seen:  

Hi need script for pvp room with pub how many user on pvp room and everytime you entered will announce name all map

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

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;
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...