Thread: showpoly?
View Single Post
  #3  
Old 08-05-2006, 10:00 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
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?
__________________
Reply With Quote