Setting projectilegenerator timer?
Setting projectilegenerator timer?
Any idea how to modify the projectile spawn rate on the projectilegenerator in server? Is it m
-
- Posts: 3604
- Joined: 04 Jun 2008, 12:21
- Contact:
Re: Setting projectilegenerator timer?
i've done that before, but i'm unable to open sdk for some reason..
- Attachments
-
- gpf.JPG (21.85 KiB) Viewed 4658 times
Re: Setting projectilegenerator timer?
Dont have it installed right now, either
Re: Setting projectilegenerator timer?
Code: Select all
var() float Frequency; // what's the chance of spewing an actor every checkTime seconds
var() float EjectSpeed; // how fast do the actors get ejected
var() float ProjectileLifeSpan; // how long each projectile lives
var() float CheckTime; // how often should I spit out particles?
var() int NumPerSpawn; // number of particles to spawn per puff
var() float WaitTime; // amount of time between bursts
That Resident Evil Mod
————
————
~][FGS][Nobody~ wrote:DONT SEARCH WORDS ON GOOGLE WITHOUT TINKING
~[FGS]SaSQuATcH~ wrote:you+serious=error
chin.democ. wrote:It's just what you're doing with your right hand that worries me....
Re: Setting projectilegenerator timer?
admin set projectilegenerator waittime 10 ?
is it ms or seconds
is it ms or seconds
Re: Setting projectilegenerator timer?
can be both
leik ADMIN SET PROJECTILEGENERATOR WAITTIME 0.1 or 1.0
leik ADMIN SET PROJECTILEGENERATOR WAITTIME 0.1 or 1.0
That Resident Evil Mod
————
————
~][FGS][Nobody~ wrote:DONT SEARCH WORDS ON GOOGLE WITHOUT TINKING
~[FGS]SaSQuATcH~ wrote:you+serious=error
chin.democ. wrote:It's just what you're doing with your right hand that worries me....