View Single Post
  #4  
Old 02-06-2010, 08:24 PM
Engine Engine is offline
Registered User
Join Date: Jan 2010
Posts: 70
Engine is on a distinguished road
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.player.x//doesnt work
  
polytest.player.y//doesnt work

Is there a reason why this wont work?
Reply With Quote