View Single Post
  #3  
Old 11-08-2001, 06:52 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Re: (!*"/%! Map )!("%)!()

Quote:
Originally posted by Faheria_LAT1
I can't get the setmap command to work offline -_-' anyone can explain to me WHY?

Okay, here's what I did:

NPC Code:
if (playerenters) {
setmap fah_map.png,fah_map.txt,32,32;
setminimap fah_minimap.png,fah_map.txt,32,32; //not sure if this part is correct (32,32)
}



the files are in my dGamez\Graal2001\maps\ folder but.. still no results *sigh*
Try putting it at '1,1'
Reply With Quote