Description
Make it so you are able to load different scripts on each different map prefix.
Configure With the Keygroup 'es_scripts_db.txt'
[syntax="es"]
"scripts"
{
"de"
{
"scriptname" "script"
"mycfg.cfg" "cfg"
}
"cs"
{
"mycfg.cfg" "cfg"
}
"gg"
{
"scriptname" "script"
}
"zm"
{
"scriptname" "script"
"mycfg.cfg" "cfg"
}
}[/syntax]
Just insert the scripts name, in the value slot put either script or cfg depending on if it is a script you want load or a .cfg file you want executed. You can load any number of scripts per map type like this:
[syntax="es"]
"scripts"
{
"de"
{
"scriptname" "script"
"scriptname" "script"
"scriptname" "script"
"mycfg.cfg" "cfg"
}
}[/syntax]
This will load all three scripts plus your cfg file on map change...
~J3ff