mirror of
https://github.com/Wyrrrd/Gun_Turret_Alerts.git
synced 2026-03-25 16:49:50 +01:00
4 lines
102 B
Lua
4 lines
102 B
Lua
script.on_configuration_changed(function (event)
|
|
-- car index init fix
|
|
global.car_entities = {}
|
|
end) |