- 35
- 3
- Версия MoonLoader
- Другое
Я хотел сделать биндер на кнопку для маски чето не робит
код :
function main()
repeat wait(0) until isSampAvailable()
while not isSampAvailable() do wait(100) end
while true do wait(0) end
if isKeyJustPressed(VK_P) then
sampRegisterChatCommand("/mask", activatecmd)
sampAddChatMessage('[Script by SampSeller vk.com/snowbank]Started', -1) end end
код :
function main()
repeat wait(0) until isSampAvailable()
while not isSampAvailable() do wait(100) end
while true do wait(0) end
if isKeyJustPressed(VK_P) then
sampRegisterChatCommand("/mask", activatecmd)
sampAddChatMessage('[Script by SampSeller vk.com/snowbank]Started', -1) end end