Example
Example Lua
function eventTick()
strafe(0.22)
sneak(true)
end
function onLoad()
sendMessage("Чушпан")
addMessage("Куку")
end
function onUnLoad()
addMessage("bye")
endLast updated
function eventTick()
strafe(0.22)
sneak(true)
end
function onLoad()
sendMessage("Чушпан")
addMessage("Куку")
end
function onUnLoad()
addMessage("bye")
endLast updated