06.08.2012, 00:31
I always confuse variables in loops, like this:
And the player would be spammed with that text.
It really happens in an almost daily basis.
pawn Код:
foreach(Player, i)
{
SendClientMessage(playerid, -1, "Some text");
}
It really happens in an almost daily basis.