TE_Send Function

Sends the current temp entity to one or more clients.

void TE_Send(const int[] clients, int numClients, float delay)

Parameters

const int[] clients

Array containing player indexes to broadcast to.

int numClients

Number of players in the array.

float delay

Delay in seconds to send the TE.

Errors

Invalid client index or client not in game.