Thread: showpoly?
View Single Post
  #1  
Old 08-05-2006, 07:51 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
Talking showpoly?

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
__________________
Reply With Quote