SuPr3Me MoTF Posted June 25, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 45 Reputation: 1 Joined: 04/20/17 Last Seen: July 14, 2017 Share Posted June 25, 2017 Guys, if you enter a map like "pay_fild04" on a SCRIPT, how can i check if the map warp exists or not? Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted June 25, 2017 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted June 25, 2017 if ( getmapusers("mapname") >= 0 ) { // map exist. } else { // map not exist. } 3 Quote Link to comment Share on other sites More sharing options...
1 Tokei Posted June 26, 2017 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 696 Reputation: 722 Joined: 11/12/12 Last Seen: 5 hours ago Share Posted June 26, 2017 I remember Emistry answering me with this trick when I asked the same question xD. Getmapusers returns -1 if the map doesn't exist (and you can't have negative players on a map). 1 Quote Link to comment Share on other sites More sharing options...
0 SuPr3Me MoTF Posted June 25, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 45 Reputation: 1 Joined: 04/20/17 Last Seen: July 14, 2017 Author Share Posted June 25, 2017 This will check for users on a map. So, if noones is on prontera, the prontera will not exist... Is it? Quote Link to comment Share on other sites More sharing options...
0 Zell Posted June 27, 2017 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 412 Reputation: 266 Joined: 04/25/12 Last Seen: Saturday at 11:42 PM Share Posted June 27, 2017 On 2017-6-25 at 8:28 PM, SuPr3Me MoTF said: This will check for users on a map. So, if noones is on prontera, the prontera will not exist... Is it? Tokei explained that if the map do not exist the value returne by getmapusers is -1 and not 0..... 1 Quote Link to comment Share on other sites More sharing options...
0 SuPr3Me MoTF Posted June 27, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 45 Reputation: 1 Joined: 04/20/17 Last Seen: July 14, 2017 Author Share Posted June 27, 2017 SOLVED. Ty you all! Quote Link to comment Share on other sites More sharing options...
Question
SuPr3Me MoTF
Guys, if you enter a map like "pay_fild04" on a SCRIPT, how can i check if the map warp exists or not?
Link to comment
Share on other sites
5 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.