11.07.2010, 10:55
Hmm it's a possible solution, but I just wanted to use different arrays like:
pawn Код:
if (something)
{
new xx[2][20];
}else{
new xx[2][80];
}