Quote:
Originally Posted by GULTHEX
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.