13.03.2015, 23:17
Look here: SetPlayerPos and SetPlayerFacingAngle
Your command would be like this:
It's easy.
Your command would be like this:
Код:
YCMD:drag(playerid, params[], help) { SetPlayerPos(playerid, X, Y, Z); SetPlayerFacingAngle(playerid, angle); return 1; }