zmref Posted January 25, 2013 Group: Members Topic Count: 148 Topics Per Day: 0.03 Content Count: 299 Reputation: 6 Joined: 06/14/12 Last Seen: March 30, 2013 Share Posted January 25, 2013 (edited) How to do the balloon interface where it display the number of players inside a map It's like a chatroom? but it displays number of players inside a map. Edited January 25, 2013 by zmref Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted January 25, 2013 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted January 25, 2013 Balloon interface? Quote Link to comment Share on other sites More sharing options...
Yummy Posted January 25, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 236 Reputation: 12 Joined: 03/07/12 Last Seen: March 6 Share Posted January 25, 2013 A ChatRoom box that has a function of seeing the player inside a specific map. I think that's what he is trying to say Quote Link to comment Share on other sites More sharing options...
zmref Posted January 25, 2013 Group: Members Topic Count: 148 Topics Per Day: 0.03 Content Count: 299 Reputation: 6 Joined: 06/14/12 Last Seen: March 30, 2013 Author Share Posted January 25, 2013 NVM I get it already prontera,163,182,5 script PVP 837,{ OnInit: waitingroom "PVP - users "+getmapusers("prontera"),0; } Quote Link to comment Share on other sites More sharing options...
Brian Posted January 25, 2013 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted January 25, 2013 OnInit will trigger once when the script loads. To continuously update the getmapusers count, you can either: 1. have the NPC that warps them to PVP trigger 'waitingroom' 2. use OnPCLoadMapEvent on the PVP map to trigger 3. use a timer and have the waitingroom update every X seconds Quote Link to comment Share on other sites More sharing options...
Question
zmref
How to do the balloon interface where it display the number of players inside a map
It's like a chatroom? but it displays number of players inside a map.
Edited by zmrefLink to comment
Share on other sites
4 answers 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.