Quote:
Originally Posted by wrecked_
Code:
#define TE_MULTIGUNSHOT 126 // Much more compact shotgun message</p><p>// This message is used to make a client approximate a 'spray' of gunfire.</p><p>// Any weapon that fires more than one bullet per frame and fires in a bit of a spread is</p><p>// a good candidate for MULTIGUNSHOT use. (shotguns)</p><p>//</p><p>// NOTE: This effect makes the client do traces for each bullet, these client traces ignore</p><p>// &nb sp; entities that have studio models.Traces are 4096 long.
|
Wrecked_ how do you write in code tags with color bcoz when i write it i get black color see:
Code:
#define TE_MULTIGUNSHOT 126 // Much more compact shotgun message
// This message is used to make a client approximate a 'spray' of gunfire.
// Any weapon that fires more than one bullet per frame and fires in a bit of a spread is
// a good candidate for MULTIGUNSHOT use. (shotguns)
//
// NOTE: This effect makes the client do traces for each bullet, these client traces ignore
// entities that have studio models.Traces are 4096 long.
And when i qouted what you have written in code..you can see this mess like this
<p> Hi </p>
__________________