Remove unused effect 'Peds Raining Cats And Dogs' and update player invincibility logic; add new effects: 'Teleport Everything Away' and 'Back To Black' with respective functionalities.
This commit is contained in:
@@ -3,7 +3,7 @@ EffectInfo = {
|
||||
EffectId = "vehs_derailtrains",
|
||||
TimedType = "Normal",
|
||||
EffectGroup = "_group_trafficspawner",
|
||||
EffectCategory = "None"
|
||||
EffectCategory = "None",
|
||||
IncompatibleIds = {
|
||||
"vehs_expresstrains",
|
||||
}
|
||||
@@ -28,4 +28,5 @@ function OnTick()
|
||||
SET_RENDER_TRAIN_AS_DERAILED(vehicle, true)
|
||||
end
|
||||
end
|
||||
WAIT(750)
|
||||
end
|
||||
|
||||
@@ -20,4 +20,6 @@ function OnTick()
|
||||
SET_TRAIN_SPEED(vehicle, 9999.0)
|
||||
end
|
||||
end
|
||||
WAIT(750)
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user