Modified Effects:

Modified the Snow Storm Effect
Create the pizza time effect
This commit is contained in:
2025-09-22 23:02:14 +01:00
parent aa05ddbead
commit 8bd8c2c2fa
2 changed files with 25 additions and 0 deletions

19
Peds/PedsPizzaBikes.lua Normal file
View File

@@ -0,0 +1,19 @@
EffectInfo = {
Name = "Pizza Time",
EffectId = "peds_pizzatime",
TimedType = "None",
EffectGroup = "_group_trafficspawner",
EffectCategory = "TrafficSpawner"
}
function OnStart()
bikeHash = GET_HASH_KEY("pizzaboy")
SetSurroundingPedsInVehicles(bikeHash, 0)
end
function OnStop()
end
function OnTick()
end