-
-
Notifications
You must be signed in to change notification settings - Fork 105
Closed
Description
case IMessage::ParamType::Angle:
case IMessage::ParamType::Coord:
{
float flValue = g_activeMessageContext->getParamFloat(number);
if (PARAMS_COUNT > 2)
*dstAddr = *((cell*)&flValue);
return *((cell*)&flValue);
}
The same happens with GetMessageOrigData. I guess there must be a more "modern" way, I just did amx_ftoc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels