Resource:Gang Manager/outputGangChat
Jump to navigation
Jump to search
Sends message to gang member chat.
Syntax
Click to collapse [-]
Serverbool outputGangChat ( string Gang, string AccountName, string PlayerName, string Message )
Required Arguments
- Gang: ID of the gang you wish to output message to
- AccountName: Name of the account that is the source of the message (can be any string)
- PlayerName: Name of the player that is the source of the message (can be any string)
- Message: Message to output to gang chat
Click to collapse [-]
Clientbool outputGangChat ( string Gang, string AccountName, string PlayerName, string Message )
Required Arguments
- Gang: ID of the gang you wish to output message to
- AccountName: Name of the account that is the source of the message (can be any string)
- PlayerName: Name of the player that is the source of the message (can be any string)
- Message: Message to output to gang chat
Returns
- Success: Boolean that is true if message was successfully sent or false otherwise