Event.FireToClient Method

Fires a game event to only the specified client.

Unlike Fire, this function DOES NOT close the event Handle.

void FireToClient(int client)

Parameters

int client

Index of client to receive the event..