Шо тута не так?
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
active = 0
sampRegisterChatCommand("autoarm", activatecmd)
while true do
wait(0)
if not isPauseMenuActive() and...