09.09.2011, 17:47
tipo, vocк pode definir uma
ai depois use-a normalmente,
nгo tem vantagem em nada creio eu, mais tem gente que tem esse costume.
pawn Код:
forward public SendAllFormattedText(playerid, const str[], define);
pawn Код:
public SendAllFormattedText(playerid, const str[], define)
{
new tmpbuf[256];
format(tmpbuf, sizeof(tmpbuf), str, define);
SendClientMessageToAll(0xFFFF00AA, tmpbuf);
}

