28.10.2010, 02:47
I think your braces ( { and } ) are useless, they aren't needed there:
pawn Код:
SendClientMessage(playerid, COLOR_GREEN, string);
{
GetPlayerName(player, sname, sizeof(sname));
format(string, sizeof(string), "$%d has been wired to your account by %s.",strval(inputtext),sname);
}SendClientMessage(player,0xFFD7C4FF,string);