29.12.2011, 20:56
you can use this:
pawn Код:
stock SendBlankMessage(playerid, times)
{
for(new i = 0; i < times; i++)
{
SendClientMessage(playerid, COLOR_CUSTARD, "*");
}
return 1;
}