Thread
:
defining player position online
View Single Post
#
14
11-21-2004, 04:37 PM
Slash-P2P
Banned
Join Date: May 2004
Location: Burning Blade
Posts: 941
Just have an npc define the players position for you.
PHP Code:
if (
playerchats
&&
strequals
(
#c,show position)) {
setplayerprop
#c,(#v(playerx),#v(playery));
}
Slash-P2P
View Public Profile
View GraalOnline Profile
Visit Slash-P2P's homepage!
Find all posts by Slash-P2P