|
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? |
Last edited by mhermher; 08-07-2001 at 05:37 PM..
|