Minor Problem I cant seem to figure out
#1

So I'm having this minor problem:

Код:
wrp.pwn(3558) : error 052: multi-dimensional arrays must be fully initialized
Heres lines 3556-3558:

Код:
{177},
{184}
};
Reply
#2

What is the start of your array (the new ... stuff)
Without it, Id guess you do not need the {} for every single value, try it like this

pawn Код:
...
177,
184
};
Reply
#3

The start of the array:

Код:
new JoinPed[69][1] = {
Reply
#4

I've tried, still not working.
Reply
#5

The hell do I do?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)