mirror of
https://github.com/Wyrrrd/Gun_Turret_Alerts.git
synced 2026-07-15 11:11:14 +02: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) |