I can't figure out what's wrong with this. Graal bible says the syntax is correct, I haven't found anything searching here. Please help
PHP Code:
//#CLIENTSIDE
function onCreated() {
setTimer(0.05);
}
function onTimeOut() {
temp.array = {player.x,player.y,mousex,mousey};
showpoly(200,temp.array);
changeimgvis(200,1);
setTimer(0.05);
}
Thanks