 |
|
Gaze Upon My Hat
Join Date: Feb 2009
Location: Viņa del Mar, Chile
|

07-28-2009
, 16:47
Re: About EF_LIGHT Effect
|
#10
|
Quote:
Originally Posted by hlstriker
Only way afaik.
PHP Code:
DLight(100, 600, 600, flOrigin, 0, 255, 0);
stock DLight(iRadius, iLife, iDecay, const Float:flOrigin[3], iRed, iGreen, iBlue) { message_begin(MSG_BROADCAST, SVC_TEMPENTITY); write_byte(TE_DLIGHT); write_coord(floatround(flOrigin[0])); write_coord(floatround(flOrigin[1])); write_coord(floatround(flOrigin[2])); write_byte(iRadius); write_byte(iRed); write_byte(iGreen); write_byte(iBlue); write_byte(iLife); write_byte(iDecay); message_end(); }
|
Dude i don't need the "Aura" effect, y need this: http://img193.**************/i/csassault0043.png/
But with another color, exist a server message similar to EF_LIGHT effect?
__________________
Quote:
Originally Posted by joropito
You're right Metalicross
|
|
|
|
|