05.07.2010, 20:49
Hi guys,
how long can be an array?
I've got an array (field) in my script that is defined with
new field[110][128];
but I think it doesn't work, because I tested it so:
print("nothing");
new field[110][128];
print("field"); (<-- it's not desplayed in the server monitor)
Could that be?
Greez, selEcT
how long can be an array?
I've got an array (field) in my script that is defined with
new field[110][128];
but I think it doesn't work, because I tested it so:
print("nothing");
new field[110][128];
print("field"); (<-- it's not desplayed in the server monitor)
Could that be?
Greez, selEcT