Setting projectilegenerator timer?

The time is right for a suicide!
Post Reply
synthetic
Seraphic/8X
Seraphic/8X
Posts: 1314
Joined: 27 Apr 2007, 15:29

Setting projectilegenerator timer?

Post by synthetic »

Any idea how to modify the projectile spawn rate on the projectilegenerator in server? Is it m
~[FGS]SaSQuATcH~
Posts: 3604
Joined: 04 Jun 2008, 12:21
Contact:

Re: Setting projectilegenerator timer?

Post by ~[FGS]SaSQuATcH~ »

i've done that before, but i'm unable to open sdk for some reason..
Attachments
gpf.JPG
gpf.JPG (21.85 KiB) Viewed 4660 times
synthetic
Seraphic/8X
Seraphic/8X
Posts: 1314
Joined: 27 Apr 2007, 15:29

Re: Setting projectilegenerator timer?

Post by synthetic »

Dont have it installed right now, either
User avatar
~DJ~
Teh 1337'
Teh 1337'
Posts: 2608
Joined: 29 Jun 2008, 13:18

Re: Setting projectilegenerator timer?

Post by ~DJ~ »

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....
synthetic
Seraphic/8X
Seraphic/8X
Posts: 1314
Joined: 27 Apr 2007, 15:29

Re: Setting projectilegenerator timer?

Post by synthetic »

admin set projectilegenerator waittime 10 ?

is it ms or seconds
User avatar
~DJ~
Teh 1337'
Teh 1337'
Posts: 2608
Joined: 29 Jun 2008, 13:18

Re: Setting projectilegenerator timer?

Post by ~DJ~ »

can be both

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....
Post Reply