Signature
native get_msg_origin(const Float:_Origin[3]);
Description
Gets the origin of a message.
Notes
-
This function will fail if used outside a hooked message scope, thus
it should never be used unless inside a registered message function.
Parameters
- _Origin — Array to store the origin in
No return value
Errors
-
If the function is used outside a message hook, an
error will be thrown.