new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); x -= 0.1; SetPlayerPos(kissedID, x, y, z); SetPlayerFacingAngle(playerid, 270); SetPlayerFacingAngle(kissedID, 90);