Fatalis 2 Posted May 16, 2013 I want to suggest a checkmapindex script command i think it will be useful like input .@map$;if( checkmapindex(.@map$) == 0){ mes "Map not Found"; close; }.... Share this post Link to post Share on other sites
Napster 5 Posted May 16, 2013 can use commandif (getmapusers(.@map$) < 0 ) { mes "Map not Found"; close; } Share this post Link to post Share on other sites
Fatalis 2 Posted May 16, 2013 @napserbecause i will use it on some reasons Share this post Link to post Share on other sites
Emistry 145 Posted May 16, 2013 the sample show by napster work exactly like what you want... getmapusers( "mapname" ) will return -1 if the map isnt exist. 1 Napster reacted to this Share this post Link to post Share on other sites
mkbu95 34 Posted May 17, 2013 As it has been already said, it will return -1 if the map does not exists. Share this post Link to post Share on other sites