3 errors..
#1

I am getting these errors..
Код:
(31) : error 006: must be assigned to an array
(32) : error 006: must be assigned to an array
(33) : error 006: must be assigned to an array
My 3 lines:
pawn Код:
qidea = dini_Get(str,"questidea");
qtime = dini_Get(str,"questtime");
qtype = dini_Get(str,"questtype");
There all strings..
Reply
#2

bump
Reply
#3

you must set size of the array, for example
Код:
new qidea[50],qtime[50],qtype[50];
Reply
#4

oh like that xD thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)