30.12.2011, 12:57
like this
Код HTML:
new Float:x, Float:y, Float:z, Float:ang; GetPlayerPos(playerid, x, y, z); GetPlayerFacingAngle(playerid, ang); SetPlayerPos(playerid, x+10, y, z); SetPlayerFacingAngle(playerid, ang)