array must be indexed (variable "MedicBill")
#1

What does that mean, indexed?
Reply
#2

Nevermind i found it
Reply
#3

Just if you didn't give a certain index of that array to be used.

pawn Код:
new array[4];

array = 2;
That would be incorrect. Needs to be something like this.

pawn Код:
new array[4];

array[0] = 2;
Edit:Shit
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)