te_create_sprite_shower
Creates a shower of sprites or models.
Syntax
stock te_create_sprite_shower(position[3], model, direction[3] = {0, 0, 0}, count = 1, speed = 0, noise = 0, rendermode = kRenderNormal, receiver = 0, bool:reliable = true) {
Usage
| model | Model index that will be used for the effect |
| 0 | — |
| count | Number of sprites/models to generate (0 - 255) |
| speed | The scroll speed of the effect (0 - 255) |
| noise | The noise amplitude of the effect - this |
| rendermode | Render mode - one of kRender* constants |
| 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 2572
.
This documentation was automatically generated from source.