13.10.2009, 21:09
Hi,
i have a question regarding SetPlayerVelocity. Could you let a player move to anotherplayer with this new function? So something like
I know this wont work, but is there any other possibility?
i have a question regarding SetPlayerVelocity. Could you let a player move to anotherplayer with this new function? So something like
Quote:
new FloatX, FloatY, FloatZ; GetPlayerPos(playerid, pX, pY, pZ); SetPlayerVelocity(otherplayer, pX, pY, pZ); |