native
SetMessageBlock
Syntax
native bool:SetMessageBlock(const msgid, MsgBlockType:type);
Description
Sets the block type for the specified message ID.
Parameters
| 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 |
Return
Returns true if the block type is successfully set, otherwise false.