View Single Post
  #14  
Old 11-21-2004, 04:37 PM
Slash-P2P Slash-P2P is offline
Banned
Join Date: May 2004
Location: Burning Blade
Posts: 941
Slash-P2P is on a distinguished road
Just have an npc define the players position for you.
PHP Code:
if (playerchats && strequals(#c,show position)) {
setplayerprop #c,(#v(playerx),#v(playery));

Reply With Quote