View Single Post
  #8  
Old 10-24-2006, 03:55 AM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
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.
__________________
Reply With Quote