View Single Post
  #3  
Old 06-26-2013, 05:15 AM
baseman101 baseman101 is offline
Scripter
baseman101's Avatar
Join Date: Nov 2012
Location: Purcellville, VA
Posts: 76
baseman101 will become famous soon enough
Quote:
Originally Posted by cbk1994 View Post
..
Thanks, I'll try this as soon as possible! So, in my example, you would do:

PHP Code:
findPlayerByCommunityName(this.plAcc).level.getmappartfile(findPlayerByCommunityName(this.plAcc).xfindPlayerByCommunityName(this.plAcc).y);
//this returns the map chunk that the player is positioned in 
How would I find the exact player's position in the map part? For example, not the whole gmap, but in that specific level part?
Reply With Quote