Suposing I have this txt file
Code:
* Sub-Title 1 *
- Text line 1
- Text line 2
- Text line 3
- etc.
* Sub-Title 2 *
- Text line x
- Text line y
- Text line z
* Sub-Title 3*
- and so on..
And I need to get & store only the line's from a Sub-Title...
Best example I can Give is if
PHP Code:
(get_mapname(///) == Sub-Title X ) {
// to set a task wich random prints to clients some particular map rules
// and ofcourse the rulles will be that Text lines from each sub-title(map)
}
Ty -.-"