Question: Hex to Embed
#3

No, I have something better.

pawn Код:
#define MaxStringSize 1024

new formatString[MaxStringSize];

#define Format(%0)                  (format(formatString, MaxStringSize, %0), formatString) // Thanks to KoczkaHUN for the idea from sprintf [PHP].

#define SendMessageToPlayer(%0,%1)  SendClientMessage((%0), -1, (Format(%1)))
I want a function that converts HEX to string.

But thanks.
Reply


Messages In This Thread
Question: Hex to Embed - by Sniper Kitty - 19.09.2012, 04:07
Re: Question: Hex to Embed - by YourLord - 19.09.2012, 05:09
Re: Question: Hex to Embed - by Sniper Kitty - 19.09.2012, 05:11
Re: Question: Hex to Embed - by YourLord - 19.09.2012, 05:30
Re: Question: Hex to Embed - by Sniper Kitty - 19.09.2012, 05:43
Re: Question: Hex to Embed - by XtremeR - 19.09.2012, 06:00
Re: Question: Hex to Embed - by Sniper Kitty - 19.09.2012, 06:02
Re: Question: Hex to Embed - by XtremeR - 19.09.2012, 06:07
Re: Question: Hex to Embed - by Sniper Kitty - 19.09.2012, 06:10
Re: Question: Hex to Embed - by Emmet_ - 19.09.2012, 06:19

Forum Jump:


Users browsing this thread: 1 Guest(s)