Example

Example Lua

function eventTick() 
strafe(0.22)

sneak(true)
end
function onLoad() 
    
    sendMessage("Чушпан") 
    addMessage("Куку")
end
function onUnLoad() 
addMessage("bye")
end

Last updated