19.09.2012, 05:11
No, I have something better.
I want a function that converts HEX to string.
But thanks.
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)))
But thanks.