AddPlayerChatRange

From Onset Developer Wiki
Revision as of 15:05, 17 November 2019 by 28days (talk | contribs)
AddPlayerChatRange

Type: Function
Context: Server
Introduced: v1.0

Description

Add (or send) a chat message to everyone in the specified range.

Syntax

AddPlayerChatRange(x, y, range, message)

Parameters

  • x
    The X axis
  • y
    The Y axis
  • range
    The Z axis
  • message
    The text message to send.

Return Value

  • __EDIT_ME__

Example

-- code

See also