checkmapindex script command

Status
Not open for further replies.

Fatalis

New member
Messages
90
Points
0
I want to suggest a checkmapindex script command i think it will be useful like

Code:
input .@map$;if( checkmapindex(.@map$) == 0){ mes "Map not Found"; close; }....
 
Last edited by a moderator:
the sample show by napster work exactly like what you want...

getmapusers( "mapname" )
will return -1 if the map isnt exist.

 
As it has been already said, it will return -1 if the map does not exists.

 
Status
Not open for further replies.
Back
Top