SuPr3Me MoTF Posted June 25, 2017 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
0 Emistry Posted June 25, 2017 Posted June 25, 2017 if ( getmapusers("mapname") >= 0 ) { // map exist. } else { // map not exist. } 3 Quote
1 Tokei Posted June 26, 2017 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
0 SuPr3Me MoTF Posted June 25, 2017 Author 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
0 Zell Posted June 27, 2017 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
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?
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.