How to fix this?
#7

Quote:
Originally Posted by kc
remove the comma from the end of the lines.

Comma is only used when theres another line following.

e.g.

54 new Float:checkpoints[MAX_POINTS][3] = {
55 {-22.2549,-55.6575,1003.5469},
56 {another,line,here}
57 };
54 new Float:checkpoints[MAX_POINTS][3] = {
55 {-22.2549,-55.6575,1003.5469}
56 };
like this ?
Reply


Messages In This Thread
How to fix this? - by sk1llz - 06.02.2009, 13:14
Re: How to fix this? - by Schock - 06.02.2009, 13:16
Re: How to fix this? - by sk1llz - 06.02.2009, 13:18
Re: How to fix this? - by Schock - 06.02.2009, 13:34
Re: How to fix this? - by sk1llz - 06.02.2009, 14:00
Re: How to fix this? - by kc - 06.02.2009, 14:03
Re: How to fix this? - by sk1llz - 06.02.2009, 14:06
Re: How to fix this? - by kc - 06.02.2009, 14:29
Re: How to fix this? - by sk1llz - 06.02.2009, 14:32

Forum Jump:


Users browsing this thread: 1 Guest(s)