View Single Post
bottiger
AlliedModders Donor
Join Date: Dec 2010
Old 03-17-2014 , 17:33   Re: MessagePack
Reply With Quote #7

Quote:
Originally Posted by Mitchell View Post
Yeah i get that, but how would i go about sending it to an external site? as this saves them in handles?
Code:
    new size = MsgPack_GetPackSize(pack);
    decl String:dumped[size];
    MsgPack_GetPackBuffer(pack, dumped, size);
__________________
bottiger is offline