21.04.2012, 00:24
This is the code:
Here's the error:
I dont see anything wrong with that.. can anyone help me?
pawn Код:
new cc = random(9999);
new ccs[64];
format(ccs, sizeof(ccs), "CC%d%d", cc, level);
PlayerInfo[giveplayerid][pCC] = ccs; // this line has the error
pawn Код:
must be assigned to an array