09.11.2013, 05:55
Dear Members,
I was coding an include for someone. Everytime i use a stock function from the include in a .pwn file. It gives me error in each function used.
The error is:
You can download the source code from here.
Note: Each time a stock is called from the include in any script. I get this error. That means if i call 2 functions then two same errors are shown.
Is there anything which i am doing wrong? I am not that good at coding includes. Kinda a newbie you can say. I know what to do when this error comes and even why. But why am i seeing it here? I hope somebody can help me.
Regards,
Ballu Miaa
I was coding an include for someone. Everytime i use a stock function from the include in a .pwn file. It gives me error in each function used.
The error is:
Код:
C:\Users\ABC\Desktop\boombox.inc(75) : error 032: array index out of bounds (variable "BoomBox")
Note: Each time a stock is called from the include in any script. I get this error. That means if i call 2 functions then two same errors are shown.
Is there anything which i am doing wrong? I am not that good at coding includes. Kinda a newbie you can say. I know what to do when this error comes and even why. But why am i seeing it here? I hope somebody can help me.
Regards,
Ballu Miaa



Cuz the errors you get in include is the same as errors you get in pawno so just check once and tell me
