I changed it to
PHP Code:
function onActionServerSide() {
if (params[0] == "test") {
echo(params);
}
}
//#CLIENTSIDE
function onCreated() {
setTimer(0.05);
}
function onTimeOut() {
temp.polyarray = {{player.x,player.y,mousex,mousey}};
triggeraction(0,0,"serverside",name,"test",temp.polyarray[0]);
showpoly(200,temp.polyarray[0]);
changeimgvis(200,1);
setTimer(2);
}
Which returned in RC:
PHP Code:
test,"21.5,31,22.1875,54.0625"
Help please?
It looks like the problem is the showpoly.
It's not serverside, is it? Maybe its a problem with V4.1?
But then how does GK do it?