19.07.2011, 00:42
You've got to format a string, and send the message. An example of this would be:
EDIT: Didn't see [HiC]'s post.
pawn Код:
new
szMessage[128];
format(szMessage, sizeof(szMessage), "Cash: %d", INI_ReadInt("Cash"));
SendClientMessage(playerid, -1, szMessage);