native get_msg_origin(const Float:_Origin[3]);
_Origin | Array to store the origin in |
Gets the origin of a message.
This function will fail if used outside a hooked message scope, thus it should never be used unless inside a registered message function.
This function has no return value.
If the function is used outside a message hook, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.