Ok,Thanks,I have made some files,but none read a file,I know how to make all (with const,loops,etc) but no how to read...

..Thanks fysiks78 :E
EDIT : I don't find how because I don't know how to set the item in the menu,im ussing a loop
example
PHP Code:
#define MAPS 32
new const maps[MAPS][] = "mm-maps.ini"
//Init
//Command to open menu
//Function
public func(id) {
new path[64]
get_configsdir(path,63)
format(path,63,"%s/%s",path,maps)
new menu = menu_create("ASd","123")
for(new i = 0;i <= MAPS;i++)
{
q[?_?]p
}
menu_display(id,menu)
return PLUGIN_HANDLED
}
/* etc */
If someone wants to make it for me,i will appreciate.