Quote:
Originally Posted by cbk1994
..
|
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).x, findPlayerByCommunityName(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?