housing
This commit is contained in:
parent
6d90da2841
commit
b71b47a9fb
169 changed files with 12687 additions and 2932 deletions
12
resources/[housing]/bob74_ipl/dlc_drugwars/traincrash.lua
Normal file
12
resources/[housing]/bob74_ipl/dlc_drugwars/traincrash.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
-- 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue