View Single Post
  #1  
Old 12-19-2005, 06:01 PM
CujoDaMan CujoDaMan is offline
Shaded Legend Management
CujoDaMan's Avatar
Join Date: Aug 2004
Location: Canada, Nova Scotia
Posts: 108
CujoDaMan is an unknown quantity at this point
Send a message via AIM to CujoDaMan Send a message via MSN to CujoDaMan
Map Not working?

Where using the GS1 Commands everything is gs1 we have the setmap and setminimap commands in 1 weapon and in the control npc and it still dosn't work. The image name and text file is right.
NPC Code:
setmap=sp_bigmap.gif,sp_bigmap.txt,0,0;
setminimap=sp_minimap.gif,sp_bigmap.txt,0,0;

Can anyone help me here?
Thanks!

If you want the full script:
NPC Code:
//#CLIENTSIDE
if(created||playerenters){
letters=sparitoria-letters.gif;
map=sp_bigmap.gif,sp_bigmap.txt,0,0;
minimap=sp_minimap.gif,sp_bigmap.txt,0,0;

__________________
Last Manager of Shaded Legend
Reply With Quote