Thread: Gmap Help
View Single Post
  #2  
Old 09-09-2008, 06:51 PM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
Quote:
Originally Posted by GULTHEX View Post
PHP Code:
    //#CLIENTSIDE
    
if (created) {
    
removetiledefs;
    
addtiledef pics1.png,,;
  
loadmap("dg_mapworld");
    } 
A mix of GS2 and gGS probably isn't helping! Try this

PHP Code:
//#CLIENTSIDE
if (created) {
  
removetiledefs;
  
loadmap dg_mapworld;

The tiledefault is pics1.png so you don't need the addtiledef.
__________________
V$:CONFL16T
Reply With Quote