Scripts/resources/[standalone]/bob74_ipl/dlc_drugwars/traincrash.lua

13 lines
271 B
Lua
Raw Permalink Normal View History

2024-12-30 10:27:33 +00:00
-- Train crash: 2630.595, 1458.144, 25.3669
exports('GetDrugWarsTrainCrashObject', function()
return DrugWarsTrainCrash
end)
DrugWarsTrainCrash = {
ipl = "xm3_train_crash",
Enable = function(state)
EnableIpl(DrugWarsTrainCrash.ipl, state)
end
}