AMX Mod X API Documentation

Signature
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
Returns

Returns true if the block type is successfully set, otherwise false.

Назад
Верх