- 52
- 2
- Версия MoonLoader
- .027.0-preview
Меню просто перестает работать
hfist:
if elements.checkboxes.hfist.v then
local pt = 1
while not isSampAvailable() do wait(0) end
if getAmmoInClip() == pt then
setCurrentCharWeapon(PLAYER_PED, 0) -- скроллит на фист
wait(100)
setCurrentCharWeapon(PLAYER_PED, 24)
end
end