19.07.2011, 00:41
https://sampforum.blast.hk/showthread.php?tid=257849
There is some SendFormattedMessage functions or you could always do this
There is some SendFormattedMessage functions or you could always do this
pawn Код:
new string[50];
format(string, sizeof(string), "Cash:%d", INI_ReadInt("Cash"))
SendClientMessage(playerid, COLOUR_RED, string);