I have another problem with showpoly, I figuired I might as well put it in here instead of making a new thread.
PHP Code:
function blahblah(){
polytest = showpoly(200,{blah,blah,blah,ect});
}
function ifthishappens(){
polytest.mode = 1;//works
polytest.red = 0.5;//works
polytest.blue = polytest.green = 0; //works
polytest.x = player.x; //doesnt work
polytest.y = player.y; //doesnt work
}
Is there a reason why this wont work?