AMX Mod X API Documentation

Signature
native any:GetMessageData(const MsgDataType:type, any:...);
Description

Gets the message data value in the current game message

Parameters
  • type The type of message data that can be get
  • ... Additional args depending on the type of the message argument being retrieved (For more details, look at the enum MsgArgType)
Returns

Returns value of argument in the current message

Назад
Верх