te_create_particle_burst

Creates a particle burst similar to te_create_lava_splash.

Syntax

stock te_create_particle_burst(position[3], radius = 30, color = 106, duration = 5, receiver = 0, bool:reliable = true) {

Usage

radius Effect radius
color Particle color (https://wiki.alliedmods.net/images/Palette.png)
duration Duration of the effect (will be randomized a bit) (0 - 255)
receiver Client index that will be able to see the effect
reliable If true, the message will be sent via the reliable

Return

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

Notes

Video preview of this and all other te_ stocks can be found here:

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