G.RecipientFilter
From GMod Wiki
Function | |
Syntax |
RecipientFilter( ) Where is this used? |
Description: | |
Used with user messages, to limit which player(s) may recive a message. | |
Returns: | CRecipientFilter |
Part of Library: | Global Functions |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.RecipientFilter]G.RecipientFilter [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | Locates and adds the first player to the recipient filter. |
---|---|
Used on | |
Code | local rf = RecipientFilter() rf:AddPlayer(player.GetByID(1)) |
Output | N/A |