View Single Post
  #13  
Old 02-21-2010, 11:07 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
I had a similar problem- for it to work on a GMAP I had to use this (inside a gani script) for the position

HTML Code:
x = int(player.x * 1000) / 1000;
y = int(player.y * 1000) / 1000;
__________________
Reply With Quote