Takuyakii Posted October 9, 2019 Group: Members Topic Count: 41 Topics Per Day: 0.02 Content Count: 215 Reputation: 11 Joined: 08/30/19 Last Seen: April 23 Share Posted October 9, 2019 Hello, i having a problem about the getmapuser waitingroom. the problem is, everytime i entered on the map with getmapuser it will not count on, i have to use @reloadscript to update the user on waiting room. so my problem is how i can fix this so to be updated once entered and once exit Quote OnInit: delwaitingroom; waitingroom "PvP Arena ["+getmapusers("pvproom")+"]",0; end; } And also im using the DotaPVP Script Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted October 9, 2019 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: 23 hours ago Share Posted October 9, 2019 there are several ways to do it ... one of the most common way .. OnInit: OnTimer1000: delwaitingroom; waitingroom "PvP Arena ["+getmapusers("pvproom")+"]",0; initnpctimer; end; 1 Quote Link to comment Share on other sites More sharing options...
1 Haruka Mayumi Posted October 9, 2019 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: Wednesday at 09:32 AM Share Posted October 9, 2019 OnInit: while(1){ delwaitingroom; waitingroom "PvP Arena ["+getmapusers("pvproom")+"]",0; sleep 1000; } end; Here's another way. if ever you are already using timer on your script. ^_~ Quote Link to comment Share on other sites More sharing options...
0 Takuyakii Posted October 9, 2019 Group: Members Topic Count: 41 Topics Per Day: 0.02 Content Count: 215 Reputation: 11 Joined: 08/30/19 Last Seen: April 23 Author Share Posted October 9, 2019 6 hours ago, Emistry said: there are several ways to do it ... one of the most common way .. OnInit: OnTimer1000: delwaitingroom; waitingroom "PvP Arena ["+getmapusers("pvproom")+"]",0; initnpctimer; end; Thanks for this ! It Works. Quote Link to comment Share on other sites More sharing options...
Question
Takuyakii
Hello, i having a problem about the getmapuser waitingroom.
the problem is, everytime i entered on the map with getmapuser it will not count on,
i have to use @reloadscript to update the user on waiting room.
so my problem is how i can fix this so to be updated once entered and once exit
And also im using the DotaPVP Script
Link to comment
Share on other sites
3 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.