03.08.2011, 04:57
No.. it needs to be in string format...
pawn Код:
new string[258];
format(string, sizeof(string), "You have sent %s to %s!", amount, name);
SendClientMessage(playerid,COLOR_GREEN, string);

