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