Try adding the loadmap script in a level and see if it works.
I think it's...
PHP Code:
if (created) {
loadmap gmapname;
}
I'm not a NAT so I cant really help. If that doesnt work I think it's...
PHP Code:
//#CLIENTSIDE
if (playerenters) {
loadmap gmapname;
}
Note you don't use .gmap in the gmapname, just the name. And are you sure it's correctly placed in the serverops? Copy paste what you've got there.