Thread: Gmap/Map Error
View Single Post
  #6  
Old 04-25-2005, 01:08 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
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.
Reply With Quote