STUPID arrays messing up yetagain!
#1

here\'s my problem. stupid pawno. it sucks. it\'s taking code that is perfectly fine and messing it up. here\'s the error:

Quote:

[censored gm-i aint showin anyone yet].pwn(1092) : error 052: multi-dimensional arrays must be fully initialize
d

here\'s the code:
Quote:

new JoinPed[30][1] = {
{280},
{281},
{71},
{250},
{95},
{98},
{205},
{209},
{70},
{176},
{177},
{13},
{7},
{47},
{55},
{56},
{36},
{37},
{38},
{42},
{44},
{59},
{60},
{76},
{150},
{41},
{233},
{187},
{229} };

please help me fix this problem...
Reply
#2

I count 29.
Reply
#3

Quote:
Originally Posted by DMSOrg
here\'s my problem. stupid pawno. it sucks. it\'s taking code that is perfectly fine and messing it up. here\'s the error:

[censored gm-i aint showin anyone yet].pwn(1092) : error 052: multi-dimensional arrays must be fully initialize
How does it suck, it\'s telling you the error, the line, what more do you want ?

You should of wrote:

Quote:

i\'m compiling code that is broken and the compiler is letting me know about it. here\'s the error:

Reply
#4

Quote:
Originally Posted by DMSOrg
here\'s the code:
Quote:

new JoinPed[30][1] = {
{280},
{281},
{71},
{250},
{95},
{98},
{205},
{209},
{70},
{176},
{177},
{13},
{7},
{47},
{55},
{56},
{36},
{37},
{38},
{42},
{44},
{59},
{60},
{76},
{150},
{41},
{233},
{187},
{229} };

Try new JoinPed[][1] = {
(without the 30)
Reply
#5

Quote:
Originally Posted by pкzп§-р†µе
I count 29.
i\'m a dummy, cant count, thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)