te_create_tracer_shower

Creates an oriented shower of tracers.

Syntax

stock te_create_tracer_shower(position[3], direction[3] = {0, 0, 0}, color = 12, count = 1, speed = 0, velocity = 10, receiver = 0, bool:reliable = true) {

Usage

0
color Effect color (https://wiki.alliedmods.net/images/Palette.png)
count Number of tracers to create
speed The scroll speed of the effect
velocity Random velocity
receiver Client index that will be able to see the tracers
reliable If true, the message will be sent via the reliable

Return

0 if "receiver" is non-zero and the client isn't connected,

Defined in msgstocks.inc . This documentation was automatically generated from source.