Thread: Map question
View Single Post
  #6  
Old 08-08-2001, 01:56 PM
Guest
Posts: n/a
Try this:
NPC Code:

// NPC made by Ice Pick
if (playerenters) {
setmap mapname.gif,maptxtname.txt,126,30;
setminimap minimapname.gif,minimaptxt.txt,126,30;
}



Also for offline mode you have to use gif, I think for online mode to. But then agin I am not sure on that. Well have fun with it
Reply With Quote