10.12.2012, 05:58
You added two commas,
Remove one.
It should be:
pawn Код:
net a %s, %s, %s.", , randfish(fish), randfish(fish), randfish(fish)); // Here
It should be:
pawn Код:
format(string, sizeof(string),"You just caught in your net a %s, %s, %s.", randfish(fish), randfish(fish), randfish(fish));