Thread: Gmap problem
View Single Post
  #1  
Old 01-16-2011, 12:33 AM
Bwaze Bwaze is offline
Registered User
Join Date: Nov 2010
Posts: 11
Bwaze is on a distinguished road
Gmap problem

For my server I've been trying to upload signs and npcs to the gmap but none of them seem to show up on server but stay and work fine on the offline editor.
I tried uploaded them with my brothers laptop too and they dont appear either could this be a problem with our computers or is it because of one of our systems
PHP Code:
//#CLIENTSIDE
function onCreated()
{
  
showStats(1024);
  
//for gmaps \/ \/ \/ \/ , add names here "outside","anothergmap"
  
temp.maps = {"dud_town_clumence-"},

  
//for (temp.currMap: temp.maps) 
    
loadMap(temp.currMap);
  
//addTiles(); < dosnt run anything?
  
  // ---\/ loads the tileset \/
   
removetiledefs("");
  {
    
addtiledef("dud_tileset_outside-1.gif","","1");
  }

Sorry about the mess in the script when it was written the guy was confused or something.
Reply With Quote