function sampev.onSendPlayerSync(data)
data.animationId = 1130
data.upDownKeys = 65408
data.moveSpeed.x = 0.1
data.moveSpeed.z = 0
end
function sampev.onSetPlayerPos(position)
if position.x >= -115 and position.x <= -105 then
if position.y >= -25 and position.y <= -15 then
if position.z >= 3.0 and position.z <= 3.15 then
setBotRotation(145)
coordStart(-143.6502,-65.1213,3.1172, delay, steps, false)
end
end
end
end