diff --git a/gta_san_andreas_cars_fix/lua/autorun/simfphys_gta_sa_industrial_spawnlist.lua b/gta_san_andreas_cars_fix/lua/autorun/simfphys_gta_sa_industrial_spawnlist.lua index 0bc85df..c4e5fea 100644 --- a/gta_san_andreas_cars_fix/lua/autorun/simfphys_gta_sa_industrial_spawnlist.lua +++ b/gta_san_andreas_cars_fix/lua/autorun/simfphys_gta_sa_industrial_spawnlist.lua @@ -1194,6 +1194,7 @@ local V = { Gears = {-0.1,0,0.09,0.16,0.26,0.38,0.5}, //For trailers OnSpawn = function(ent) +--[[ if ent:SimfIsTrailer() != nil then ent:SetActive(true) -- makes avtive ent:SetSimfIsTrailer(false) @@ -1202,6 +1203,7 @@ local V = { else print("INSTALL TRAILERS BASE FIRST") end +]]-- end } } @@ -1569,6 +1571,7 @@ local V = { Gears = {-0.1,0,0.09,0.16,0.26,0.38,0.5}, //For trailers OnSpawn = function(ent) +--[[ if ent:SimfIsTrailer() != nil then ent:SetActive(true) -- makes avtive ent:SetSimfIsTrailer(false) @@ -1577,6 +1580,7 @@ local V = { else print("INSTALL TRAILERS BASE FIRST") end +]]-- end } } @@ -1716,6 +1720,7 @@ local V = { Gears = {-0.1,0,0.09,0.16,0.26,0.38,0.5}, //For trailers OnSpawn = function(ent) +--[[ if ent:SimfIsTrailer() != nil then ent:SetActive(true) -- makes avtive ent:SetSimfIsTrailer(false) @@ -1724,6 +1729,7 @@ local V = { else print("INSTALL TRAILERS BASE FIRST") end +]]-- end } } @@ -1848,6 +1854,7 @@ local V = { Gears = {-0.1,0,0.09,0.16,0.26,0.38}, //For trailers OnSpawn = function(ent) +--[[ if ent:SimfIsTrailer() != nil then ent:SetActive(true) -- makes avtive ent:SetSimfIsTrailer(false) @@ -1856,6 +1863,7 @@ local V = { else print("INSTALL TRAILERS BASE FIRST") end +]]-- end } } diff --git a/gta_san_andreas_cars_fix/lua/autorun/simfphys_gta_sa_trailers.lua b/gta_san_andreas_cars_fix/lua/autorun/simfphys_gta_sa_trailers.lua index 1863dbd..2f1d38a 100644 --- a/gta_san_andreas_cars_fix/lua/autorun/simfphys_gta_sa_trailers.lua +++ b/gta_san_andreas_cars_fix/lua/autorun/simfphys_gta_sa_trailers.lua @@ -42,6 +42,7 @@ local TRAILER = { Mass = 6666, OnSpawn = function(ent) +--[[ if ent:SimfIsTrailer() != nil then ent:SetActive( true ) ent:SetSimfIsTrailer(true) @@ -50,8 +51,10 @@ local TRAILER = { else print("INSTALL TRAILERS BASE FIRST") end +]]-- end, OnTick = function(ent) +--[[ if ent:SimfIsTrailer() != nil then ent:Lock() -- locks trailer if not ent:GetIsBraking() then @@ -67,6 +70,7 @@ local TRAILER = { else print("INSTALL TRAILERS BASE FIRST") end +]]-- end, LightsTable = "gta_sa_artict1", @@ -172,6 +176,7 @@ local TRAILER = { Mass = 6666, OnSpawn = function(ent) +--[[ if ent:SimfIsTrailer() != nil then ent:SetActive( true ) ent:SetSimfIsTrailer(true) @@ -180,8 +185,10 @@ local TRAILER = { else print("INSTALL TRAILERS BASE FIRST") end +]]-- end, OnTick = function(ent) +--[[ if ent:SimfIsTrailer() != nil then ent:Lock() -- locks trailer if not ent:GetIsBraking() then @@ -197,6 +204,7 @@ local TRAILER = { else print("INSTALL TRAILERS BASE FIRST") end +]]-- end, LightsTable = "gta_sa_artict1", @@ -302,6 +310,7 @@ local TRAILER = { Mass = 2300, OnSpawn = function(ent) +--[[ if ent:SimfIsTrailer() != nil then ent:SetActive( true ) ent:SetSimfIsTrailer(true) @@ -310,8 +319,10 @@ local TRAILER = { else print("INSTALL TRAILERS BASE FIRST") end +]]-- end, OnTick = function(ent) +--[[ if ent:SimfIsTrailer() != nil then ent:Lock() -- locks trailer if not ent:GetIsBraking() then @@ -327,6 +338,7 @@ local TRAILER = { else print("INSTALL TRAILERS BASE FIRST") end +]]-- end, LightsTable = "gta_sa_artict1", @@ -432,6 +444,7 @@ local TRAILER = { Mass = 6666, OnSpawn = function(ent) +--[[ if ent:SimfIsTrailer() != nil then ent:SetActive( true ) ent:SetSimfIsTrailer(true) @@ -440,8 +453,10 @@ local TRAILER = { else print("INSTALL TRAILERS BASE FIRST") end +]]-- end, OnTick = function(ent) +--[[ if ent:SimfIsTrailer() != nil then ent:Lock() -- locks trailer if not ent:GetIsBraking() then @@ -457,6 +472,7 @@ local TRAILER = { else print("INSTALL TRAILERS BASE FIRST") end +]]-- end, LightsTable = "gta_sa_artict1", @@ -593,6 +609,7 @@ local TRAILER = { Mass = 8000, OnSpawn = function(ent) +--[[ if ent:SimfIsTrailer() != nil then ent:SetActive( true ) ent:SetSimfIsTrailer(true) @@ -601,8 +618,10 @@ local TRAILER = { else print("INSTALL TRAILERS BASE FIRST") end +]]-- end, OnTick = function(ent) +--[[ if ent:SimfIsTrailer() != nil then ent:Lock() -- locks trailer if not ent:GetIsBraking() then @@ -618,6 +637,7 @@ local TRAILER = { else print("INSTALL TRAILERS BASE FIRST") end +]]-- end, LightsTable = "gta_sa_petrotr",