09.02.2011, 17:57
(
Последний раз редактировалось DeadAhead; 09.02.2011 в 20:23.
)
Ranks[rankss[i]][countdown] = dini_Int(tmp,"cancountdown");
creating rankss:
new rankss[45][50];
split(rankss,saveranks,",");
I must not show you the whole code, you should be able to try fixing from this
EDIT:
also countdown is a Integer
EDIT (AGAIN):
new error :O!
Fix: new rankss[][];
error 009: invalid array size (negative, zero or out of bounds)
error 036: empty statement
creating rankss:
new rankss[45][50];
split(rankss,saveranks,",");
I must not show you the whole code, you should be able to try fixing from this
EDIT:
also countdown is a Integer
EDIT (AGAIN):
new error :O!
Fix: new rankss[][];
error 009: invalid array size (negative, zero or out of bounds)
error 036: empty statement