Garry's Mod Wiki

Garry's Mod Wiki

  CRecipientFilter:RemoveAllPlayers()

Description

Removes all players from the recipient filter.

Example

Adds all players that can see the origin of the map, removes all players, then adds the first player object to the recipient filter, and sends them a message.

function SendMessage() local filter = RecipientFilter() filter:AddPVS(Vector(0,0,0)) filter:RemoveAllPlayers() filter:AddPlayer(Entity(1)) umsg.Start("message",filter) umsg.End() end
Output: Sends a usermessage to the first player object, if it exists.

This site is a community mirror of the official Garry's Mod wiki.. This site is not maintained by Facepunch Studios.

Page content is automatically updated four times a day. Edits and history are not available.

Last Parsed: Loading...