Jump to content

Recommended Posts

Posted (edited)

Пакостить хочешь?)

Бинды можно удалить как-то так:

/run local k={} for i=1,GetNumBindings() do _,b1,b2 = GetBinding(i) if b1 ~= nil then k[#k+1] = b1 end if b2 ~= nil then k[#k+1] = b2 end end for i,val in ipairs(k) do SetBinding(val) end

Edited by ISparkl

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...