View Single Post
  #4  
Old 06-26-2001, 04:36 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Quote:
Originally posted by BocoC
Well, you can simulate the map thingy kinda. In like, the main level for your world (ie. unstick me level), add this code:

if (playerenters) {
setimg myworldmap.gif,0,0,2,2;
setmap myworldmap.gif,myworldmap.txt,64,64;
}

The player would automatically download the latest map addition from the server, then set their map as it. =P
The problem is that they might not have the update to your .txt file.
__________________

Reply With Quote