Invalid expression
#4

You added two commas,
pawn Код:
net a %s, %s, %s.", , randfish(fish), randfish(fish), randfish(fish)); // Here
Remove one.

It should be:

pawn Код:
format(string, sizeof(string),"You just caught in your net a %s, %s, %s.", randfish(fish), randfish(fish), randfish(fish));
Reply


Messages In This Thread
Invalid expression - by RenSoprano - 10.12.2012, 05:50
Re: Invalid expression - by gtakillerIV - 10.12.2012, 05:52
Re: Invalid expression - by RenSoprano - 10.12.2012, 05:56
Re: Invalid expression - by gtakillerIV - 10.12.2012, 05:58
Re: Invalid expression - by RenSoprano - 10.12.2012, 06:01

Forum Jump:


Users browsing this thread: 1 Guest(s)