Resource:Gang Manager/outputGangChat

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

Sends message to gang member chat.

Syntax

Click to collapse [-]
Server
bool 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 [-]
Client
bool 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