A Error while creating store
#6

"initialization data exceeds declared size" means that you're trying to put more data in an array than you've declared it to contain. It's similar to doing:

pawn Код:
new myArrayVar[3] = {1, 3, 5, 7, 13};
Where it's trying to push 5 values into an array that can only contain 3.
Reply


Messages In This Thread
A Error while creating store - by ManGoe - 07.01.2015, 00:55
Re: A Error while creating store - by ManGoe - 07.01.2015, 08:29
Re: A Error while creating store - by mahdi499 - 07.01.2015, 11:43
Re: A Error while creating store - by Glossy42O - 07.01.2015, 11:57
Re: A Error while creating store - by Sew_Sumi - 07.01.2015, 12:01
Re: A Error while creating store - by Vince - 07.01.2015, 12:49
Re: A Error while creating store - by ManGoe - 10.01.2015, 02:38
Re: A Error while creating store - by Sew_Sumi - 10.01.2015, 03:15
Re: A Error while creating store - by ManGoe - 10.01.2015, 12:52
Re: A Error while creating store - by Sew_Sumi - 10.01.2015, 14:10

Forum Jump:


Users browsing this thread: 5 Guest(s)