Lua InstantHeliBlades | Вертолеты заводятся моментально

6o6p_Do6p

Известный
12
8
Периодически скрипт крашится с этой ошибкой. Ошибка происходит, когда выходишь из вертолета с включенным скриптом.
[ML] (error) InstantHeliBlades.lua: opcode '0825' call caused an unhandled exception
stack traceback:
[C]: in function 'setHeliBladesFullSpeed'
C:\MyFiles\Games\GTA\moonloader\InstantHeliBlades.lua:8: in function <C:\MyFiles\Games\GTA\moonloader\InstantHeliBlades.lua:1>
[ML] (error) InstantHeliBlades.lua: Script died due to an error. (0C41D79C)
Убрал wait из 7 строки и, вроде, проблема решилась.
 
Последнее редактирование:

SXN7R

Известный
286
83
Не работает:
[ML] (error) AutoInstantHeliBlades.lua: opcode '03C0' call caused an unhandled exception
stack traceback:
[C]: in function 'storeCarCharIsInNoSave'
C:\LUXE CARS GTA\moonloader\AutoInstantHeliBlades.lua:4: in function <C:\LUXE CARS GTA\moonloader\AutoInstantHeliBlades.lua:1>
[ML] (error) AutoInstantHeliBlades.lua: Script died due to an error. (110F81EC)
 
  • Нравится
Реакции: NekinBoring и Ded.Shinobi

NekinBoring

Новичок
1
0
помогите тупо не роботает скрипт пожалуйста помоигте

Не работает:
[ML] (error) AutoInstantHeliBlades.lua: opcode '03C0' call caused an unhandled exception
stack traceback:
[C]: in function 'storeCarCharIsInNoSave'
C:\LUXE CARS GTA\moonloader\AutoInstantHeliBlades.lua:4: in function <C:\LUXE CARS GTA\moonloader\AutoInstantHeliBlades.lua:1>
[ML] (error) AutoInstantHeliBlades.lua: Script died due to an error. (110F81EC)
Братан тоже самое решил?
 

Вложения

  • moonloader.log
    7.5 KB · Просмотры: 11
Последнее редактирование:

Runbu73

Участник
75
2
Не работает:
[ML] (error) AutoInstantHeliBlades.lua: opcode '03C0' call caused an unhandled exception
stack traceback:
[C]: in function 'storeCarCharIsInNoSave'
C:\LUXE CARS GTA\moonloader\AutoInstantHeliBlades.lua:4: in function <C:\LUXE CARS GTA\moonloader\AutoInstantHeliBlades.lua:1>
[ML] (error) AutoInstantHeliBlades.lua: Script died due to an error. (110F81EC)

Код:
local success, result = pcall(function()
        if isCarEngineOn(storeCarCharIsInNoSave(PLAYER_PED)) and isCharInAnyHeli(PLAYER_PED) then
            setHeliBladesFullSpeed(storeCarCharIsInNoSave(PLAYER_PED))
        end
    end)
end