zmref Posted January 25, 2013 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
Yummy Posted January 25, 2013 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
zmref Posted January 25, 2013 Author Posted January 25, 2013 NVM I get it already prontera,163,182,5 script PVP 837,{ OnInit: waitingroom "PVP - users "+getmapusers("prontera"),0; } Quote
Brian Posted January 25, 2013 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
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 zmref4 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.