Modified Effects:
Modified the Snow Storm Effect Create the pizza time effect
This commit is contained in:
19
Peds/PedsPizzaBikes.lua
Normal file
19
Peds/PedsPizzaBikes.lua
Normal 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
|
Reference in New Issue
Block a user