14.01.2010, 10:00
Hmm, what you mean ? Like teleporting, but you don't want to teleport yourself or ?
Maybe like this
This teleports you to otherplayer.
Maybe like this
Код:
new otherplayerid; new Float:X, Float:Y, Float:Z; GetPlayerPos(otherplayerid, x, y, z); SetPlayerPos(playerid, x+5, y, z);