View Single Post
  #1  
Old 08-07-2001, 04:39 PM
mhermher mhermher is offline
galase galase!
mhermher's Avatar
Join Date: Jun 2001
Location: Sweden, Stockholm.
Posts: 2,012
mhermher is on a distinguished road
Send a message via ICQ to mhermher Send a message via AIM to mhermher Send a message via Yahoo to mhermher
Need help, something is wrong.

When i make my map for my server i made this files:

outlandmap.txt and i did write everything right there then i go to editor and make a npc with this script


if (playerenters) {
setmap bravomap.png,outlandmap.txt,playerx,playery;
}
then i press M in editor and gets the pic of my map to my server but then i try to show the map in graal it dont show here is the script


if (playerenters) {
setmap outlandmap.png,outlandmap.txt,playerx,playery;
}


Anyone know why it dont work?
__________________
Donate money for my trip to Germany

Adiarde Manager

Last edited by mhermher; 08-07-2001 at 05:37 PM..
Reply With Quote