06.02.2009, 14:06
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 }; |
55 {-22.2549,-55.6575,1003.5469}
56 };
like this ?

