hello i need help with trail
Give npc_grenade_frag
ent_fire env_spritetrail addoutput "tragetname sprite2"
ent_fire env_spritetrail addoutput "classname sprite2"
ent_fire sprite2 setparent !activator
ent_fire sprite2 color "255 255 255"
ent_fire sprite2 addoutput "lifetime 18"
ent_fire sprite2 addoutput "startwidth 100"
ent_fire sprite2 addoutput "endwidth 0.000004"
ent_fire npc_grenade_frag kill
at the ent_fire sprite2 color "255 255 255"
part i want to know what else colors there are by doing that and if any thing i wrong
Trail Help Needed
-
- 100+ Posts
- Posts: 212
- Joined: Sun Nov 21, 2010 4:56 am
- Location: Approximately OVER 9000 Light Years away
Re: Trail Help Needed
This trail will NOT work.
You forgot something which is VERY important.
settimer 5 (Its is a INPUT)
And you can find other colors here:
http://lmgtfy.com/?q=RGB+colors
You forgot something which is VERY important.
settimer 5 (Its is a INPUT)
And you can find other colors here:
http://lmgtfy.com/?q=RGB+colors
-
- 100+ Posts
- Posts: 212
- Joined: Sun Nov 21, 2010 4:56 am
- Location: Approximately OVER 9000 Light Years away
Re: Trail Help Needed
it dose workAnonymous wrote:This trail will NOT work.
You forgot something which is VERY important.
settimer 5 (Its is a INPUT)
And you can find other colors here:
http://lmgtfy.com/?q=RGB+colors
Re: Trail Help Needed
*sigh*
-
- Former Server Admin
- Posts: 1163
- Joined: Fri Apr 23, 2010 2:56 am
- Location: United Kingdom
Re: Trail Help Needed
Server will kick you for 0.0000004, use 0.01 works aswell.
Or is this just for timers Ant?
Or is this just for timers Ant?
-
- Site Admin
- Posts: 4390
- Joined: Fri Apr 09, 2010 3:20 pm
- Location: United States
Re: Trail Help Needed
endwidth is allowed to be that low.[GR]Ryan wrote:Server will kick you for 0.0000004, use 0.01 works aswell.
Or is this just for timers Ant?