14.08.2010, 12:29
WHAT THE FUCK? You are using 512 cells for just text? Thats insane.......
Also if you use offset > 256 that it is more than 3 lines that you use
pawn Код:
new part1[100];
new part2[100];
if(offset > 100)
{
format(part1, sizeof(part1), "Advertisement: %s", result);
strmid(part2, sizeof(part2), "Contact: %s Ph: %d", sendername,PlayerInfo[playerid][pPnumber]);
SendClientMessageToAll(TEAM_GROVE_COLOR,part1);
SendClientMessageToAll(TEAM_GROVE_COLOR,part2);
}