AMX Mod X API Documentation

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

Gets the message data original 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 original value of argument in the current message

Назад
Верх