Jonald Posted March 7, 2017 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 50 Reputation: 0 Joined: 02/02/17 Last Seen: April 22, 2023 Share Posted March 7, 2017 Hi need script for pvp room with pub how many user on pvp room and everytime you entered will announce name all map Quote Link to comment Share on other sites More sharing options...
0 darking123 Posted March 7, 2017 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 931 Reputation: 13 Joined: 12/20/11 Last Seen: November 21, 2020 Share Posted March 7, 2017 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; } Quote Link to comment Share on other sites More sharing options...
Question
Jonald
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.