Quote:
|
Originally Posted by KuJi
Gmap's suck as far as I am concerned. A lot of linking stuff get messed. I can't warp npcs to a level name, I have to find the position on the gmap. It is REALLY hard to actually find the gmap position. Can you help out on this and make it a bit easier to warp the npc with warpto lvl,x,y;
|
Use a weapon script:
PHP Code:
//#CLIENTSIDE
if (playerchats && strequals(#c,show map position))
setplayerprop #c,#v(playerx) x #v(playery);
It shows your position on the map.