Originally posted by Mercury.
I would not even start a "GSC Menu". There are already way to many OF THE SAME STUFF DIFFERENT STYLE. I would just void the project. Too many gsc menu's. Start making stuff for the newer games like ghosts, advanced warfare, and etc.

He never said he was going to release it maybe he wants his own style. I've made pleanty of menus that ill never release and that i only made to fit my liking. This sounds cool for zombieland.
As for the script try this and see if it changes anything.
ifstatement()
{
if (map( "mp_carrier", true ) == false)
{
wait .2;
map( "mp_carrier", true );
}
else
{
self iprintln("mp_carrier");
}
}