te_create_bubble_line

Creates alpha sprites or models along a line that float upwards.

Syntax

stock te_create_bubble_line(startpos[3], endpos[3], sprite, count = 3, randomness = 0, height = 50, receiver = 0, bool:reliable = true) {

Usage

sprite Sprite index
count Number of sprites to generate (0 - 255)
randomness Randoness of the floating direction
height Float height
receiver Client index that will be able to see the effect
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.