SetMessageBlock
Syntax
native bool:SetMessageBlock(const msgid, MsgBlockType:type);
Usage
| Parameter | Description |
|---|---|
| msgid | The ID of the message to set the block type for. |
| type | The type of block to set for the message, look at the enum MsgBlockType |
Description
Sets the block type for the specified message ID.
Return
Returns true if the block type is successfully set, otherwise false.