|
Author
|
Message
|
|
Veteran Member
|

06-16-2010
, 19:13
Re: Change the number of maps in a map vote
|
#1
|
That gave me some errors:
(260) : error 032: array index out of bounds (variable "g_optionName")
(261) : error 032: array index out of bounds (variable "g_optionName")
(344 -- 346) : error 047: array sizes do not match, or destination array is too small
(439 -- 440) : error 047: array sizes do not match, or destination array is too small
(570 -- 572) : error 047: array sizes do not match, or destination array is too small
So I tried editting new g_optionName[4][64] to new g_optionName[6][64]
And every time I saw g_voteCount = {0, 0, 0, 0,} I changed it to g_voteCount = {0, 0, 0, 0, 0, 0}
It compiled that time, but still doesn't allow me to vote for more than 4 maps.
Also, I have no idea what I was doing, I was just changing the lines where it told me there was an error, lol.
Last edited by ghostofmybrain; 06-16-2010 at 19:16.
|
|
|
|