![]() |
hmmm
1 Attachment(s)
Not sure if this is the right thread but , its regarding a playerworld thats up and I eed help, So this is where I started :).
I remember this issue happeneing in the past, but I can't recall on how to fix it. On the Gmap none of the images show, but the map works pefectly fine :/. Indicateing the GFXs are there images/bravo_bouncer.png: downloadable, 2679 byte, 2007-06-05 02:24:31 images/bravodumpster.gif: downloadable, 4816 byte, 2007-06-05 02:25:10 Here is a snap shot. |
What's in each of those scripts?
|
Each of the npcs just say
NPC Scripted *MysticalDragon //#CLIENTSIDE BLANK This NPC I'am using tem to load the Gmap + Tiles for debugging purposes but its //#CLIENTSIDE function onCreated() { onAddTileDefs(); } function onAddTileDefs() { removetiledefs(""); addtiledef("bravo_tileset.png", player.level, 0); addtiledef("bravo_tileset.png", "bravo", 0); loadmap("bravotesttown.gmap"); loadmap("bravoonline.gmap"); } EDIT Not only can you not see NPCs but you also can't see other players on the gmap. |
1 Attachment(s)
Snake Fixed the problem, Thank You!
For future Reference, I simply forgot to add the gmaps into server options, Simple Newbish mistake but it happens. |
You don't have to use loadmap. That's just for offline use, it will also work without it.
|
Also, you don't include the .gmap with loadmap.
|
oo Thank you , Problem solved.
|
| All times are GMT +2. The time now is 01:12 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.