22.08.2012, 14:06
Alright, I want my array variable being set to the variable "plate"
Like this
;
I might be stupid or it might me a stupid mistake (Had an all-nighter, not really awake) but what is going wrong?
Danke
Like this
pawn Код:
//inside the array:
VehPlate[22],
//In the thing command/dialog
new plate[20];
new num = RandomEx(100000,999999999);
format(plate, 20, "%d", num);
Vinfo[v][VehPlate] = plate;
I might be stupid or it might me a stupid mistake (Had an all-nighter, not really awake) but what is going wrong?
Код:
error 047: array sizes do not match, or destination array is too small