This is what I've come up with:
PHP Code:
function onCreated() {
this.attr[5] = {{5,2},{6,8},{2,4}};
}
//#CLIENTSIDE
function onCreated() {
setTimer(0.1);
}
function onTimeout() {
temp.test = (this.attr[5]);
this.chat = test[2][1];
setTimer(0.1);
}
Will echo 4.